Searched refs:is_activesync (Results 1 – 2 of 2) sorted by relevance
36 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function109 if (i == 0 && desc && (is_rndis(desc) || is_activesync(desc))) { in usb_choose_configuration()
46 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function63 #define is_activesync(desc) 0 macro121 || is_activesync(&intf->cur_altsetting->desc) in usbnet_generic_cdc_bind()