Searched refs:wBytesPerInterval (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_sourcesink.c | 196 .wBytesPerInterval = 0, 213 .wBytesPerInterval = 0, 231 .wBytesPerInterval = cpu_to_le16(1024), 249 .wBytesPerInterval = cpu_to_le16(1024), 420 ss_iso_source_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind() 429 ss_iso_sink_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind()
|
D | f_loopback.c | 119 .wBytesPerInterval = 0, 135 .wBytesPerInterval = 0,
|
D | f_uvc.c | 105 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE), 654 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
|
D | f_hid.c | 783 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind() 788 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
|
D | f_ecm.c | 300 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
|
D | f_rndis.c | 296 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
|
D | f_ncm.c | 353 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
|
D | f_tcm.c | 1811 .wBytesPerInterval = 0,
|
/Linux-v4.19/drivers/usb/core/ |
D | config.c | 102 ep->ss_ep_comp.wBytesPerInterval = in usb_parse_ss_endpoint_companion() 162 if (le16_to_cpu(desc->wBytesPerInterval) > max_tx) { in usb_parse_ss_endpoint_companion() 167 le16_to_cpu(desc->wBytesPerInterval), in usb_parse_ss_endpoint_companion() 170 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); in usb_parse_ss_endpoint_companion()
|
/Linux-v4.19/tools/usb/ |
D | ffs-test.c | 217 .wBytesPerInterval = 0, 232 .wBytesPerInterval = 0,
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch9.h | 688 __le16 wBytesPerInterval; member
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_video.c | 1618 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-mem.c | 1410 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
|