Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/hid/
H A Dhid-thrustmaster.c176 if (!usb_check_int_endpoints(usbif, ep_addr)) { in thrustmaster_interrupts()
/linux-6.15/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-6.15/drivers/net/wireless/ath/carl9170/
H A Dusb.c1083 !usb_check_int_endpoints(intf, int_ep_addr)) in carl9170_usb_probe()
1095 !usb_check_int_endpoints(intf, int_ep_addr)) in carl9170_usb_probe()
/linux-6.15/drivers/net/usb/
H A Drtl8150.c900 !usb_check_int_endpoints(intf, int_ep_addr)) { in rtl8150_probe()
/linux-6.15/include/linux/
H A Dusb.h309 bool usb_check_int_endpoints(
/linux-6.15/drivers/usb/atm/
H A Dcxacru.c1185 ret = usb_check_int_endpoints(intf, ep_addrs); in cxacru_bind()