Searched defs:num_eps (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
H A D | musb.h | 82 u8 num_eps; /* number of endpoints _with_ ep0 */ member in struct:musb_hdrc_config
|
/linux-4.1.27/include/uapi/linux/ |
H A D | usbdevice_fs.h | 153 unsigned int num_eps; member in struct:usbdevfs_streams
|
/linux-4.1.27/drivers/usb/core/ |
H A D | devio.c | 789 unsigned int i, num_streams, num_eps; parse_usbdevfs_streams() local 2091 unsigned num_streams, num_eps; proc_alloc_streams() local 2111 unsigned num_eps; proc_free_streams() local
|
H A D | hcd.c | 2052 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 2102 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.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc.h | 417 unsigned int num_eps; member in struct:bdc
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 3070 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 3102 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 3159 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 3320 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 329 milliseconds