Home
last modified time | relevance | path

Searched refs:module_state (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/greybus/
H A 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, re in gbaudio_module_enable_rx() local
270 int module_state; gbaudio_module_disable_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A 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()
85 if (module_state < GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_enable_tx()
102 if (module_state < GBAUDIO_CODEC_PREPARE) { in gbaudio_module_enable_tx()
129 int module_state; in gbaudio_module_disable_tx() local
138 module_state = data->state[SNDRV_PCM_STREAM_PLAYBACK]; in gbaudio_module_disable_tx()
140 if (module_state > GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_disable_tx()
153 if (module_state > GBAUDIO_CODEC_SHUTDOWN) { in gbaudio_module_disable_tx()
174 int module_state, re in gbaudio_module_enable_rx() local
256 int module_state; gbaudio_module_disable_rx() local
[all...]
/kernel/linux/linux-5.10/lib/livepatch/
H A Dtest_klp_callbacks_demo2.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_callbacks_demo.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_state.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_state2.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
/kernel/linux/linux-6.6/lib/livepatch/
H A Dtest_klp_callbacks_demo2.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_callbacks_demo.c14 static const char *const module_state[] = { variable
25 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_state2.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
H A Dtest_klp_state.c16 static const char *const module_state[] = { variable
27 module_state[obj->mod->state]); in callback_info()
/kernel/linux/linux-5.10/samples/livepatch/
H A Dlivepatch-callbacks-demo.c91 static const char *const module_state[] = { variable
102 module_state[obj->mod->state]); in callback_info()
/kernel/linux/linux-6.6/samples/livepatch/
H A 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/
H A Dmodule.h314 enum module_state { enum
367 enum module_state state;
/kernel/linux/linux-6.6/include/linux/
H A Dmodule.h312 enum module_state { enum
403 enum module_state state;

Completed in 10 milliseconds