Home
last modified time | relevance | path

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

/openbmc/linux/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, ret = 0; in gbaudio_module_enable_rx() local
[all …]
/openbmc/linux/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()
/openbmc/linux/samples/livepatch/
H A Dlivepatch-callbacks-demo.c91 static const char *const module_state[] = { variable
102 module_state[obj->mod->state]); in callback_info()
/openbmc/linux/include/linux/
H A Dmodule.h312 enum module_state { enum
403 enum module_state state;