Searched refs:ifc (Results 1 – 3 of 3) sorted by relevance
150 struct usb_interface_descriptor *ifc; in filter_usb_device() local222 ifc = (struct usb_interface_descriptor *)ptr; in filter_usb_device()223 len -= ifc->bLength; in filter_usb_device()224 ptr += ifc->bLength; in filter_usb_device()228 info.ifc_class = ifc->bInterfaceClass; in filter_usb_device()229 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()230 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()232 for(e = 0; e < ifc->bNumEndpoints; e++) { in filter_usb_device()270 sysfs_name, sysfs_name, ifc->bInterfaceNumber); in filter_usb_device()278 *ifc_id = ifc->bInterfaceNumber; in filter_usb_device()[all …]
64 typedef int (*ifc_match_func)(usb_ifc_info *ifc);
738 FQName ifc = resolvedName.getTopLevelType(); in lookupTypeFromImports() local741 Type *match = importedAST->findDefinedType(ifc, &matchingName); in lookupTypeFromImports()