Lines Matching defs:f_uac1_opts
61 struct f_uac1_opts { struct
62 struct usb_function_instance func_inst;
63 int req_buf_size;
64 int req_count;
65 int audio_buf_size;
66 char *fn_play;
67 char *fn_cap;
68 char *fn_cntl;
69 unsigned bound:1;
70 unsigned fn_play_alloc:1;
71 unsigned fn_cap_alloc:1;
72 unsigned fn_cntl_alloc:1;
73 struct mutex lock;
74 int refcnt;