Searched refs:targetClass (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.h47 struct usb_device* search_devices( int *numFound, int vendor, int product, char* productList, int targetClass);
105 struct usb_device* search_devices(int *numFound, int vendor, int product, char *productList, int targetClass);
H A Dlcdoshift.c888 struct usb_device* search_devices( int *numFound, int vendor, int product, char* productList, int targetClass) argument
895 if ( targetClass && !(vendor || product) ) {
961 if (devClass != targetClass || targetClass == 0)
964 if (devClass == targetClass || targetClass == 0)

Completed in 79 milliseconds