Home
last modified time | relevance | path

Searched refs:usb_check_int_endpoints (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/core/
H A Dusb.c272 bool usb_check_int_endpoints( in usb_check_int_endpoints() function
284 EXPORT_SYMBOL_GPL(usb_check_int_endpoints);
/linux/drivers/hid/
H A Dhid-thrustmaster.c176 if (!usb_check_int_endpoints(usbif, ep_addr)) { in thrustmaster_interrupts()
/linux/drivers/net/wireless/ath/carl9170/
H A Dusb.c1090 !usb_check_int_endpoints(intf, int_ep_addr)) in carl9170_usb_probe()
1102 !usb_check_int_endpoints(intf, int_ep_addr)) in carl9170_usb_probe()
/linux/drivers/media/radio/
H A Dradio-shark2.c291 if (!usb_check_int_endpoints(intf, ep_addresses)) { in usb_shark_probe()
H A Dradio-shark.c325 if (!usb_check_int_endpoints(intf, ep_addresses)) { in usb_shark_probe()
/linux/drivers/net/usb/
H A Drtl8150.c900 !usb_check_int_endpoints(intf, int_ep_addr)) { in rtl8150_probe()
/linux/include/linux/
H A Dusb.h309 bool usb_check_int_endpoints(
/linux/drivers/usb/atm/
H A Dcxacru.c1177 ret = usb_check_int_endpoints(intf, ep_addrs); in cxacru_bind()