Searched refs:usb_check_int_endpoints (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-thrustmaster.c | 176 if (!usb_check_int_endpoints(usbif, ep_addr)) { in thrustmaster_interrupts()
|
| /linux/drivers/usb/core/ |
| H A D | usb.c | 273 bool usb_check_int_endpoints( in usb_check_int_endpoints() function 285 EXPORT_SYMBOL_GPL(usb_check_int_endpoints);
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | usb.c | 1090 !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 D | radio-shark2.c | 291 if (!usb_check_int_endpoints(intf, ep_addresses)) { in usb_shark_probe()
|
| H A D | radio-shark.c | 325 if (!usb_check_int_endpoints(intf, ep_addresses)) { in usb_shark_probe()
|
| /linux/drivers/net/usb/ |
| H A D | pegasus.c | 825 !usb_check_int_endpoints(pegasus->intf, int_ep_addr)) in alloc_urbs() 1171 !usb_check_int_endpoints(intf, int_ep_addr)) { in pegasus_probe()
|
| H A D | kaweth.c | 907 !usb_check_int_endpoints(intf, int_ep_addr)) { in kaweth_probe()
|
| H A D | rtl8150.c | 914 !usb_check_int_endpoints(intf, int_ep_addr)) { in rtl8150_probe()
|
| H A D | catc.c | 799 !usb_check_int_endpoints(intf, int_ep_addr)) { in catc_probe()
|
| /linux/include/linux/ |
| H A D | usb.h | 311 bool usb_check_int_endpoints(
|
| /linux/drivers/usb/atm/ |
| H A D | cxacru.c | 1177 ret = usb_check_int_endpoints(intf, ep_addrs); in cxacru_bind()
|