/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | config.c | 111 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 in usb_parse_ss_endpoint_companion() [all...] |
H A D | urb.c | 445 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | config.c | 111 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 in usb_parse_ss_endpoint_companion() [all...] |
H A D | urb.c | 456 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 90 * char bMaxBurst; 107 char bMaxBurst; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_packing.c | 90 * char bMaxBurst; 107 char bMaxBurst; member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_sourcesink.c | 194 .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()
|
H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
H A D | f_uvc.c | 103 .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()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_sourcesink.c | 194 .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()
|
H A D | f_loopback.c | 117 .bMaxBurst = 0, 133 .bMaxBurst = 0,
|
H A D | f_uvc.c | 99 .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()
|
H A D | f_uac2.c | 378 .bMaxBurst = 0, 428 .bMaxBurst = 0, 512 .bMaxBurst = 0,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | ch9.h | 266 __u8 bMaxBurst; member 522 __u8 bMaxBurst; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | ch9.h | 266 __u8 bMaxBurst; member 522 __u8 bMaxBurst; member
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | ch9.h | 693 __u8 bMaxBurst; member 1115 __u8 bMaxBurst; member
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | ch9.h | 693 __u8 bMaxBurst; member 1135 __u8 bMaxBurst; member
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | ffs-test.c | 202 .bMaxBurst = 0, 217 .bMaxBurst = 0,
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | ch9.h | 337 __u8 bMaxBurst; member 608 __u8 bMaxBurst; member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 171 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 2097 u8 maxburst = priv_ep->bMaxBurst; in cdns3_ep_config() 2121 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config() 2290 priv_ep->bMaxBurst = comp_desc->bMaxBurst; in cdns3_gadget_match_ep() 3071 n = (priv_ep->mult + 1) * (priv_ep->bMaxBurst + 1); in cdns3_gadget_check_config()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 2102 u8 maxburst = priv_ep->bMaxBurst; in cdns3_ep_config() 2126 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config() 2295 priv_ep->bMaxBurst = comp_desc->bMaxBurst; in cdns3_gadget_match_ep() 3090 n = (priv_ep->mult + 1) * (priv_ep->bMaxBurst + 1); in cdns3_gadget_check_config()
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_gadget.c | 85 burst = comp_desc->bMaxBurst; in mtu3_ep_enable()
|