Searched defs:f_uac2_opts (Results 1 – 2 of 2) sorted by relevance
38 struct f_uac2_opts { struct39 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 …]
26 struct f_uac2_opts { struct27 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 …]