Home
last modified time | relevance | path

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

/drivers/usb/core/
Dgeneric.c36 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function
109 if (i == 0 && desc && (is_rndis(desc) || is_activesync(desc))) { in usb_choose_configuration()
/drivers/net/usb/
Dcdc_ether.c46 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function
63 #define is_activesync(desc) 0 macro
121 || is_activesync(&intf->cur_altsetting->desc) in usbnet_generic_cdc_bind()