| /linux-6.15/drivers/usb/common/ |
| H A D | common.c | 254 interval = epd->bInterval; in usb_decode_interval() 257 interval = 1 << (epd->bInterval - 1); in usb_decode_interval() 262 interval = epd->bInterval; in usb_decode_interval() 266 interval = 1 << (epd->bInterval - 1); in usb_decode_interval() 268 interval = epd->bInterval; in usb_decode_interval()
|
| /linux-6.15/sound/usb/ |
| H A D | helper.c | 113 if (get_endpoint(alts, 0)->bInterval >= 1 && in snd_usb_parse_datainterval() 114 get_endpoint(alts, 0)->bInterval <= 4) in snd_usb_parse_datainterval() 115 return get_endpoint(alts, 0)->bInterval - 1; in snd_usb_parse_datainterval()
|
| H A D | fcp.c | 91 u8 bInterval; member 998 fcp_notify, mixer, private->bInterval); in fcp_init_notify() 1098 private->bInterval = epd->bInterval; in fcp_find_fc_interface()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 105 .bInterval = 4, 115 .bInterval = 4, 155 .bInterval = 4, 164 .bInterval = 4, 222 .bInterval = 4, 240 .bInterval = 4, 357 fs_iso_source_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 360 fs_iso_sink_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 396 hs_iso_source_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 402 hs_iso_sink_desc.bInterval = ss->isoc_interval; in sourcesink_bind() [all …]
|
| H A D | f_uac2.c | 259 .bInterval = 1, 268 .bInterval = 4, 278 .bInterval = 4, 340 .bInterval = 1, 390 .bInterval = 1, 399 .bInterval = 4, 409 .bInterval = 4, 474 .bInterval = 1, 714 bint = ep_desc->bInterval; in set_ep_max_packet_size_bint() 762 ep_desc->bInterval = bint; in set_ep_max_packet_size_bint() [all …]
|
| H A D | f_uvc.c | 92 .bInterval = 8, 693 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind() 700 uvc_hs_streaming_ep.bInterval = 1; in uvc_function_bind() 702 uvc_hs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind() 705 uvc_ss_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()
|
| H A D | f_hid.c | 159 .bInterval = 4, /* FIXME: Add this field in the 180 .bInterval = 4, /* FIXME: Add this field in the 221 .bInterval = 4, /* FIXME: Add this field in the 233 .bInterval = 4, /* FIXME: Add this field in the 262 .bInterval = 10, /* FIXME: Add this field in the 274 .bInterval = 10, /* FIXME: Add this field in the
|
| H A D | f_ecm.c | 185 .bInterval = ECM_STATUS_INTERVAL_MS, 232 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS), 281 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
|
| H A D | f_rndis.c | 181 .bInterval = RNDIS_STATUS_INTERVAL_MS, 227 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS) 275 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS)
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uac2 | 11 c_hs_bint capture bInterval for HS/SS (1-4: fixed, 0: auto) 26 p_hs_bint playback bInterval for HS/SS (1-4: fixed, 0: auto)
|
| /linux-6.15/drivers/usb/image/ |
| H A D | mdc800.c | 179 .bInterval = 0, 189 .bInterval = 0, 199 .bInterval = 0, 209 .bInterval = 0, 469 irq_interval=intf_desc->endpoint [j].desc.bInterval; in mdc800_usb_probe()
|
| /linux-6.15/drivers/usb/core/ |
| H A D | config.c | 375 n = fls(d->bInterval*8); in usb_parse_endpoint() 387 n = clamp(fls(d->bInterval) + 3, i, j); in usb_parse_endpoint() 395 n = clamp(fls(d->bInterval), i, j); in usb_parse_endpoint() 420 if (d->bInterval < i || d->bInterval > j) { in usb_parse_endpoint() 425 d->bEndpointAddress, d->bInterval, n); in usb_parse_endpoint() 426 endpoint->desc.bInterval = n; in usb_parse_endpoint() 438 endpoint->desc.bInterval = 1; in usb_parse_endpoint()
|
| H A D | endpoint.c | 50 usb_ep_attr(bInterval, "%02x\n");
|
| /linux-6.15/drivers/usb/class/ |
| H A D | cdc-acm.h | 102 u8 bInterval; member
|
| H A D | cdc-acm.c | 1391 acm->bInterval = epread->bInterval; in acm_probe() 1436 acm->bInterval); in acm_probe() 1454 NULL, acm->writesize, acm_write_bulk, snd, epwrite->bInterval); in acm_probe() 1506 epctrl->bInterval ? epctrl->bInterval : 16); in acm_probe()
|
| /linux-6.15/drivers/input/joystick/iforce/ |
| H A D | iforce-usb.c | 230 iforce_usb_irq, iforce_usb, epirq->bInterval); in iforce_usb_probe() 235 iforce_usb_out, iforce_usb, epout->bInterval); in iforce_usb_probe()
|
| /linux-6.15/drivers/usb/misc/ |
| H A D | adutux.c | 277 dev->interrupt_in_endpoint->bInterval); in adu_open() 430 dev->interrupt_in_endpoint->bInterval); in adu_read() 488 dev->interrupt_in_endpoint->bInterval); in adu_read() 593 dev->interrupt_out_endpoint->bInterval); in adu_write()
|
| H A D | usbtest.c | 263 u8 bInterval, in usbtest_alloc_urb() argument 272 if (bInterval) in usbtest_alloc_urb() 274 NULL, bInterval); in usbtest_alloc_urb() 321 u8 bInterval) in simple_alloc_urb() argument 324 bInterval, simple_callback); in simple_alloc_urb() 331 u8 bInterval) in complicated_alloc_urb() argument 334 bInterval, complicated_callback); in complicated_alloc_urb() 2095 1 << (desc->bInterval - 1), in test_queue() 2102 (packets * (1 << (desc->bInterval - 1))) in test_queue() 2573 dev->int_out->bInterval); in usbtest_do_ioctl() [all …]
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_status.c | 247 urb->interval = dev->int_ep->desc.bInterval; in uvc_status_complete() 282 interval = ep->desc.bInterval; in uvc_status_init()
|
| /linux-6.15/drivers/usb/mtu3/ |
| H A D | mtu3_gadget.c | 80 interval = desc->bInterval; in mtu3_ep_enable() 92 interval = desc->bInterval; in mtu3_ep_enable() 99 interval = clamp_val(desc->bInterval, 1, 16); in mtu3_ep_enable() 101 interval = clamp_val(desc->bInterval, 1, 255); in mtu3_ep_enable()
|
| /linux-6.15/include/uapi/linux/usb/ |
| H A D | functionfs.h | 38 __u8 bInterval; member
|
| /linux-6.15/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.c | 152 si = desc->bInterval; in bdc_config_ep() 196 si = fls(desc->bInterval * 8) - 1; in bdc_config_ep()
|
| /linux-6.15/drivers/media/rc/ |
| H A D | imon_raw.c | 150 imon_ir_rx, imon, ir_ep->bInterval); in imon_probe()
|
| H A D | xbox_remote.c | 179 endpoint_in->bInterval); in xbox_remote_initialize()
|
| /linux-6.15/drivers/input/tablet/ |
| H A D | kbtab.c | 165 kbtab_irq, kbtab, endpoint->bInterval); in kbtab_probe()
|