Searched refs:wBytesPerInterval (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 205 .wBytesPerInterval = 0, 222 .wBytesPerInterval = 0, 240 .wBytesPerInterval = cpu_to_le16(1024), 258 .wBytesPerInterval = cpu_to_le16(1024), 437 ss_iso_source_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind() 446 ss_iso_sink_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind()
|
D | f_loopback.c | 123 .wBytesPerInterval = 0, 139 .wBytesPerInterval = 0,
|
D | f_uvc.c | 106 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE), 626 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.4.14/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.4.14/include/uapi/linux/usb/ |
D | ch9.h | 623 __le16 wBytesPerInterval; member
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_video.c | 1478 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1796 .wBytesPerInterval = 0,
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci-mem.c | 1388 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
|