Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 123) sorted by relevance

12345

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.c183 void gpdfixedtables OF((struct inflate_state FAR *state));
193 struct inflate_state FAR *state;
195 state = (struct inflate_state FAR *)strm->state;
196 state->mode = HEAD;
197 state->last = 0;
198 state->lencode = state->distcode = state->next = state->codes;
206 struct inflate_state FAR *state; in gpdinflateReset() local
208 state = (struct inflate_state FAR *)strm->state; in gpdinflateReset()
209 state->mode = HEAD; in gpdinflateReset()
210 state->last = 0; in gpdinflateReset()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c1018 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1023 if (key == '/' || (state->in_search && key == 27)) { in do_match()
1027 state->in_search = 1-state->in_search; in do_match()
1028 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1029 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1031 } else if (!state->in_search) in do_match()
1035 state->pattern[strlen(state->pattern)] = c; in do_match()
1036 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1037 adj_match_dir(&state->match_direction); in do_match()
1038 *ans = get_mext_match(state->pattern, in do_match()
[all …]
H A Dstreamline_config.pl137 my $state = "NONE";
178 $state = "NEW";
187 $state = "DEP";
191 } elsif ($state eq "NEW" && /^\s*depends\s+on\s+(.*)$/) {
192 $state = "DEP";
194 } elsif ($state eq "DEP" && /^\s*depends\s+on\s+(.*)$/) {
198 } elsif ($state ne "NONE" && /^\s*select\s+(\S+)/) {
206 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
227 $state = "NONE";
H A Dlex.zconf.c_shipped146 /* Translate the current start state into a value that can be later handed
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
153 /* Action number for EOF rule of a given start state. */
154 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
174 /* The state buf must be large enough to hold one state per character in the main buffer.
286 * "scanner state".
307 static int yy_start = 0; /* start state number */
803 YY_BUFFER_STATE state;
1027 (yy_start) = 1; /* first start state */
1380 * end-of-buffer state). Contrast this with the test
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DapiHDMITx.c300 void MApi_HDMITx_TurnOnOff_U2(void *pInstance, MS_BOOL state) in MApi_HDMITx_TurnOnOff_U2() argument
306 MDrv_HDMITx_TurnOnOff(pInstance, state); in MApi_HDMITx_TurnOnOff_U2()
312 void MApi_HDMITx_TurnOnOff(MS_BOOL state) in MApi_HDMITx_TurnOnOff() argument
324 HDMITXArgs.state = state; in MApi_HDMITx_TurnOnOff()
336 MApi_HDMITx_TurnOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_TurnOnOff()
588 void MApi_HDMITx_SetTMDSOnOff_U2(void* pInstance, MS_BOOL state) in MApi_HDMITx_SetTMDSOnOff_U2() argument
594 MDrv_HDMITx_SetTMDSOnOff(pInstance, state); in MApi_HDMITx_SetTMDSOnOff_U2()
600 void MApi_HDMITx_SetTMDSOnOff(MS_BOOL state) in MApi_HDMITx_SetTMDSOnOff() argument
612 HDMITXArgs.state = state; in MApi_HDMITx_SetTMDSOnOff()
624 MApi_HDMITx_SetTMDSOnOff_U2(pu32HDMITXInst, state); in MApi_HDMITx_SetTMDSOnOff()
[all …]
H A DHDMITX_private.h125 typedef void (*IOCTL_HDMITX_TUNRONOFF) (void *pInstance, MS_BOOL state);
129 typedef void (*IOCTL_HDMITX_SETTMDSONOFF) (void *pInstance, MS_BOOL state);
131 typedef void (*IOCTL_HDMITX_SETRBCHANNELSWAP) (void *pInstance, MS_BOOL state);
147 typedef void (*IOCTL_HDMITX_SETVIDEOONOFF) (void *pInstance, MS_BOOL state);
153 typedef void (*IOCTL_HDMITX_SETAUDIOONOFF) (void *pInstance, MS_BOOL state);
164 typedef void (*IOCTL_HDMITX_SETHDCPONOFF) (void *pInstance, MS_BOOL state);
178 …void (*IOCTL_HDMITX_UNHDCPRXCONTROL) (void *pInstance, HDMITX_UNHDCPRX_CONTROL state);
179 …id (*IOCTL_HDMITX_HDCPRXFAILCONTROL) (void *pInstance, HDMITX_HDCPRXFail_CONTROL state);
325 void MApi_HDMITx_TurnOnOff_U2(void *pInstance, MS_BOOL state);
329 void MApi_HDMITx_SetTMDSOnOff_U2(void *pInstance, MS_BOOL state);
[all …]
H A DapiHDMITx_Wrap.c194 void DLL_PUBLIC MApi_HDMITx_TurnOnOff(MS_BOOL state) in MApi_HDMITx_TurnOnOff() argument
224 void DLL_PUBLIC MApi_HDMITx_SetTMDSOnOff(MS_BOOL state) in MApi_HDMITx_SetTMDSOnOff() argument
244 void DLL_PUBLIC MApi_HDMITx_SetRBChannelSwap(MS_BOOL state) in MApi_HDMITx_SetRBChannelSwap() argument
400 void DLL_PUBLIC MApi_HDMITx_SetVideoOnOff(MS_BOOL state) in MApi_HDMITx_SetVideoOnOff() argument
465 void DLL_PUBLIC MApi_HDMITx_SetAudioOnOff(MS_BOOL state) in MApi_HDMITx_SetAudioOnOff() argument
538 void DLL_PUBLIC MApi_HDMITx_SetHDCPOnOff(MS_BOOL state) in MApi_HDMITx_SetHDCPOnOff() argument
617 void DLL_PUBLIC MApi_HDMITx_UnHDCPRxControl(HDMITX_UNHDCPRX_CONTROL state) in MApi_HDMITx_UnHDCPRxControl() argument
631 void DLL_PUBLIC MApi_HDMITx_HDCPRxFailControl(HDMITX_HDCPRXFail_CONTROL state) in MApi_HDMITx_HDCPRxFailControl() argument
H A DapiHDMITx_v2.c348 psHDMITXInstPri->fpHDMITX_TUNRONOFF(pInstance,pHDMITXArgs->state);
384 psHDMITXInstPri->fpHDMITX_SETTMDSONOFF(pInstance, pHDMITXArgs->state);
402 psHDMITXInstPri->fpHDMITX_SETRBCHANNELSWAP(pInstance, pHDMITXArgs->state);
543 psHDMITXInstPri->fpHDMITX_SETVIDEOONOFF (pInstance, pHDMITXArgs->state);
597 psHDMITXInstPri->fpHDMITX_SETAUDIOONOFF(pInstance, pHDMITXArgs->state);
696 psHDMITXInstPri->fpHDMITX_SETHDCPONOFF(pInstance, pHDMITXArgs->state);
787 psHDMITXInstPri->fpHDMITX_UNHDCPRXCONTROL(pInstance, pHDMITXArgs->state);
795 psHDMITXInstPri->fpHDMITX_HDCPRXFAILCONTROL(pInstance, pHDMITXArgs->state);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dppp-comp.h72 void (*comp_free) (void *state);
75 int (*comp_init) (void *state, unsigned char *options,
79 void (*comp_reset) (void *state);
82 int (*compress) (void *state, unsigned char *rptr,
86 void (*comp_stat) (void *state, struct compstat *stats);
92 void (*decomp_free) (void *state);
95 int (*decomp_init) (void *state, unsigned char *options,
100 void (*decomp_reset) (void *state);
103 int (*decompress) (void *state, unsigned char *ibuf, int isize,
107 void (*incomp) (void *state, unsigned char *ibuf, int icnt);
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c395 ehci->hcd.state = USB_STATE_HALT; in ehci_reset()
460 if (!HCD_IS_RUNNING (ehci->hcd.state)) in ehci_ready()
473 ehci->hcd.state = USB_STATE_HALT; in ehci_ready()
538 ehci->hcd.state = USB_STATE_HALT; in ehci_ready()
1237 ehci->hcd.state = USB_STATE_RUNNING; in ehci_hc_swreset()
2905 unsigned char state; in qh_completions() local
2959 state = qh->qh_state; in qh_completions()
2961 stopped = (state == QH_STATE_IDLE); in qh_completions()
3163 && HCD_IS_RUNNING (ehci->hcd.state))) { in qh_completions()
3228 if (state == QH_STATE_IDLE in qh_completions()
[all …]
H A DdrvHCD.h146 int state; member
159 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE) argument
160 #define HCD_IS_SUSPENDED(state) ((state) & __SUSPEND) argument
252 int (*suspend) (struct usb_hcd *hcd, U32 state);
339 extern int usb_hcd_pci_suspend (struct pci_dev *dev, U32 state);
H A DdrvHCD.c595 || !HCD_IS_RUNNING (hcd->state)) { in rh_status_urb()
658 if (!HCD_IS_SUSPENDED (hcd->state)) in rh_report_status()
1153 usb_dev->state = USB_STATE_DEFAULT; in usb_register_root_hub()
1177 usb_dev->state = USB_STATE_DEFAULT; in register_root_hub()
1514 if (hcd->state == USB_STATE_QUIESCING) in hcd_alloc_dev()
1627 if (HCD_IS_RUNNING (hcd->state) && hcd->state != USB_STATE_QUIESCING) { in hcd_submit_urb()
1633 diag_printf("hcd_submit_urb return ESHUTDOWN !!! hcd->state = %x\n", hcd->state); in hcd_submit_urb()
1769 if (!HCD_IS_RUNNING (hcd->state)) in hcd_get_frame_number()
2189 hub->state = USB_STATE_NOTATTACHED;
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c138 MS_U32 state[4]; //state (ABCD) member
234 context->state[0] = 0xc6f75b28; in MDrv_AUTH_MD5Init()
235 context->state[1] = 0x6b2ccf94; in MDrv_AUTH_MD5Init()
236 context->state[2] = 0xdaff678b; in MDrv_AUTH_MD5Init()
237 context->state[3] = 0x4518c0e8; in MDrv_AUTH_MD5Init()
269 MDrv_AUTH_MD5Transform (context->state, context->buffer); in MDrv_AUTH_MD5Update()
272 MDrv_AUTH_MD5Transform (context->state, &input[i]); in MDrv_AUTH_MD5Update()
311 MDrv_AUTH_Encode (digest, context->state, 16); in MDrv_AUTH_MD5Final()
325 static void MDrv_AUTH_MD5Transform(MS_U32 state[4], MS_U8 block[64]) in MDrv_AUTH_MD5Transform()
327 MS_U32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MDrv_AUTH_MD5Transform()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped128 /* Translate the current start state into a value that can be later handed
129 * to BEGIN to return to the state. The YYSTATE alias is for lex
135 /* Action number for EOF rule of a given start state. */
136 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
156 /* The state buf must be large enough to hold one state per character in the main buffer.
268 * "scanner state".
289 static int yy_start = 0; /* start state number */
808 (yy_start) = 1; /* first start state */
1074 * end-of-buffer state). Contrast this with the test
1314 /* yy_get_previous_state - get the state just before the EOB char was reached */
[all …]
H A Ddtc-parser.tab.c_shipped382 /* YYFINAL -- State number of the termination state. */
518 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
560 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
586 symbol of state STATE-NUM. */
773 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
972 YYCHAR while in state YYSTATE. Return the number of bytes copied,
1178 /* The state stack. */
1225 so that they stay on the same level as the state stack.
1233 | yynewstate -- Push a new state, which is found in yystate. |
1237 have just been pushed. So pushing a state here evens the stacks. */
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c246 pEhci->hcd.state = HCD_STATE_HALT; in ms_ehci_reset()
276 pEhci->hcd.state = HCD_STATE_HALT; in ms_ehci_quiesce()
291 pEhci->hcd.state = HCD_STATE_HALT; in ms_ehci_quiesce()
348 if (!HCD_IS_RUNNING(pHcd->state)) // patch from 2.6.28 in ms_hub_status_data()
459 pEhci->hcd.state = HCD_STATE_RUNNING; in ms_ehci_softrst()
1184 else if(!iStopped && HCD_IS_RUNNING (pEhci->hcd.state)) in ms_qh_completions()
1722 pEhci->hcd.state = HCD_STATE_RUNNING; in ms_qh_link_async()
1951 && HCD_IS_RUNNING (pEhci->hcd.state)) in ms_end_unlink_async()
1957 if (HCD_IS_RUNNING (pEhci->hcd.state) in ms_end_unlink_async()
1988 if (pEhci->hcd.state != HCD_STATE_HALT && !pEhci->stReclaim) in ms_start_unlink_async()
[all …]
H A DdrvUsbd.c586 ms_debug_msg ("remove: %s, state %x\n", pHcd->self.bus_name, pHcd->state); in ms_usb_hcd_cpe_ehci_remove()
589 if (HCD_IS_RUNNING (pHcd->state)) in ms_usb_hcd_cpe_ehci_remove()
590 pHcd->state = HCD_STATE_QUIESCING; in ms_usb_hcd_cpe_ehci_remove()
605 pHcd->state = HCD_STATE_HALT; in ms_usb_hcd_cpe_ehci_remove()
622 switch (hcd->state) in ms_usb_hcd_cpe_ehci_suspend()
631 hcd->state = HCD_STATE_QUIESCING; in ms_usb_hcd_cpe_ehci_suspend()
645 if (hcd->state != HCD_STATE_SUSPENDED) in ms_usb_hcd_cpe_ehci_resume()
651 hcd->state = HCD_STATE_RESUMING; in ms_usb_hcd_cpe_ehci_resume()
939 if (pHcd->state == HCD_STATE_QUIESCING) in ms_hcd_alloc_dev()
1004 …if ((HCD_IS_RUNNING (pHcd->state) && pHcd->state != HCD_STATE_QUIESCING) || (pUrb->dev == pHcd->se… in ms_hcd_submit_urb()
[all …]
H A DdrvUsbd.h121 int state; member
151 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE) argument
152 #define HCD_IS_SUSPENDED(state) ((state) & __SUSPEND) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dexport_report.pl115 my $state=0;
118 if ($state == 0) {
119 $state = 1 if ($_ =~ /static const struct modversion_info/);
122 if ($state == 1) {
123 $state = 2 if ($_ =~ /__attribute__\(\(section\("__versions"\)\)\)/);
126 if ($state == 2) {
136 if ($state != 2) {
H A Dkernel-doc271 my $state;
1864 $state = 0;
2047 if ($state == 0) {
2049 $state = 1; # next line is always the function name
2052 } elsif ($state == 1) { # this line is the function name (always)
2054 $state = 4;
2068 $state = 2;
2106 $state = 0;
2108 } elsif ($state == 2) { # look for head: lines, and include content
2147 $state = 3;
[all …]
H A Dunifdef.c229 static void state(Ifstate);
427 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } in Strue()
428 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } in Sfalse()
429 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } in Selse()
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
435 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); } in Dfalse()
436 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } in Delif()
437 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } in Delse()
454 static void Mtrue (void) { keywordedit("else"); state(IS_TRUE_MIDDLE); } in Mtrue()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped170 /* Translate the current start state into a value that can be later handed
171 * to BEGIN to return to the state. The YYSTATE alias is for lex
177 /* Action number for EOF rule of a given start state. */
178 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
190 /* The state buf must be large enough to hold one state per character in the main buffer.
322 * "scanner state".
348 static int yy_start = 0; /* start state number */
928 (yy_start) = 1; /* first start state */
1141 * end-of-buffer state). Contrast this with the test
1393 /* yy_get_previous_state - get the state just before the EOB char was reached */
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiHDMITx_v2.h226 MS_BOOL state; member
249 MS_BOOL state; member
260 MS_BOOL state; member
353 MS_BOOL state; member
395 MS_BOOL state; member
460 MS_BOOL state; member
513 HDMITX_UNHDCPRX_CONTROL state; member
518 HDMITX_HDCPRXFail_CONTROL state; member
H A DapiHDMITx.h900 void SYMBOL_WEAK MApi_HDMITx_TurnOnOff(MS_BOOL state);
912 void SYMBOL_WEAK MApi_HDMITx_SetTMDSOnOff(MS_BOOL state);
918 void SYMBOL_WEAK MApi_HDMITx_SetRBChannelSwap(MS_BOOL state);
984 void SYMBOL_WEAK MApi_HDMITx_SetVideoOnOff(MS_BOOL state);
1007 void SYMBOL_WEAK MApi_HDMITx_SetAudioOnOff(MS_BOOL state);
1030 void SYMBOL_WEAK MApi_HDMITx_SetHDCPOnOff(MS_BOOL state);
1044 void SYMBOL_WEAK MApi_HDMITx_UnHDCPRxControl(HDMITX_UNHDCPRX_CONTROL state);
1046 void SYMBOL_WEAK MApi_HDMITx_HDCPRxFailControl(HDMITX_HDCPRXFail_CONTROL state);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiHDMITx.h549 void MApi_HDMITx_TurnOnOff(MS_BOOL state);
561 void MApi_HDMITx_SetTMDSOnOff(MS_BOOL state);
627 void MApi_HDMITx_SetVideoOnOff(MS_BOOL state);
644 void MApi_HDMITx_SetAudioOnOff(MS_BOOL state);
667 void MApi_HDMITx_SetHDCPOnOff(MS_BOOL state);
681 void MApi_HDMITx_UnHDCPRxControl(HDMITX_UNHDCPRX_CONTROL state);
683 void MApi_HDMITx_HDCPRxFailControl(HDMITX_HDCPRXFail_CONTROL state);

12345