Home
last modified time | relevance | path

Searched refs:do_action (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dsched.c767 void (*do_action)(struct rpc_task *); in __rpc_execute() local
776 do_action = task->tk_action; in __rpc_execute()
778 do_action = task->tk_callback; in __rpc_execute()
781 if (!do_action) in __rpc_execute()
783 trace_rpc_task_run_action(task, do_action); in __rpc_execute()
784 do_action(task); in __rpc_execute()
/Linux-v4.19/sound/core/
Dpcm_native.c1042 int (*do_action)(struct snd_pcm_substream *substream, int state); member
1073 res = ops->do_action(s, state); in snd_pcm_action_group()
1118 res = ops->do_action(substream, state); in snd_pcm_action_single()
1235 .do_action = snd_pcm_do_start,
1294 .do_action = snd_pcm_do_stop,
1409 .do_action = snd_pcm_do_pause,
1458 .do_action = snd_pcm_do_suspend,
1558 .do_action = snd_pcm_do_resume,
1645 .do_action = snd_pcm_do_reset,
1689 .do_action = snd_pcm_do_prepare,
[all …]
/Linux-v4.19/drivers/isdn/gigaset/
Dev-layer.c1099 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()