Searched refs:drop_endpoint (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/usb/core/ | 
| D | hcd.c | 1861 				hcd->driver->drop_endpoint(hcd, udev, ep);  in usb_hcd_alloc_bandwidth() 1864 				hcd->driver->drop_endpoint(hcd, udev, ep);  in usb_hcd_alloc_bandwidth() 1882 				ret = hcd->driver->drop_endpoint(hcd, udev, ep);  in usb_hcd_alloc_bandwidth() 1888 				ret = hcd->driver->drop_endpoint(hcd, udev, ep);  in usb_hcd_alloc_bandwidth() 1935 			ret = hcd->driver->drop_endpoint(hcd, udev,  in usb_hcd_alloc_bandwidth()
  | 
| /Linux-v6.6/include/linux/usb/ | 
| D | hcd.h | 359 	int	(*drop_endpoint)(struct usb_hcd *, struct usb_device *,  member
  | 
| /Linux-v6.6/drivers/usb/host/ | 
| D | xhci-mtk.c | 468 	.drop_endpoint = xhci_mtk_drop_ep,
  | 
| D | xhci.c | 5295 	.drop_endpoint =	xhci_drop_endpoint, 5346 		if (over->drop_endpoint)  in xhci_init_driver() 5347 			drv->drop_endpoint = over->drop_endpoint;  in xhci_init_driver()
  | 
| D | xhci.h | 1950 	int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev,  member
  |