Home
last modified time | relevance | path

Searched refs:module_state (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/greybus/
Daudio_codec.c47 int module_state, ret = 0; in gbaudio_module_enable_tx() local
60 module_state = data->state[SNDRV_PCM_STREAM_PLAYBACK]; in gbaudio_module_enable_tx()
69 if (module_state < GBAUDIO_CODEC_STARTUP) { in gbaudio_module_enable_tx()
86 if (module_state < GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_enable_tx()
105 if (module_state < GBAUDIO_CODEC_PREPARE) { in gbaudio_module_enable_tx()
134 int module_state; in gbaudio_module_disable_tx() local
143 module_state = data->state[SNDRV_PCM_STREAM_PLAYBACK]; in gbaudio_module_disable_tx()
145 if (module_state > GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_disable_tx()
159 if (module_state > GBAUDIO_CODEC_SHUTDOWN) { in gbaudio_module_disable_tx()
182 int module_state, ret = 0; in gbaudio_module_enable_rx() local
[all …]
/Linux-v5.4/lib/livepatch/
Dtest_klp_callbacks_demo2.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
Dtest_klp_callbacks_demo.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
/Linux-v5.4/samples/livepatch/
Dlivepatch-callbacks-demo.c91 static const char *const module_state[] = { variable
102 module_state[obj->mod->state]); in callback_info()
/Linux-v5.4/include/linux/
Dmodule.h295 enum module_state { enum
348 enum module_state state;