Searched refs:do_action (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 732 void (*do_action)(struct rpc_task *); in __rpc_execute() local 737 do_action = task->tk_callback; in __rpc_execute() 739 if (do_action == NULL) { in __rpc_execute() 746 do_action = task->tk_action; in __rpc_execute() 747 if (do_action == NULL) in __rpc_execute() 751 do_action(task); in __rpc_execute()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 880 int (*do_action)(struct snd_pcm_substream *substream, int state); member 911 res = ops->do_action(s, state); in snd_pcm_action_group() 956 res = ops->do_action(substream, state); in snd_pcm_action_single() 1073 .do_action = snd_pcm_do_start, 1124 .do_action = snd_pcm_do_stop, 1241 .do_action = snd_pcm_do_pause, 1290 .do_action = snd_pcm_do_suspend, 1392 .do_action = snd_pcm_do_resume, 1495 .do_action = snd_pcm_do_reset, 1539 .do_action = snd_pcm_do_prepare, [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c | 1090 do_action: /* This label is used only to access EOF actions. */ 1477 goto do_action;
|
D | zconf.lex.c_shipped | 1090 do_action: /* This label is used only to access EOF actions. */ 1477 goto do_action;
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 1099 static void do_action(int action, struct cardstate *cs, in do_action() function 1623 do_action(rep->action[curact], cs, bcs, &at_state, &p_command, in process_event()
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 928 do_action: /* This label is used only to access EOF actions. */ 1329 goto do_action;
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 832 do_action: /* This label is used only to access EOF actions. */ 997 goto do_action;
|