Searched refs:host_interface (Results 1 – 6 of 6) sorted by relevance
848 struct usb_host_interface *host_interface = &intf->altsetting[0]; in rtw89_usb_parse() local 849 struct usb_interface_descriptor *intf_desc = &host_interface->desc; in rtw89_usb_parse() 863 endpoint = &host_interface->endpoint[i].desc; in rtw89_usb_parse()
242 struct usb_host_interface *host_interface = &interface->altsetting[0]; in rtw_usb_parse() local 243 struct usb_interface_descriptor *interface_desc = &host_interface->desc; in rtw_usb_parse() 252 endpoint = &host_interface->endpoint[i].desc; in rtw_usb_parse()
7652 struct usb_host_interface *host_interface; in rtl8xxxu_parse_usb() local 7659 host_interface = interface->cur_altsetting; in rtl8xxxu_parse_usb() 7660 interface_desc = &host_interface->desc; in rtl8xxxu_parse_usb() 7664 endpoint = &host_interface->endpoint[i].desc; in rtl8xxxu_parse_usb()
2364 __u8 host_interface; member 2513 __u8 host_interface; member 2607 __u8 host_interface; member
955 } __attribute__ ((packed)) host_interface; member
6437 if (ctrl_info->host_interface.SRIOV) { in megasas_init_fw()