Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
Daudio_codec.c48 int module_state, ret = 0; in gbaudio_module_enable_tx() local
61 module_state = data->state[SNDRV_PCM_STREAM_PLAYBACK]; in gbaudio_module_enable_tx()
70 if (module_state < GBAUDIO_CODEC_STARTUP) { in gbaudio_module_enable_tx()
87 if (module_state < GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_enable_tx()
106 if (module_state < GBAUDIO_CODEC_PREPARE) { in gbaudio_module_enable_tx()
135 int module_state; in gbaudio_module_disable_tx() local
144 module_state = data->state[SNDRV_PCM_STREAM_PLAYBACK]; in gbaudio_module_disable_tx()
146 if (module_state > GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_disable_tx()
160 if (module_state > GBAUDIO_CODEC_SHUTDOWN) { in gbaudio_module_disable_tx()
183 int module_state, ret = 0; in gbaudio_module_enable_rx() local
[all …]
/kernel/linux/linux-5.10/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()
Dtest_klp_state.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
Dtest_klp_state2.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
/kernel/linux/linux-5.10/samples/livepatch/
Dlivepatch-callbacks-demo.c91 static const char *const module_state[] = { variable
102 module_state[obj->mod->state]); in callback_info()
/kernel/linux/linux-5.10/include/linux/
Dmodule.h314 enum module_state { enum
367 enum module_state state;