Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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_uac1.c161 .wBytesPerInterval = cpu_to_le16(2),
258 .wBytesPerInterval = cpu_to_le16(UAC1_OUT_EP_MAX_PACKET_SIZE),
305 .wBytesPerInterval = cpu_to_le16(UAC1_OUT_EP_MAX_PACKET_SIZE),
1590 as_out_ep_desc_comp.wBytesPerInterval = as_out_ep_desc.wMaxPacketSize; in f_audio_bind()
1591 as_in_ep_desc_comp.wBytesPerInterval = as_in_ep_desc.wMaxPacketSize; in f_audio_bind()
H A Df_uvc.c105 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
846 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
864 uvc_ss_bulk_streaming_comp.wBytesPerInterval = 0; in uvc_function_bind()
H A Df_uac2.c297 .wBytesPerInterval = cpu_to_le16(6),
430 .wBytesPerInterval = cpu_to_le16(4),
1277 ss_epin_desc_comp.wBytesPerInterval = ss_epin_desc.wMaxPacketSize; in afunc_bind()
1278 ss_epout_desc_comp.wBytesPerInterval = ss_epout_desc.wMaxPacketSize; in afunc_bind()
H A Df_hid.c955 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind()
960 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
H A Df_ecm.c301 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
H A Df_rndis.c298 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
H A Df_ncm.c355 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
H A Df_tcm.c1802 .wBytesPerInterval = 0,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c204 .wBytesPerInterval = 0,
219 .wBytesPerInterval = 0,
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h663 __le16 wBytesPerInterval; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch9.h688 __le16 wBytesPerInterval; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch9.h688 __le16 wBytesPerInterval; member
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h695 __le16 wBytesPerInterval; member
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c433 return le16_to_cpu(ss_ep_comp_desc->wBytesPerInterval); in xhci_get_max_esit_payload()
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_video.c1716 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1487 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1621 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()