Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_packing.c109 short wBytesPerInterval; member
/linux-6.3-rc2/drivers/usb/gadget/function/
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()
A Df_loopback.c119 .wBytesPerInterval = 0,
135 .wBytesPerInterval = 0,
A Df_uvc.c101 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
706 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
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()
A Df_hid.c955 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind()
960 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
A Df_ecm.c301 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
A Df_rndis.c298 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
A Df_ncm.c355 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
A Df_tcm.c1779 .wBytesPerInterval = 0,
/linux-6.3-rc2/drivers/usb/core/
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()
/linux-6.3-rc2/tools/usb/
A Dffs-test.c204 .wBytesPerInterval = 0,
219 .wBytesPerInterval = 0,
/linux-6.3-rc2/drivers/usb/cdns3/
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()
/linux-6.3-rc2/include/uapi/linux/usb/
A Dch9.h695 __le16 wBytesPerInterval; member
/linux-6.3-rc2/drivers/media/usb/uvc/
A Duvc_video.c1794 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mem.c1405 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtegra-xudc.c1634 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()

Completed in 47 milliseconds