Home
last modified time | relevance | path

Searched defs:f_uac1_opts (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Du_uac1.h31 struct f_uac1_opts { struct
32 struct usb_function_instance func_inst;
33 int c_chmask;
34 int c_srates[UAC_MAX_RATES];
35 int c_ssize;
36 int p_chmask;
37 int p_srates[UAC_MAX_RATES];
38 int p_ssize;
40 bool p_mute_present;
41 bool p_volume_present;
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Du_uac1.h23 struct f_uac1_opts { struct
24 struct usb_function_instance func_inst;
25 int c_chmask;
26 int c_srate;
27 int c_ssize;
28 int p_chmask;
29 int p_srate;
30 int p_ssize;
31 int req_number;
32 unsigned bound:1;
[all …]