Home
last modified time | relevance | path

Searched refs:action (Results 1 – 23 of 23) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc825 Q3Action *action; in contextMenuEvent() local
828 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent()
829 action->setToggleAction(TRUE); in contextMenuEvent()
830 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
833 action, SLOT(setOn(bool))); in contextMenuEvent()
834 action->setOn(showName); in contextMenuEvent()
835 action->addTo(headerPopup); in contextMenuEvent()
836 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent()
837 action->setToggleAction(TRUE); in contextMenuEvent()
838 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
[all …]
H A Dlex.zconf.c_shipped156 /* Special action meaning "start processing a new file". */
704 * corresponding action - sets up zconftext.
1071 { /* beginning of action switch */
1368 * this is the first action (other than possibly a
1475 "fatal flex scanner internal error--no action found" );
1476 } /* end of action switch */
1482 * Returns a code representing an action:
H A Dzconf.tab.c_shipped1424 action routines. */
1573 /* If the proper action on seeing token YYTOKEN is to reduce or to
1574 detect an error, take that action. */
1605 | yydefault -- do the default action for the current state. |
1621 /* If YYLEN is nonzero, implement the default value of the action:
2142 /* Do not reclaim the symbols of the rule which action triggered
2221 /* Do not reclaim the symbols of the rule which action triggered
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h445 timer_action_done (struct ehci_hcd *ehci, enum ehci_timer_action action) in timer_action_done() argument
449 kdbg("%d sw_tmr",action); in timer_action_done()
451 clear_bit (action, &ehci->actions, U32); in timer_action_done()
481 timer_action (struct ehci_hcd *ehci, enum ehci_timer_action action) in timer_action() argument
483 kdbg("register %d sw_tmr",action); in timer_action()
484 if( action == TIMER_IAA_WATCHDOG ) in timer_action()
486 if (!test_and_set_bit(action, &ehci->actions)) { in timer_action()
489 switch (action) { in timer_action()
542 if (action != TIMER_IAA_WATCHDOG in timer_action()
H A DdrvEhciHcd.c6111 enum ehci_timer_action action = TIMER_IO_WATCHDOG; in scan_async() local
6286 action = TIMER_ASYNC_SHRINK; in scan_async()
6349 if (action == TIMER_ASYNC_SHRINK) in scan_async()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c351 struct sigaction action; in _MDrv_MBX_Init_() local
413 memset(&action, 0, sizeof(action)); in _MDrv_MBX_Init_()
414 sigemptyset(&action.sa_mask); in _MDrv_MBX_Init_()
415 action.sa_sigaction = _MDrv_MBX_MsgArrived; in _MDrv_MBX_Init_()
416 action.sa_flags = SA_SIGINFO; in _MDrv_MBX_Init_()
417 sigaction(SIGIO_MAILBOX, &action, NULL); in _MDrv_MBX_Init_()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Ddrv_sc_ip.h380 INTERFACE MS_BOOL MDrv_XC_OPTEE_Mux(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_MUX_DATA xc_…
381 INTERFACE MS_BOOL MDrv_XC_OPTEE_Control(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER*…
382 INTERFACE MS_BOOL MDrv_XC_OPTEE_Update(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER x…
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped1195 action routines. */
1344 /* If the proper action on seeing token YYTOKEN is to reduce or to
1345 detect an error, take that action. */
1376 | yydefault -- do the default action for the current state. |
1392 /* If YYLEN is nonzero, implement the default value of the action:
1890 /* Do not reclaim the symbols of the rule which action triggered
1969 /* Do not reclaim the symbols of the rule which action triggered
H A Ddtc-lexer.lex.c_shipped138 /* Special action meaning "start processing a new file". */
366 * corresponding action - sets up yytext.
868 { /* beginning of action switch */
1062 * this is the first action (other than possibly a
1170 "fatal flex scanner internal error--no action found" );
1171 } /* end of action switch */
1177 * Returns a code representing an action:
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Daudit.h318 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member
334 __u32 action; /* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */ member
H A Dpkt_cls.h123 int action; member
156 int action; \
H A Dfib_rules.h26 __u8 action; member
H A Dxfrm.h372 __u8 action; member
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped1443 action routines. */
1592 /* If the proper action on seeing token YYTOKEN is to reduce or to
1593 detect an error, take that action. */
1624 | yydefault -- do the default action for the current state. |
1640 /* If YYLEN is nonzero, implement the default value of the action:
2408 /* Do not reclaim the symbols of the rule which action triggered
2487 /* Do not reclaim the symbols of the rule which action triggered
H A Dlex.c_shipped180 /* Special action meaning "start processing a new file". */
437 * corresponding action - sets up yytext.
990 /* %% [10.0] code to find the action number goes here */
1023 { /* beginning of action switch */
1129 * this is the first action (other than possibly a
1237 "fatal flex scanner internal error--no action found" );
1238 } /* end of action switch */
1252 * Returns a code representing an action:
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c14189 MS_BOOL _MDrv_XC_OPTEE_Send_Cmd(void *pInstance,EN_XC_OPTEE_ACTION action,void *para,MS_U32 u32size) in _MDrv_XC_OPTEE_Send_Cmd() argument
14211 if (MDrv_SYS_TEEC_InvokeCmd(&session, action, &op, &ret_orig) != TEEC_SUCCESS) in _MDrv_XC_OPTEE_Send_Cmd()
14225 MS_BOOL MDrv_XC_OPTEE_Control(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* pstxc_han… in MDrv_XC_OPTEE_Control() argument
14273 switch (action) in MDrv_XC_OPTEE_Control()
14485 MS_BOOL MApi_XC_OPTEE_Control_U2(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_han… in MApi_XC_OPTEE_Control_U2() argument
14487 return MDrv_XC_OPTEE_Control(pInstance,action,xc_handler); in MApi_XC_OPTEE_Control_U2()
14489 MS_BOOL MApi_XC_OPTEE_Control(EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_handler) in MApi_XC_OPTEE_Control() argument
14514 XCArgs.action = action; in MApi_XC_OPTEE_Control()
14528 MS_BOOL MDrv_XC_OPTEE_Update(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER xc_handler) in MDrv_XC_OPTEE_Update() argument
14538 if(action != E_XC_OPTEE_UPDATE_HANDLER) in MDrv_XC_OPTEE_Update()
[all …]
H A Dmvideo.c.01478 …ength is 0, it won't do anything except the mutex and share memory. Usually it is the action of DFB
1560 …ength is 0, it won't do anything except the mutex and share memory. Usually it is the action of DFB
14171 MS_BOOL _MDrv_XC_OPTEE_Send_Cmd(void *pInstance,EN_XC_OPTEE_ACTION action,void *para,MS_U32 u32size)
14193 if (MDrv_SYS_TEEC_InvokeCmd(&session, action, &op, &ret_orig) != TEEC_SUCCESS)
14207 MS_BOOL MDrv_XC_OPTEE_Control(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* pstxc_han…
14255 switch (action)
14467 MS_BOOL MApi_XC_OPTEE_Control_U2(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_han…
14469 return MDrv_XC_OPTEE_Control(pInstance,action,xc_handler);
14471 MS_BOOL MApi_XC_OPTEE_Control(EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_handler)
14496 XCArgs.action = action;
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_v2.h2951 EN_XC_OPTEE_ACTION action; member
2957 EN_XC_OPTEE_ACTION action; member
H A DapiXC.h7097 MS_BOOL MApi_XC_OPTEE_Control(EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_handler);
7105 MS_BOOL MApi_XC_OPTEE_Mux(EN_XC_OPTEE_ACTION action,XC_OPTEE_MUX_DATA xc_mux_data);
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DXC_private.h2364 MS_BOOL MApi_XC_OPTEE_Control_U2(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_han…
2366 MS_BOOL MApi_XC_OPTEE_Mux_U2(void *pInstance,EN_XC_OPTEE_ACTION action,XC_OPTEE_MUX_DATA xc_mux_dat…
H A DapiXC_v2.c6910 … pXCArgs->bReturn = psXCInstPri->fpXC_OPTEE_Ctrl(pInstance,pXCArgs->action, pXCArgs->xc_handler); in _XCIoctl()
6940 … pXCArgs->bReturn = psXCInstPri->fpXC_OPTEE_Mux(pInstance,pXCArgs->action, pXCArgs->xc_mux_data); in _XCIoctl()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13423 char action[AU_CUS_KERNEL_DEBUG_PROC_STRING_BUFFER_LENGTH]; in AU_CUS_kernel_debug_proc_write_nDBG() local
13431 sscanf(value_str, "%s\n", action); in AU_CUS_kernel_debug_proc_write_nDBG()
13433 AU_nPRINT("*********%s\n", action); in AU_CUS_kernel_debug_proc_write_nDBG()
13435 if (!strcmp("EnableNonThreadPrint",action)) in AU_CUS_kernel_debug_proc_write_nDBG()
13441 if (!strcmp("EnableThreadPrint",action)) in AU_CUS_kernel_debug_proc_write_nDBG()
13447 if (!strcmp("DisableNonThreadPrint",action)) in AU_CUS_kernel_debug_proc_write_nDBG()
13453 if (!strcmp("DisableThreadPrint",action)) in AU_CUS_kernel_debug_proc_write_nDBG()
13459 if (!strcmp("DisableAllThreadMonitor",action)) in AU_CUS_kernel_debug_proc_write_nDBG()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt5777 MS_BOOL MApi_XC_OPTEE_Control(EN_XC_OPTEE_ACTION action,XC_OPTEE_HANDLER* xc_handler);
5785 MS_BOOL MApi_XC_OPTEE_Mux(EN_XC_OPTEE_ACTION action,XC_OPTEE_MUX_DATA xc_mux_data);
62851 EN_XC_OPTEE_ACTION action;
62857 EN_XC_OPTEE_ACTION action;