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.h46 bool c_mute_present; member
Du_uac2.h56 bool c_mute_present; member
Df_uac1.c33 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \
1263 if (audio_opts->c_mute_present) in f_audio_bind()
1396 audio->params.c_fu.mute_present = audio_opts->c_mute_present; in f_audio_bind()
1606 UAC1_ATTRIBUTE(bool, c_mute_present);
1680 opts->c_mute_present = UAC1_DEF_MUTE_PRESENT; in f_audio_alloc_inst()
Df_uac2.c59 && ((_opts)->c_mute_present \
1109 if (uac2_opts->c_mute_present) in afunc_bind()
1318 agdev->params.c_fu.mute_present = uac2_opts->c_mute_present; in afunc_bind()
2090 UAC2_ATTRIBUTE(bool, c_mute_present);
2172 opts->c_mute_present = UAC2_DEF_MUTE_PRESENT; in afunc_alloc_inst()