Home
last modified time | relevance | path

Searched refs:c_mute_present (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/function/
Du_uac1.h45 bool c_mute_present; member
Du_uac2.h52 bool c_mute_present; member
Df_uac1.c32 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \
1198 if (audio_opts->c_mute_present) in f_audio_bind()
1316 audio->params.c_fu.mute_present = audio_opts->c_mute_present; in f_audio_bind()
1430 UAC1_ATTRIBUTE(bool, c_mute_present);
1501 opts->c_mute_present = UAC1_DEF_MUTE_PRESENT; in f_audio_alloc_inst()
Df_uac2.c58 && ((_opts)->c_mute_present \
1033 if (uac2_opts->c_mute_present) in afunc_bind()
1238 agdev->params.c_fu.mute_present = uac2_opts->c_mute_present; in afunc_bind()
1865 UAC2_ATTRIBUTE(bool, c_mute_present);
1940 opts->c_mute_present = UAC2_DEF_MUTE_PRESENT; in afunc_alloc_inst()