Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c99 int error = -ENODEV; in bus_match() local
106 if ((error = drv->probe(dev))) { in bus_match()
108 return error; in bus_match()
112 error = 0; in bus_match()
115 return error; in bus_match()
198 int error = 0; in bus_add_device() local
205 return error; in bus_add_device()
222 int error = 0; in bus_add_driver() local
231 return error; in bus_add_driver()
H A DdrvHub.c900 if ((++hub->nerrors < 10) || hub->error) in hub_irq()
902 hub->error = urb->status; in hub_irq()
6310 if (hub->error) { in hub_events()
6312 hub->error); in hub_events()
6323 hub->error = 0; in hub_events()
9059 if (hub->error) { in hub_events_EX()
9060 dev_dbg (&hub->intf->dev, "resetting for error %d\n", hub->error); in hub_events_EX()
9070 hub->error = 0; in hub_events_EX()
H A DdrvHub_2.c193 if (hub->error) { in hub_events_Port2()
195 hub->error); in hub_events_Port2()
206 hub->error = 0; in hub_events_Port2()
H A DdrvUSB.c254 int error = -ENODEV; in usb_probe_interface() local
259 return error; in usb_probe_interface()
265 error = driver->probe (intf, id); in usb_probe_interface()
268 if (!error) in usb_probe_interface()
271 return error; in usb_probe_interface()
H A DdrvEhciHcd.c1329 goto error; in ehci_hub_control()
1334 goto error; in ehci_hub_control()
1478 goto error; in ehci_hub_control()
1542 goto error; in ehci_hub_control()
1761 goto error; in ehci_hub_control()
1766 goto error; in ehci_hub_control()
1867 goto error; in ehci_hub_control()
1873 error: in ehci_hub_control()
7586 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim, in ehci_stop()
8058 COUNT (ehci->stats.error); in ehci_irq()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped98 /* Enabling verbose error messages. */
479 "$end", "error", "$undefined", "DT_V1", "DT_MEMRESERVE",
520 means the default is an error. */
563 If YYTABLE_NINF, syntax error. */
628 yyerror (YY_("syntax error: cannot back up")); \
971 /* Copy into YYRESULT an error message about the unexpected token
975 copied. As a special case, return 0 if an ordinary "syntax error"
999 YY_("syntax error, unexpected %s");
1000 YY_("syntax error, unexpected %s, expecting %s");
1001 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
H A Dchecks.c135 int error = 0; in run_check() local
147 error |= run_check(prq, dt); in run_check()
171 error = 1; in run_check()
172 return error; in run_check()
651 int error = 0; in process_checks() local
657 error = error || run_check(c, dt); in process_checks()
660 if (error) { in process_checks()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.y123 | error ';' { $$ = $2; }
124 | error '}' { $$ = $2; }
303 | direct_declarator '(' error ')'
309 | '(' error ')'
325 | direct_nested_declarator '(' error ')'
331 | '(' error ')'
379 | direct_m_abstract_declarator '(' error ')'
385 | '(' error ')'
411 | '{' error '}' { $$ = $3; }
427 | error ';'
H A Dparse.c_shipped112 /* Enabling verbose error messages. */
546 "$end", "error", "$undefined", "ASM_KEYW", "ATTRIBUTE_KEYW",
630 means the default is an error. */
703 If YYTABLE_NINF, syntax error. */
876 yyerror (YY_("syntax error: cannot back up")); \
1219 /* Copy into YYRESULT an error message about the unexpected token
1223 copied. As a special case, return 0 if an ordinary "syntax error"
1247 YY_("syntax error, unexpected %s");
1248 YY_("syntax error, unexpected %s, expecting %s");
1249 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c_shipped123 /* Enabling verbose error messages. */
558 "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU",
626 means the default is an error. */
701 If YYTABLE_NINF, syntax error. */
827 yyerror (YY_("syntax error: cannot back up")); \
1170 /* Copy into YYRESULT an error message about the unexpected token
1174 copied. As a special case, return 0 if an ordinary "syntax error"
1198 YY_("syntax error, unexpected %s");
1199 YY_("syntax error, unexpected %s, expecting %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
H A Dzconf.y118 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
119 | stmt_list option_name error T_EOL
123 | stmt_list error T_EOL { zconf_error("invalid statement"); }
140 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
141 | error T_EOL { zconf_error("invalid option"); }
H A Dkconfig_load.c14 char *error; in kconfig_load() local
28 if ((error = dlerror())) { \ in kconfig_load()
29 fprintf(stderr, "%s\n", error); \ in kconfig_load()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBulktran.c290 BOOL error; in ms_usb_wait_for_completion() local
293 error = MsOS_WaitEvent(flag, BLK_COMPLETE, &u32Pattern, E_OR_CLEAR, MSOS_WAIT_FOREVER); in ms_usb_wait_for_completion()
296 ms_usbhost_err("Completion fail %08lX %ld, error %d\n", u32Pattern, cpt->done, error); in ms_usb_wait_for_completion()
302 BOOL error = 0; in ms_usb_wait_for_completion_timeout() local
314 error = 0; in ms_usb_wait_for_completion_timeout()
325 error = MsOS_WaitEvent(flag, BLK_COMPLETE, &u32Pattern, E_OR_CLEAR, TIMEOUT_STEP); in ms_usb_wait_for_completion_timeout()
330 error = MsOS_WaitEvent(flag, BLK_COMPLETE, &u32Pattern, E_OR_CLEAR, wait_remain); in ms_usb_wait_for_completion_timeout()
334 if(error) in ms_usb_wait_for_completion_timeout()
338 if (!error) // time out in ms_usb_wait_for_completion_timeout()
358 ms_usbhost_err("Completion fail %08lX %ld, error %d\n", u32Pattern, cpt->done, error); in ms_usb_wait_for_completion_timeout()
H A DdrvHub.c166 if ((++pHub->nerrors < 10) || pHub->error) in ms_hub_irq()
168 pHub->error = urb->s32Status; in ms_hub_irq()
463 pHub->error = 0; in ms_hub_disconnect()
1300 if (hub->error) in ms_hub_events()
1302 ms_usbhost_debug ("resetting for error %d\n", hub->error); in ms_hub_events()
1312 hub->error = 0; in ms_hub_events()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c216 static void error(const char *);
418 static void Eelif (void) { error("Inappropriate #elif"); } in Eelif()
419 static void Eelse (void) { error("Inappropriate #else"); } in Eelse()
420 static void Eendif(void) { error("Inappropriate #endif"); } in Eendif()
421 static void Eeof (void) { error("Premature EOF"); } in Eeof()
422 static void Eioccc(void) { error("Obfuscated preprocessor control line"); } in Eioccc()
532 error("Too many levels of nesting"); in nest()
624 error("EOF in comment"); in done()
1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Derror.h21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) in error() function
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dopt_nos_aeon.lnt1 // Please note -- this is a representative set of error suppression
18 // Suppress error
37 -u__i386__ // error aeon toolchain on linu…
41 //bypass too large line error
H A Dopt_ecos.lnt1 // Please note -- this is a representative set of error suppression
15 // Suppress error
30 //bypass too large line error
H A Dopt_nos_mips.lnt1 // Please note -- this is a representative set of error suppression
18 // Suppress error
39 //bypass too large line error
H A Dopt_linux.lnt1 // Please note -- this is a representative set of error suppression
15 // Suppress error
39 //bypass too large line error
/utopia/UTPA2-700.0.x/projects/build/
H A Dspecial_case.sh69 …find -L $ROOTLIB -name ${SN_Specil_SRC[$jndex]} -exec cp {} $BSPINC_PATH/ \; 2> $LOG_PATH/error.log
72 …-L $ROOTLIB -name ${Bifrost_Specil_SRC[$jndex]} -exec cp {} $BSPINC_PATH/ \; 2> $LOG_PATH/error.log
75 …find -L $ROOTLIB -name ${AN_Specil_SRC[$jndex]} -exec cp {} $BSPINC_PATH/ \; 2> $LOG_PATH/error.log
77 cp -f $ROOTLIB/include/apiVOIPMFE.h $BSPINC_PATH/ \; 2> $LOG_PATH/error.log
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dunwind.h245 #error "__SIZEOF_LONG__ macro not defined"
249 #error "__SIZEOF_POINTER__ macro not defined"
268 # error "What type shall we use for _sleb128_t?"
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunwind.h245 #error "__SIZEOF_LONG__ macro not defined"
249 #error "__SIZEOF_POINTER__ macro not defined"
268 # error "What type shall we use for _sleb128_t?"
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdint.h271 #error required type int_least8_t missing
285 #error required type int_least16_t missing
299 #error required type int_least32_t missing
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c440 goto error; in MDrv_SYS_TEEC_Open()
446 goto error; in MDrv_SYS_TEEC_Open()
478 goto error; in MDrv_SYS_TEEC_Open()
490 error: in MDrv_SYS_TEEC_Open()
551 goto error; in MDrv_SYS_TEEC_InvokeCmd()
589 error: in MDrv_SYS_TEEC_InvokeCmd()

12345678910>>...12