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

/drivers/usb/core/
H A Ddevio.c788 unsigned int i, num_streams, num_eps; local
795 get_user(num_eps, &streams->num_eps))
798 if (num_eps < 1 || num_eps > USB_MAXENDPOINTS)
805 eps = kmalloc(num_eps * sizeof(*eps), GFP_KERNEL);
809 for (i = 0; i < num_eps; i++) {
843 *num_eps_ret = num_eps;
2087 unsigned num_streams, num_eps; local
2092 r = parse_usbdevfs_streams(ps, arg, &num_streams, &num_eps,
2107 unsigned num_eps; local
[all...]
H A Dhcd.c2038 * @num_eps: number of endpoints in the array.
2050 struct usb_host_endpoint **eps, unsigned int num_eps,
2066 for (i = 0; i < num_eps; i++) {
2075 ret = hcd->driver->alloc_streams(hcd, dev, eps, num_eps,
2080 for (i = 0; i < num_eps; i++)
2091 * @num_eps: number of endpoints in the array.
2100 struct usb_host_endpoint **eps, unsigned int num_eps,
2113 for (i = 0; i < num_eps; i++)
2117 ret = hcd->driver->free_streams(hcd, dev, eps, num_eps, mem_flags);
2121 for (i = 0; i < num_eps;
2049 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
2099 usb_free_streams(struct usb_interface *interface, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) argument
[all...]
/drivers/usb/host/
H A Dxhci.c3052 struct usb_host_endpoint **eps, unsigned int num_eps,
3060 for (i = 0; i < num_eps; i++) {
3084 struct usb_host_endpoint **eps, unsigned int num_eps)
3096 for (i = 0; i < num_eps; i++) {
3140 struct usb_host_endpoint **eps, unsigned int num_eps,
3190 num_eps, &num_streams, &changed_ep_bitmask);
3207 for (i = 0; i < num_eps; i++) {
3221 for (i = 0; i < num_eps; i++) {
3234 for (i = 0; i < num_eps; i++) {
3264 for (i = 0; i < num_eps;
3050 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
3082 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps) argument
3139 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
3300 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 60 milliseconds