Home
last modified time | relevance | path

Searched full:bmaxburst (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c90 * char bMaxBurst;
107 char bMaxBurst; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c90 * char bMaxBurst;
107 char bMaxBurst; member
/kernel/linux/linux-6.6/drivers/usb/core/
Dconfig.c111 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion()
112 dev_notice(ddev, "Control endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
114 "setting to zero\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
116 ep->ss_ep_comp.bMaxBurst = 0; in usb_parse_ss_endpoint_companion()
117 } else if (desc->bMaxBurst > 15) { in usb_parse_ss_endpoint_companion()
118 dev_notice(ddev, "Endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
120 "setting to 15\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
122 ep->ss_ep_comp.bMaxBurst = 15; in usb_parse_ss_endpoint_companion()
154 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion()
159 (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion()
/kernel/linux/linux-5.10/drivers/usb/core/
Dconfig.c111 if (usb_endpoint_xfer_control(&ep->desc) && desc->bMaxBurst != 0) { in usb_parse_ss_endpoint_companion()
112 dev_notice(ddev, "Control endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
114 "setting to zero\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
116 ep->ss_ep_comp.bMaxBurst = 0; in usb_parse_ss_endpoint_companion()
117 } else if (desc->bMaxBurst > 15) { in usb_parse_ss_endpoint_companion()
118 dev_notice(ddev, "Endpoint with bMaxBurst = %d in " in usb_parse_ss_endpoint_companion()
120 "setting to 15\n", desc->bMaxBurst, in usb_parse_ss_endpoint_companion()
122 ep->ss_ep_comp.bMaxBurst = 15; in usb_parse_ss_endpoint_companion()
154 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion()
159 (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion()
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci-mtk.h81 * distribute the bMaxBurst+1 packets for a single burst
83 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mtk.h73 * distribute the bMaxBurst+1 packets for a single burst
75 * times; 1: distribute the (bMaxBurst+1)*(Mult+1) packets
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_sourcesink.c194 .bMaxBurst = 0,
211 .bMaxBurst = 0,
229 .bMaxBurst = 0,
247 .bMaxBurst = 0,
419 ss_iso_source_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
428 ss_iso_sink_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
Df_uvc.c103 .bMaxBurst = 0,
176 /* The bMaxBurst, bmAttributes and wBytesPerInterval values will be
606 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind()
647 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
Dstorage_common.c128 /*.bMaxBurst = DYNAMIC, */
146 /*.bMaxBurst = DYNAMIC, */
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Df_sourcesink.c194 .bMaxBurst = 0,
211 .bMaxBurst = 0,
229 .bMaxBurst = 0,
247 .bMaxBurst = 0,
419 ss_iso_source_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
428 ss_iso_sink_comp_desc.bMaxBurst = ss->isoc_maxburst; in sourcesink_bind()
Dstorage_common.c129 /*.bMaxBurst = DYNAMIC, */
147 /*.bMaxBurst = DYNAMIC, */
Df_loopback.c117 .bMaxBurst = 0,
133 .bMaxBurst = 0,
Df_uvc.c99 .bMaxBurst = 0,
176 * The bMaxBurst, bmAttributes and wBytesPerInterval values will be
663 /* For SS, wMaxPacketSize has to be 1024 if bMaxBurst is not 0 */ in uvc_function_bind()
705 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
Df_ecm.c288 /* .bMaxBurst = 0, */
316 /* .bMaxBurst = 0, */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dch9.h337 __u8 bMaxBurst; member
608 __u8 bMaxBurst; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dch9.h266 __u8 bMaxBurst; member
522 __u8 bMaxBurst; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
Dch9.h266 __u8 bMaxBurst; member
522 __u8 bMaxBurst; member
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dothers.patch819 + .bMaxBurst = 4,
831 + .bMaxBurst = 4,
914 + .bMaxBurst = 4,
926 + .bMaxBurst = 4,
/kernel/linux/linux-5.10/tools/usb/
Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/kernel/linux/linux-6.6/tools/usb/
Dffs-test.c202 .bMaxBurst = 0,
217 .bMaxBurst = 0,
/kernel/linux/linux-6.6/drivers/usb/cdns3/
Dcdnsp-ring.c2145 * devices can burst up to bMaxBurst number of packets per service interval.
2159 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count()
2168 * must contain (bMaxBurst + 1) number of packets, but the last burst can
2169 * contain 1 to (bMaxBurst + 1) packets.
2180 /* bMaxBurst is zero based: 0 means 1 packet per burst. */ in cdnsp_get_last_burst_packet_count()
2181 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c171 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml359 can account for when higher endpoint bursting is used. (bMaxBurst > 6) The

123