Searched refs:ifc (Results 1 – 2 of 2) sorted by relevance
141 struct usb_interface_descriptor *ifc; in filter_usb_device() local213 ifc = (struct usb_interface_descriptor *)ptr; in filter_usb_device()214 len -= ifc->bLength; in filter_usb_device()215 ptr += ifc->bLength; in filter_usb_device()219 info.ifc_class = ifc->bInterfaceClass; in filter_usb_device()220 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()221 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()223 for(e = 0; e < ifc->bNumEndpoints; e++) { in filter_usb_device()262 *ifc_id = ifc->bInterfaceNumber; in filter_usb_device()334 int n, in, out, ifc; in find_usb_device() local[all …]
56 typedef int (*ifc_match_func)(usb_ifc_info *ifc);