Lines Matching defs:f_uac2_opts
43 struct f_uac2_opts { struct
44 struct usb_function_instance func_inst;
45 int p_chmask;
46 int p_srates[UAC_MAX_RATES];
47 int p_ssize;
48 u8 p_hs_bint;
49 int c_chmask;
50 int c_srates[UAC_MAX_RATES];
51 int c_ssize;
52 int c_sync;
53 u8 c_hs_bint;
55 bool p_mute_present;
56 bool p_volume_present;
57 s16 p_volume_min;
58 s16 p_volume_max;
59 s16 p_volume_res;
61 bool c_mute_present;
62 bool c_volume_present;
63 s16 c_volume_min;
64 s16 c_volume_max;
65 s16 c_volume_res;
67 int req_number;
68 int fb_max;
69 bool bound;
71 char function_name[32];
73 s16 p_terminal_type;
74 s16 c_terminal_type;
76 struct mutex lock;
77 int refcnt;