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