Searched refs:usb_host_virt_interface (Results 1 – 13 of 13) sorted by relevance
458 struct usb_host_virt_interface struct488 struct usb_host_virt_interface *altsetting; //指向usb_interface_cache-> argument489 struct usb_host_virt_interface *cur_altsetting; // the currently active alternate setting517 struct usb_host_virt_interface *altsetting_array; //指向usb_host_virt_interface[],其有效长度为
75 struct usb_host_virt_interface *virt_intf = NULL; in usb_match_id()
433 struct usb_host_virt_interface *alt = intf->cur_altsetting; in usb_enable_interface()621 struct usb_host_virt_interface *alt; in usb_set_configuration()978 struct usb_host_virt_interface *alt; in usb_set_interface()1083 struct usb_host_virt_interface *alt = intf->cur_altsetting; in usb_disable_interface()
20 struct usb_host_virt_interface *usb_altnum_to_altsetting(struct usb_interface *intf, s32 altnum);
86 struct usb_host_virt_interface *ifp, in _usb_parse_endpoint_desc()168 struct usb_host_virt_interface *alt = NULL; in _usb_parse_interface_desc()489 len = sizeof(struct usb_host_virt_interface) * j; in _usb_parse_config_desc()
441 struct usb_host_virt_interface *usb_altnum_to_altsetting(struct usb_interface *intf, s32 altnum) in usb_altnum_to_altsetting()
2819 struct usb_host_virt_interface *desc = NULL; in hub_probe()
131 struct usb_host_virt_endpoint *uvc_find_endpoint(struct usb_host_virt_interface *alts, __u8 epaddr) in uvc_find_endpoint()263 struct usb_host_virt_interface *alts = intf->cur_altsetting; in uvc_parse_format()496 struct usb_host_virt_interface *alts = &intf->altsetting[0]; in uvc_parse_streaming()746 struct usb_host_virt_interface *alts = UVCDev->pusb_intf->cur_altsetting; in uvc_parse_vendor_control()823 struct usb_host_virt_interface *alts = UVCDev->pusb_intf->cur_altsetting; in uvc_parse_standard_control()1048 struct usb_host_virt_interface *alts = UVCDev->pusb_intf->cur_altsetting; in uvc_parse_control_entry()
393 struct usb_host_virt_interface *cur_alt = NULL; in UVCDevScan()
1133 struct usb_host_virt_interface *alts; in uvc_init_video()
394 struct usb_host_virt_interface *altsetting = HidDev->pusb_intf->cur_altsetting; in HidCreatePipes()575 struct usb_host_virt_interface *cur_alt = NULL; in HidDevScan()
415 struct usb_host_virt_interface *alts, __u8 epaddr);
724 struct usb_host_virt_interface *altsetting = mscDev->pusb_intf->cur_altsetting; in CreatePipes()
Completed in 40 milliseconds