Searched defs:num_eps (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/core/
H A Dhcd.c1865 * @num_eps: number of endpoints in the array.
1874 struct usb_host_endpoint **eps, unsigned int num_eps,
1889 for (i = 0; i < num_eps; i++)
1893 return hcd->driver->alloc_streams(hcd, dev, eps, num_eps,
1902 * @num_eps: number of endpoints in the array.
1909 struct usb_host_endpoint **eps, unsigned int num_eps,
1922 for (i = 0; i < num_eps; i++)
1926 hcd->driver->free_streams(hcd, dev, eps, num_eps, mem_flags);
1873 usb_alloc_streams(struct usb_interface *interface, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) argument
1908 usb_free_streams(struct usb_interface *interface, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) argument
/drivers/usb/host/
H A Dxhci.c2807 struct usb_host_endpoint **eps, unsigned int num_eps,
2815 for (i = 0; i < num_eps; i++) {
2839 struct usb_host_endpoint **eps, unsigned int num_eps)
2851 for (i = 0; i < num_eps; i++) {
2895 struct usb_host_endpoint **eps, unsigned int num_eps,
2930 num_eps, &num_streams, &changed_ep_bitmask);
2947 for (i = 0; i < num_eps; i++) {
2961 for (i = 0; i < num_eps; i++) {
2974 for (i = 0; i < num_eps; i++) {
3003 for (i = 0; i < num_eps;
2805 xhci_calculate_streams_and_bitmask(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int *num_streams, u32 *changed_ep_bitmask) argument
2837 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps) argument
2894 xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) argument
3039 xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) argument
[all...]

Completed in 85 milliseconds