Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c109 short wBytesPerInterval; member
/linux/drivers/usb/gadget/function/
H A Df_sourcesink.c197 .wBytesPerInterval = 0,
214 .wBytesPerInterval = 0,
232 .wBytesPerInterval = cpu_to_le16(1024),
250 .wBytesPerInterval = cpu_to_le16(1024),
427 ss_iso_source_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind()
436 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_hid.c1201 hidg_ss_in_comp_desc.wBytesPerInterval = in hidg_bind()
1218 hidg_ss_out_comp_desc.wBytesPerInterval = in hidg_bind()
H A Df_ecm.c294 .wBytesPerInterval = cpu_to_le16(ECM_STATUS_BYTECOUNT),
H A Df_rndis.c288 .wBytesPerInterval = cpu_to_le16(STATUS_BYTECOUNT),
H A Df_ncm.c352 .wBytesPerInterval = cpu_to_le16(NCM_STATUS_BYTECOUNT),
/linux/tools/usb/
H A Dffs-test.c204 .wBytesPerInterval = 0,
219 .wBytesPerInterval = 0,
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c930 return le16_to_cpu(pep->endpoint.comp_desc->wBytesPerInterval); in cdnsp_get_max_esit_payload()
933 return le16_to_cpu(pep->endpoint.comp_desc->wBytesPerInterval); in cdnsp_get_max_esit_payload()
/linux/drivers/usb/core/
H A Dusb.c1139 return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval); in usb_endpoint_max_periodic_payload()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1631 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()