Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 – 25 of 122) sorted by relevance

12345

/linux-6.12.1/drivers/usb/common/
Dcommon.c240 interval = epd->bInterval; in usb_decode_interval()
243 interval = 1 << (epd->bInterval - 1); in usb_decode_interval()
248 interval = epd->bInterval; in usb_decode_interval()
252 interval = 1 << (epd->bInterval - 1); in usb_decode_interval()
254 interval = epd->bInterval; in usb_decode_interval()
/linux-6.12.1/sound/usb/
Dhelper.c113 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()
/linux-6.12.1/drivers/usb/gadget/function/
Df_sourcesink.c105 .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 …]
Df_uac2.c259 .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 …]
Df_uvc.c92 .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()
Df_hid.c159 .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
Df_ecm.c184 .bInterval = ECM_STATUS_INTERVAL_MS,
231 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
280 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
Df_rndis.c181 .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.12.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uac211 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.12.1/drivers/usb/core/
Dconfig.c347 n = fls(d->bInterval*8); in usb_parse_endpoint()
359 n = clamp(fls(d->bInterval) + 3, i, j); in usb_parse_endpoint()
367 n = clamp(fls(d->bInterval), i, j); in usb_parse_endpoint()
392 if (d->bInterval < i || d->bInterval > j) { in usb_parse_endpoint()
397 d->bEndpointAddress, d->bInterval, n); in usb_parse_endpoint()
398 endpoint->desc.bInterval = n; in usb_parse_endpoint()
410 endpoint->desc.bInterval = 1; in usb_parse_endpoint()
Dendpoint.c49 usb_ep_attr(bInterval, "%02x\n");
/linux-6.12.1/drivers/usb/image/
Dmdc800.c179 .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.12.1/drivers/media/usb/uvc/
Duvc_status.c247 urb->interval = dev->int_ep->desc.bInterval; in uvc_status_complete()
281 interval = ep->desc.bInterval; in uvc_status_init()
/linux-6.12.1/drivers/usb/class/
Dcdc-acm.h102 u8 bInterval; member
Dcdc-acm.c1380 acm->bInterval = epread->bInterval; in acm_probe()
1425 acm->bInterval); in acm_probe()
1443 NULL, acm->writesize, acm_write_bulk, snd, epwrite->bInterval); in acm_probe()
1495 epctrl->bInterval ? epctrl->bInterval : 16); in acm_probe()
/linux-6.12.1/drivers/usb/misc/
Dadutux.c277 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()
Dusbtest.c263 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()
2032 urb->interval = 1 << (desc->bInterval - 1); in iso_alloc_urb()
2094 1 << (desc->bInterval - 1), in test_queue()
2101 (packets * (1 << (desc->bInterval - 1))) in test_queue()
[all …]
/linux-6.12.1/drivers/input/joystick/iforce/
Diforce-usb.c231 iforce_usb_irq, iforce_usb, epirq->bInterval); in iforce_usb_probe()
236 iforce_usb_out, iforce_usb, epout->bInterval); in iforce_usb_probe()
/linux-6.12.1/drivers/usb/mtu3/
Dmtu3_gadget.c79 interval = desc->bInterval; in mtu3_ep_enable()
91 interval = desc->bInterval; in mtu3_ep_enable()
98 interval = clamp_val(desc->bInterval, 1, 16); in mtu3_ep_enable()
100 interval = clamp_val(desc->bInterval, 1, 255); in mtu3_ep_enable()
/linux-6.12.1/include/uapi/linux/usb/
Dfunctionfs.h38 __u8 bInterval; member
/linux-6.12.1/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c152 si = desc->bInterval; in bdc_config_ep()
196 si = fls(desc->bInterval * 8) - 1; in bdc_config_ep()
/linux-6.12.1/drivers/media/rc/
Dimon_raw.c150 imon_ir_rx, imon, ir_ep->bInterval); in imon_probe()
/linux-6.12.1/drivers/input/tablet/
Dkbtab.c165 kbtab_irq, kbtab, endpoint->bInterval); in kbtab_probe()
/linux-6.12.1/tools/usb/
Dffs-test.c180 .bInterval = 1, /* NAK every 1 uframe */
212 .bInterval = 1, /* NAK every 1 uframe */
/linux-6.12.1/drivers/hid/usbhid/
Dusbmouse.c182 usb_mouse_irq, mouse, endpoint->bInterval); in usb_mouse_probe()

12345