Searched refs:do_action (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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.1.27/sound/core/ |
D | pcm_native.c | 869 int (*do_action)(struct snd_pcm_substream *substream, int state); member 900 res = ops->do_action(s, state); in snd_pcm_action_group() 945 res = ops->do_action(substream, state); in snd_pcm_action_single() 1064 .do_action = snd_pcm_do_start, 1117 .do_action = snd_pcm_do_stop, 1240 .do_action = snd_pcm_do_pause, 1291 .do_action = snd_pcm_do_suspend, 1395 .do_action = snd_pcm_do_resume, 1498 .do_action = snd_pcm_do_reset, 1542 .do_action = snd_pcm_do_prepare, [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 1053 do_action: /* This label is used only to access EOF actions. */ 1424 goto do_action;
|
D | zconf.lex.c_shipped | 1053 do_action: /* This label is used only to access EOF actions. */ 1424 goto do_action;
|
/linux-4.1.27/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.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 832 do_action: /* This label is used only to access EOF actions. */ 997 goto do_action;
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 926 do_action: /* This label is used only to access EOF actions. */ 1301 goto do_action;
|