Home
last modified time | relevance | path

Searched refs:wBytesPerInterval (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c109 short wBytesPerInterval; member
/openbmc/linux/drivers/usb/gadget/function/
H A Df_sourcesink.c196 .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 Df_loopback.c119 .wBytesPerInterval = 0,
135 .wBytesPerInterval = 0,
H A Df_uvc.c101 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
706 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
H A Df_uac2.c297 .wBytesPerInterval = cpu_to_le16(6),
430 .wBytesPerInterval = cpu_to_le16(4),
1278 ss_epin_desc_comp.wBytesPerInterval = ss_epin_desc.wMaxPacketSize; in afunc_bind()
1279 ss_epout_desc_comp.wBytesPerInterval = ss_epout_desc.wMaxPacketSize; in afunc_bind()
H A Df_hid.c960 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind()
965 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
H A Df_ecm.c290 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
H A Df_rndis.c285 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
H A Df_ncm.c340 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
H A Df_tcm.c1748 .wBytesPerInterval = 0,
/openbmc/linux/drivers/usb/core/
H A Dconfig.c102 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()
/openbmc/qemu/hw/usb/
H A Ddesc.h177 uint16_t wBytesPerInterval; member
H A Ddesc.c238 usb_lo(ep->wBytesPerInterval); in usb_desc_endpoint()
240 usb_hi(ep->wBytesPerInterval); in usb_desc_endpoint()
/openbmc/linux/tools/usb/
H A Dffs-test.c204 .wBytesPerInterval = 0,
219 .wBytesPerInterval = 0,
/openbmc/u-boot/include/linux/usb/
H A Dch9.h663 __le16 wBytesPerInterval; member
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c929 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()
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h695 __le16 wBytesPerInterval; member
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c432 return le16_to_cpu(ss_ep_comp_desc->wBytesPerInterval); in xhci_get_max_esit_payload()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c1794 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1383 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1633 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()