Lines Matching defs:f_uac2_opts
38 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;
48 u8 c_hs_bint;
50 bool p_mute_present;
51 bool p_volume_present;
52 s16 p_volume_min;
53 s16 p_volume_max;
54 s16 p_volume_res;
56 bool c_mute_present;
57 bool c_volume_present;
58 s16 c_volume_min;
59 s16 c_volume_max;
60 s16 c_volume_res;
62 int req_number;
63 int fb_max;
64 bool bound;
66 char function_name[32];
68 struct mutex lock;
69 int refcnt;