Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsched.c886 void (*do_action)(struct rpc_task *); in __rpc_execute() local
895 do_action = task->tk_action; in __rpc_execute()
897 do_action = task->tk_callback; in __rpc_execute()
900 if (!do_action) in __rpc_execute()
902 trace_rpc_task_run_action(task, do_action); in __rpc_execute()
903 do_action(task); in __rpc_execute()
/Linux-v5.4/sound/core/
Dpcm_native.c996 int (*do_action)(struct snd_pcm_substream *substream, int state); member
1027 res = ops->do_action(s, state); in snd_pcm_action_group()
1072 res = ops->do_action(substream, state); in snd_pcm_action_single()
1238 .do_action = snd_pcm_do_start,
1297 .do_action = snd_pcm_do_stop,
1412 .do_action = snd_pcm_do_pause,
1468 .do_action = snd_pcm_do_suspend,
1571 .do_action = snd_pcm_do_resume,
1658 .do_action = snd_pcm_do_reset,
1702 .do_action = snd_pcm_do_prepare,
[all …]
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dev-layer.c1096 static void do_action(int action, struct cardstate *cs, in do_action() function
1620 do_action(rep->action[curact], cs, bcs, &at_state, &p_command, in process_event()