Searched defs:f_uvc_opts (Results 1 – 1 of 1) sorted by relevance
23 struct f_uvc_opts { struct24 struct usb_function_instance func_inst;25 bool streaming_bulk;26 unsigned int streaming_interval;27 unsigned int streaming_maxpacket;28 unsigned int streaming_maxburst;30 bool device_name_allocated;31 const char *device_name;32 unsigned int uvc_num_request;33 unsigned int uvc_zero_copy;[all …]