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.c2794 struct usb_host_endpoint **eps, unsigned int num_eps,
2802 for (i = 0; i < num_eps; i++) {
2826 struct usb_host_endpoint **eps, unsigned int num_eps)
2838 for (i = 0; i < num_eps; i++) {
2882 struct usb_host_endpoint **eps, unsigned int num_eps,
2917 num_eps, &num_streams, &changed_ep_bitmask);
2934 for (i = 0; i < num_eps; i++) {
2948 for (i = 0; i < num_eps; i++) {
2961 for (i = 0; i < num_eps; i++) {
2990 for (i = 0; i < num_eps;
2792 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
2824 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps) argument
2881 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
3026 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 58 milliseconds