Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Du_uac2.h38 struct f_uac2_opts { struct
39 struct usb_function_instance func_inst;
40 int p_chmask;
41 int p_srates[UAC_MAX_RATES];
42 int p_ssize;
43 u8 p_hs_bint;
44 int c_chmask;
45 int c_srates[UAC_MAX_RATES];
46 int c_ssize;
47 int c_sync;
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Du_uac2.h26 struct f_uac2_opts { struct
27 struct usb_function_instance func_inst;
28 int p_chmask;
29 int p_srate;
30 int p_ssize;
31 int c_chmask;
32 int c_srate;
33 int c_ssize;
34 int req_number;
35 bool bound;
[all …]