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

/linux-4.4.14/include/linux/usb/
H A Dmusb.h82 u8 num_eps; /* number of endpoints _with_ ep0 */ member in struct:musb_hdrc_config
/linux-4.4.14/include/uapi/linux/
H A Dusbdevice_fs.h153 unsigned int num_eps; member in struct:usbdevfs_streams
/linux-4.4.14/drivers/usb/core/
H A Ddevio.c789 unsigned int i, num_streams, num_eps; parse_usbdevfs_streams() local
2096 unsigned num_streams, num_eps; proc_alloc_streams() local
2116 unsigned num_eps; proc_free_streams() local
H A Dhcd.c2103 usb_alloc_streams(struct usb_interface *interface, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) usb_alloc_streams() argument
2153 usb_free_streams(struct usb_interface *interface, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) usb_free_streams() argument
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc.h417 unsigned int num_eps; member in struct:bdc
/linux-4.4.14/drivers/usb/host/
H A Dxhci.c3060 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) xhci_calculate_streams_and_bitmask() argument
3092 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps) xhci_calculate_no_streams_bitmask() argument
3149 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) xhci_alloc_streams() argument
3310 xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) xhci_free_streams() argument

Completed in 471 milliseconds