Home
last modified time | relevance | path

Searched refs:comm_intf (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/
DCDCEther.c835 struct usb_interface_descriptor *comm_intf = NULL; in find_and_parse_ethernet_class_information() local
844 comm_intf = &( comm_intf_group->altsetting[ether_dev->comm_interface_altset_num] ); in find_and_parse_ethernet_class_information()
847 if (comm_intf->extralen > 0) { in find_and_parse_ethernet_class_information()
849 rc = parse_ethernet_class_information( comm_intf->extra, comm_intf->extralen, ether_dev ); in find_and_parse_ethernet_class_information()
983 struct usb_interface_descriptor *comm_intf = NULL; in find_ethernet_comm_interface() local
997 comm_intf = &( comm_intf_group->altsetting[altset_num] ); in find_ethernet_comm_interface()
1002 ether_dev->comm_bInterfaceNumber = comm_intf->bInterfaceNumber; in find_ethernet_comm_interface()
1004 ether_dev->comm_bAlternateSetting = comm_intf->bAlternateSetting; in find_ethernet_comm_interface()
1025 if ( (comm_intf->bNumEndpoints == 1) && in find_ethernet_comm_interface()
1026 (comm_intf->endpoint[0].bEndpointAddress & USB_DIR_IN) && in find_ethernet_comm_interface()
[all …]