Searched refs:wBytesPerInterval (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 211 .wBytesPerInterval = 0, 228 .wBytesPerInterval = 0, 246 .wBytesPerInterval = cpu_to_le16(1024), 264 .wBytesPerInterval = cpu_to_le16(1024), 450 ss_iso_source_comp_desc.wBytesPerInterval = in sourcesink_bind() 459 ss_iso_sink_comp_desc.wBytesPerInterval = in sourcesink_bind()
|
D | f_loopback.c | 128 .wBytesPerInterval = 0, 144 .wBytesPerInterval = 0,
|
D | f_uvc.c | 106 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE), 643 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
|
D | f_ecm.c | 304 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
|
D | f_rndis.c | 300 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
|
/linux-4.1.27/drivers/usb/core/ |
D | config.c | 75 ep->ss_ep_comp.wBytesPerInterval = in usb_parse_ss_endpoint_companion() 133 if (le16_to_cpu(desc->wBytesPerInterval) > max_tx) { in usb_parse_ss_endpoint_companion() 138 le16_to_cpu(desc->wBytesPerInterval), in usb_parse_ss_endpoint_companion() 141 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); in usb_parse_ss_endpoint_companion()
|
/linux-4.1.27/include/uapi/linux/usb/ |
D | ch9.h | 623 __le16 wBytesPerInterval; member
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_video.c | 1467 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1971 .wBytesPerInterval = 0,
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-mem.c | 1388 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
|