Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_sourcesink.c211 .wBytesPerInterval = 0,
228 .wBytesPerInterval = 0,
246 .wBytesPerInterval = cpu_to_le16(1024),
264 .wBytesPerInterval = cpu_to_le16(1024),
450 ss_iso_source_comp_desc.wBytesPerInterval = in sourcesink_bind()
459 ss_iso_sink_comp_desc.wBytesPerInterval = in sourcesink_bind()
Df_loopback.c128 .wBytesPerInterval = 0,
144 .wBytesPerInterval = 0,
Df_uvc.c106 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
643 uvc_ss_streaming_comp.wBytesPerInterval = in uvc_function_bind()
Df_ecm.c304 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
Df_rndis.c300 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
/linux-4.1.27/drivers/usb/core/
Dconfig.c75 ep->ss_ep_comp.wBytesPerInterval = in usb_parse_ss_endpoint_companion()
133 if (le16_to_cpu(desc->wBytesPerInterval) > max_tx) { in usb_parse_ss_endpoint_companion()
138 le16_to_cpu(desc->wBytesPerInterval), in usb_parse_ss_endpoint_companion()
141 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); in usb_parse_ss_endpoint_companion()
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h623 __le16 wBytesPerInterval; member
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c1467 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in uvc_endpoint_max_bpi()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1971 .wBytesPerInterval = 0,
/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1388 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in xhci_get_max_esit_payload()