Searched refs:wBytesPerInterval (Results 1 – 18 of 18) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 109 short wBytesPerInterval; member
|
/linux/drivers/usb/gadget/function/ |
H A 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()
|
H A D | f_loopback.c | 119 .wBytesPerInterval = 0, 135 .wBytesPerInterval = 0,
|
H A D | f_uvc.c | 101 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE), 708 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
|
H A D | f_uac2.c | 284 .wBytesPerInterval = cpu_to_le16(6), 417 .wBytesPerInterval = cpu_to_le16(4), 1287 ss_epin_desc_comp.wBytesPerInterval = ss_epin_desc.wMaxPacketSize; in afunc_bind() 1288 ss_epout_desc_comp.wBytesPerInterval = ss_epout_desc.wMaxPacketSize; in afunc_bind()
|
H A D | f_hid.c | 1200 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind() 1205 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
|
H A D | f_ecm.c | 290 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
|
H A D | f_rndis.c | 285 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
|
H A D | f_ncm.c | 349 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
|
H A D | f_tcm.c | 1751 .wBytesPerInterval = 0,
|
/linux/drivers/usb/core/ |
H A 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/tools/usb/ |
H A D | ffs-test.c | 204 .wBytesPerInterval = 0, 219 .wBytesPerInterval = 0,
|
/linux/net/9p/ |
H A D | trans_usbg.c | 591 .wBytesPerInterval = 0, 607 .wBytesPerInterval = 0,
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 929 return le16_to_cpu(pep->endpoint.comp_desc->wBytesPerInterval); in cdnsp_get_max_esit_payload() 932 return le16_to_cpu(pep->endpoint.comp_desc->wBytesPerInterval); in cdnsp_get_max_esit_payload()
|
/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 699 __le16 wBytesPerInterval; member
|
/linux/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1857 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
|
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 1378 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
|
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 1633 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()
|