Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/core/
Dgeneric.c39 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function
152 (is_rndis(desc) || is_activesync(desc))) { in usb_choose_configuration()
/linux-5.19.10/drivers/net/usb/
Dcdc_ether.c31 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() function
55 #define is_activesync(desc) 0 macro
159 is_activesync(&intf->cur_altsetting->desc) || in usbnet_generic_cdc_bind()