Searched refs:bInterval (Results 1 - 121 of 121) sorted by relevance

/linux-4.4.14/drivers/usb/core/
H A Dendpoint.c47 usb_ep_attr(bInterval, "%02x\n");
96 interval = ep->desc->bInterval; interval_show()
100 interval = 1 << (ep->desc->bInterval - 1); interval_show()
106 interval = ep->desc->bInterval; interval_show()
111 interval = 1 << (ep->desc->bInterval - 1); interval_show()
113 interval = ep->desc->bInterval; interval_show()
H A Dconfig.c187 /* Fix up bInterval values outside the legal range. Use 32 ms if no usb_parse_endpoint()
197 * bInterval values in high-speed interrupt endpoint usb_parse_endpoint()
200 n = fls(d->bInterval*8); usb_parse_endpoint()
206 * Adjust bInterval for quirked devices. usb_parse_endpoint()
212 n = clamp(fls(d->bInterval), i, j); usb_parse_endpoint()
235 if (d->bInterval < i || d->bInterval > j) { usb_parse_endpoint()
237 "endpoint 0x%X has an invalid bInterval %d, " usb_parse_endpoint()
240 d->bEndpointAddress, d->bInterval, n); usb_parse_endpoint()
241 endpoint->desc.bInterval = n; usb_parse_endpoint()
254 endpoint->desc.bInterval = 1; usb_parse_endpoint()
H A Ddevices.c206 interval = desc->bInterval; usb_dump_endpoint_descriptor()
213 interval = 1 << (desc->bInterval - 1); usb_dump_endpoint_descriptor()
218 interval = desc->bInterval; usb_dump_endpoint_descriptor()
225 interval = 1 << (desc->bInterval - 1); usb_dump_endpoint_descriptor()
227 interval = desc->bInterval; usb_dump_endpoint_descriptor()
H A Ddevio.c1534 as->urb->interval = 1 << min(15, ep->desc.bInterval - 1); proc_do_submiturb()
1536 as->urb->interval = ep->desc.bInterval; proc_do_submiturb()
H A Dmessage.c242 ep->desc.bInterval); usb_bulk_msg()
H A Dhub.c1610 hub, endpoint->bInterval); hub_configure()
/linux-4.4.14/include/linux/usb/
H A Dquirks.h37 * interval = 2 ^ (bInterval-1).
39 * Devices with this quirk report their bInterval as the result of this
H A Dwusb-wa.h114 u8 bInterval; /* rw: */ member in struct:usb_rpipe_descriptor
/linux-4.4.14/sound/usb/
H A Dhelper.c123 if (get_endpoint(alts, 0)->bInterval >= 1 && snd_usb_parse_datainterval()
124 get_endpoint(alts, 0)->bInterval <= 4) snd_usb_parse_datainterval()
125 return get_endpoint(alts, 0)->bInterval - 1; snd_usb_parse_datainterval()
H A Dendpoint.c498 else if (get_endpoint(alts, 1)->bInterval >= 1 && snd_usb_add_endpoint()
499 get_endpoint(alts, 1)->bInterval <= 16) snd_usb_add_endpoint()
500 ep->syncinterval = get_endpoint(alts, 1)->bInterval - 1; snd_usb_add_endpoint()
H A Dmidi.c1858 endpoints[epidx].out_interval = ep->bInterval; snd_usbmidi_get_ms_info()
1880 endpoints[epidx].in_interval = ep->bInterval; snd_usbmidi_get_ms_info()
2002 endpoint[out_eps].out_interval = epd->bInterval; snd_usbmidi_detect_endpoints()
2009 endpoint[in_eps].in_interval = epd->bInterval; snd_usbmidi_detect_endpoints()
2177 ep_info.in_interval = get_endpoint(hostif, 0)->bInterval; snd_usbmidi_create_endpoints_midiman()
H A Dmixer.c2440 snd_usb_mixer_interrupt, mixer, ep->bInterval); snd_usb_mixer_status_create()
/linux-4.4.14/drivers/usb/host/whci/
H A Dpzl.c67 uint8_t bInterval = qset->ep->desc.bInterval; qset_get_period() local
69 if (bInterval < 6) qset_get_period()
70 bInterval = 6; qset_get_period()
71 if (bInterval > 10) qset_get_period()
72 bInterval = 10; qset_get_period()
73 return bInterval - 6; qset_get_period()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_status.c156 urb->interval = dev->int_ep->desc.bInterval; uvc_status_complete()
186 /* For high-speed interrupt endpoints, the bInterval value is used as uvc_status_init()
189 interval = ep->desc.bInterval; uvc_status_init()
H A Duvc_driver.c1246 desc->bInterval != 0) { uvc_parse_control()
H A Duvc_video.c1529 urb->interval = ep->desc.bInterval; uvc_init_video_isoc()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_sourcesink.c114 .bInterval = 4,
124 .bInterval = 4,
164 .bInterval = 4,
173 .bInterval = 4,
231 .bInterval = 4,
249 .bInterval = 4,
374 fs_iso_source_desc.bInterval = ss->isoc_interval; sourcesink_bind()
377 fs_iso_sink_desc.bInterval = ss->isoc_interval; sourcesink_bind()
413 hs_iso_source_desc.bInterval = ss->isoc_interval; sourcesink_bind()
419 hs_iso_sink_desc.bInterval = ss->isoc_interval; sourcesink_bind()
434 ss_iso_source_desc.bInterval = ss->isoc_interval; sourcesink_bind()
443 ss_iso_sink_desc.bInterval = ss->isoc_interval; sourcesink_bind()
H A Df_uvc.c97 .bInterval = 8,
146 /* The wMaxPacketSize and bInterval values will be initialized from
157 /* The wMaxPacketSize and bInterval values will be initialized from
169 /* The wMaxPacketSize and bInterval values will be initialized from
616 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; uvc_function_bind()
620 uvc_hs_streaming_ep.bInterval = opts->streaming_interval; uvc_function_bind()
623 uvc_ss_streaming_ep.bInterval = opts->streaming_interval; uvc_function_bind()
H A Df_hid.c109 .bInterval = 4, /* FIXME: Add this field in the
121 .bInterval = 4, /* FIXME: Add this field in the
143 .bInterval = 10, /* FIXME: Add this field in the
155 .bInterval = 10, /* FIXME: Add this field in the
H A Df_uac2.c782 .bInterval = 1,
791 .bInterval = 4,
859 .bInterval = 1,
868 .bInterval = 4,
996 DIV_ROUND_UP(srate, factor / (1 << (ep_desc->bInterval - 1))); set_ep_max_packet_size()
1193 uac2->p_interval = factor / (1 << (ep_desc->bInterval - 1)); afunc_set_alt()
H A Df_ecm.c198 .bInterval = ECM_STATUS_INTERVAL_MS,
245 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
294 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
H A Df_acm.c171 .bInterval = GS_NOTIFY_INTERVAL_MS,
209 .bInterval = USB_MS_TO_HS_INTERVAL(GS_NOTIFY_INTERVAL_MS),
H A Dstorage_common.c107 .bInterval = 1, /* NAK every 1 uframe */
H A Df_rndis.c196 .bInterval = RNDIS_STATUS_INTERVAL_MS,
242 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS)
290 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS)
H A Df_uac1.c179 .bInterval = 4,
H A Df_ncm.c254 .bInterval = NCM_STATUS_INTERVAL_MS,
299 .bInterval = USB_MS_TO_HS_INTERVAL(NCM_STATUS_INTERVAL_MS),
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c160 si = desc->bInterval; bdc_config_ep()
201 * accepts 2^bInterval*125usec, so convert ms to nearest power bdc_config_ep()
205 si = fls(desc->bInterval * 8) - 1; bdc_config_ep()
/linux-4.4.14/drivers/usb/class/
H A Dcdc-acm.h122 u8 bInterval; member in struct:acm
H A Dcdc-acm.c1342 acm->bInterval = epread->bInterval; acm_probe()
1383 acm->bInterval); acm_probe()
1405 NULL, acm->writesize, acm_write_bulk, snd, epwrite->bInterval); acm_probe()
1455 epctrl->bInterval ? epctrl->bInterval : 16); acm_probe()
H A Dcdc-wdm.c820 ep->bInterval wdm_create()
/linux-4.4.14/drivers/input/joystick/iforce/
H A Diforce-usb.c168 iforce->data, 16, iforce_usb_irq, iforce, epirq->bInterval); iforce_usb_probe()
171 iforce + 1, 32, iforce_usb_out, iforce, epout->bInterval); iforce_usb_probe()
/linux-4.4.14/drivers/usb/image/
H A Dmdc800.c192 .bInterval = 0,
202 .bInterval = 0,
212 .bInterval = 0,
222 .bInterval = 0,
482 irq_interval=intf_desc->endpoint [j].desc.bInterval; mdc800_usb_probe()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
H A Dusb_intf.c124 DBG_8723A("bInterval =%x\n", pendp_desc->bInterval); usb_dvobj_init()
135 pendp_desc->bInterval); usb_dvobj_init()
/linux-4.4.14/drivers/usb/misc/
H A Dadutux.c275 dev->interrupt_in_endpoint->bInterval); adu_open()
437 dev->interrupt_in_endpoint->bInterval); adu_read()
495 dev->interrupt_in_endpoint->bInterval); adu_read()
600 dev->interrupt_out_endpoint->bInterval); adu_write()
H A Dldusb.c733 dev->interrupt_in_interval = min_interrupt_in_interval > dev->interrupt_in_endpoint->bInterval ? min_interrupt_in_interval : dev->interrupt_in_endpoint->bInterval; ld_usb_probe()
735 dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; ld_usb_probe()
H A Dusbtest.c243 u8 bInterval, usbtest_alloc_urb()
252 if (bInterval) usbtest_alloc_urb()
254 NULL, bInterval); usbtest_alloc_urb()
298 u8 bInterval) simple_alloc_urb()
301 bInterval, simple_callback); simple_alloc_urb()
308 u8 bInterval) complicated_alloc_urb()
311 bInterval, complicated_callback); complicated_alloc_urb()
1929 urb->interval = 1 << (desc->bInterval - 1); iso_alloc_urb()
1974 1 << (desc->bInterval - 1), test_queue()
1981 (packets * (1 << (desc->bInterval - 1))) test_queue()
2508 dev->int_out->bInterval); usbtest_ioctl()
2524 dev->int_in->bInterval); usbtest_ioctl()
237 usbtest_alloc_urb( struct usb_device *udev, int pipe, unsigned long bytes, unsigned transfer_flags, unsigned offset, u8 bInterval, usb_complete_t complete_fn) usbtest_alloc_urb() argument
294 simple_alloc_urb( struct usb_device *udev, int pipe, unsigned long bytes, u8 bInterval) simple_alloc_urb() argument
304 complicated_alloc_urb( struct usb_device *udev, int pipe, unsigned long bytes, u8 bInterval) complicated_alloc_urb() argument
H A Dlvstest.c423 lvs_rh_irq, lvs, endpoint->bInterval); lvs_rh_probe()
H A Diowarrior.c433 dev->int_out_endpoint->bInterval); iowarrior_write()
829 dev->int_in_endpoint->bInterval); iowarrior_probe()
H A Dlegousbtower.c898 dev->interrupt_in_interval = interrupt_in_interval ? interrupt_in_interval : dev->interrupt_in_endpoint->bInterval; tower_probe()
899 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; tower_probe()
H A Duss720.c747 endpoint->desc.bEndpointAddress, endpoint->desc.bInterval); uss720_probe()
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-rpipe.c367 rpipe->descr.bInterval = ep->desc.bInterval; rpipe_aim()
419 AIM_CHECK(bInterval, ep->desc.bInterval, "(%u vs %u)"); rpipe_check_aim()
H A Dwa-nep.c287 wa_nep_cb, wa, epd->bInterval); wa_nep_create()
/linux-4.4.14/drivers/input/tablet/
H A Dkbtab.c169 kbtab_irq, kbtab, endpoint->bInterval); kbtab_probe()
H A Dacecad.c232 usb_acecad_irq, acecad, endpoint->bInterval); usb_acecad_probe()
H A Dhanwang.c412 hanwang_irq, hanwang, endpoint->bInterval); hanwang_probe()
H A Dgtco.c970 endpoint->bInterval); gtco_probe()
H A Daiptek.c1840 endpoint->bInterval); aiptek_probe()
/linux-4.4.14/drivers/usb/serial/
H A Dmct_u232.h430 * bInterval = 02
437 * bInterval = 00
444 * bInterval = 02
H A Dftdi_sio.h490 * 5 bInterval 1 0x00 Interval for polling endpoint
500 * 5 bInterval 1 0x00 Interval for polling endpoint
H A Dusb-serial.c1005 endpoint->bInterval); usb_serial_probe()
1031 endpoint->bInterval); usb_serial_probe()
H A Dkeyspan.c1260 ep_desc->bInterval); keyspan_setup_urb()
H A Dio_edgeport.c2883 endpoint->bInterval); edge_startup()
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dusb.c249 i1480_usb_neep_cb, i1480, epd->bInterval); i1480_usb_wait_init_done()
307 i1480_usb_neep_cb, i1480, epd->bInterval); i1480_usb_cmd()
/linux-4.4.14/drivers/media/usb/tm6000/
H A Dtm6000-input.c367 dprintk(1, "int interval: %d\n", dev->int_in.endp->desc.bInterval); __tm6000_ir_int_start()
372 dev->int_in.endp->desc.bInterval); __tm6000_ir_int_start()
H A Dtm6000-video.c651 urb->interval = dev->isoc_in.endp->desc.bInterval; tm6000_prepare_isoc()
/linux-4.4.14/drivers/usb/storage/
H A Donetouch.c252 usb_onetouch_irq, onetouch, endpoint->bInterval); onetouch_connect_input()
H A Dusb.c768 us->ep_bInterval = ep_int->bInterval; get_pipes()
/linux-4.4.14/drivers/hid/usbhid/
H A Dusbmouse.c195 usb_mouse_irq, mouse, endpoint->bInterval); usb_mouse_probe()
H A Dusbkbd.c350 usb_kbd_irq, kbd, endpoint->bInterval); usb_kbd_probe()
H A Dhid-core.c1075 interval = endpoint->bInterval; usbhid_start()
1080 interval = fls(endpoint->bInterval*8); usbhid_start()
1082 hid->name, endpoint->bInterval, interval); usbhid_start()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dusb-notif.c217 i2400mu_notification_cb, i2400mu, epd->bInterval); i2400mu_notification_setup()
H A Dusb-fw.c258 epd->bInterval); i2400mu_notif_submit()
/linux-4.4.14/include/uapi/linux/usb/
H A Dfunctionfs.h34 __u8 bInterval; member in struct:usb_endpoint_descriptor_no_audio
H A Dch9.h376 __u8 bInterval; member in struct:usb_endpoint_descriptor
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_sasem.c324 interval = context->tx_endpoint->bInterval; send_packet()
502 usb_rx_callback, context, context->rx_endpoint->bInterval); ir_open()
H A Dlirc_imon.c330 interval = context->tx_endpoint->bInterval; send_packet()
863 context->rx_endpoint->bInterval); imon_probe()
978 context->rx_endpoint->bInterval); imon_resume()
/linux-4.4.14/drivers/media/rc/
H A Dmceusb.c765 ir->usb_ep_out->bInterval); mce_request_packet()
1308 ep_in->bInterval = 1; mceusb_dev_probe()
1319 ep_out->bInterval = 1; mceusb_dev_probe()
1374 mceusb_dev_recv, ir, ep_in->bInterval); mceusb_dev_probe()
H A Dstreamzap.c436 sz, sz->endpoint->bInterval); streamzap_probe()
H A Dati_remote.c789 ati_remote->endpoint_in->bInterval); ati_remote_initialize()
800 ati_remote->endpoint_out->bInterval); ati_remote_initialize()
H A Dimon.c580 interval = ictx->tx_endpoint->bInterval; send_packet()
2256 ictx->rx_endpoint_intf0->bInterval); imon_init_intf0()
2341 ictx->rx_endpoint_intf1->bInterval); imon_init_intf1()
2573 ictx->rx_endpoint_intf0->bInterval); imon_resume()
2583 ictx->rx_endpoint_intf1->bInterval); imon_resume()
/linux-4.4.14/drivers/usb/host/
H A Dxhci-mem.c1206 * Convert interval expressed as 2^(bInterval - 1) == interval into
1215 interval = clamp_val(ep->desc.bInterval, 1, 16) - 1; xhci_parse_exponent_interval()
1216 if (interval != ep->desc.bInterval - 1) xhci_parse_exponent_interval()
1236 * Convert bInterval expressed in microframes (in 1-255 range) to exponent of
1260 if (ep->desc.bInterval == 0) xhci_parse_microframe_interval()
1263 ep->desc.bInterval, 0, 15); xhci_parse_microframe_interval()
1271 ep->desc.bInterval * 8, 3, 10); xhci_parse_frame_interval()
H A Dfotg210.h512 * trusting urb->interval == f(epdesc->bInterval) and
H A Dehci-q.c824 1 << (urb->ep->desc.bInterval - 1)); qh_make()
855 urb->ep->desc.bInterval); qh_make()
H A Dr8a66597-hcd.c965 info.interval = get_interval(urb, ep->bInterval); init_pipe_info()
966 info.timer_interval = get_timer_interval(urb, ep->bInterval); init_pipe_info()
H A Dxhci.c4283 /* Service interval in nanoseconds = 2^(bInterval - 1) * 125us * 1000ns / 1us */ xhci_service_interval_to_ns()
4287 return (1ULL << (desc->bInterval - 1)) * 125 * 1000; xhci_service_interval_to_ns()
4337 * - Periodic EPs, max(105% of bInterval, U1 SEL * 2)
4338 * - For isochronous endpoints, max(105% of bInterval, U1 SEL * 2)
4408 * - largest bInterval of any active periodic endpoint (to avoid going
H A Dehci-sched.c1088 1 << (urb->ep->desc.bInterval - 1)); iso_stream_init()
1131 1 << (urb->ep->desc.bInterval - 1)); iso_stream_init()
/linux-4.4.14/drivers/isdn/hisax/
H A Dst5481_usb.c313 endpoint->desc.bInterval); st5481_setup_usb()
H A Dhfc_usb.c1332 && (ep->desc.bInterval < vcf[17])) { hfc_usb_probe()
1464 ep->desc.bInterval; hfc_usb_probe()
/linux-4.4.14/drivers/mmc/host/
H A Dushc.c478 intf->cur_altsetting->endpoint[0].desc.bInterval); ushc_probe()
/linux-4.4.14/drivers/input/misc/
H A Dkeyspan_remote.c538 endpoint->bInterval); keyspan_probe()
H A Dpowermate.c386 pm, endpoint->bInterval); powermate_probe()
H A Dati_remote2.c652 ar2, ar2->ep[i]->bInterval); ati_remote2_urb_init()
H A Dcm109.c731 cm109_urb_irq_callback, dev, endpoint->bInterval); cm109_usb_probe()
H A Dyealink.c928 yld, endpoint->bInterval); usb_probe()
H A Dims-pcu.c1587 ims_pcu_irq, pcu, pcu->ep_ctrl->bInterval); ims_pcu_buffers_alloc()
/linux-4.4.14/drivers/input/mouse/
H A Dsynaptics_usb.c346 ep->bInterval); synusb_probe()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dgspca.c203 interval = ep->bInterval; alloc_and_submit_int_urb()
700 if (ep->desc.bInterval == 0) { build_isoc_ep_tb()
710 bandwidth /= 1 << (ep->desc.bInterval - 1); build_isoc_ep_tb()
820 urb->interval = 1 << (ep->desc.bInterval - 1); create_urbs()
/linux-4.4.14/sound/usb/line6/
H A Ddriver.c471 line6->interval = ep->desc.bInterval; line6_get_interval()
/linux-4.4.14/tools/usb/
H A Dffs-test.c171 .bInterval = 1, /* NAK every 1 uframe */
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dusb.c324 endpoint->bInterval); ath6kl_usb_setup_pipe_resources()
333 endpoint->bInterval); ath6kl_usb_setup_pipe_resources()
/linux-4.4.14/drivers/staging/vt6656/
H A Dmain_usb.c532 priv->int_interval = 1; /* bInterval is set to 1 */ vnt_start()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dvmk80xx.c183 size, NULL, devpriv->ep_tx->bInterval); vmk80xx_do_bulk_msg()
/linux-4.4.14/drivers/media/radio/si470x/
H A Dradio-si470x-usb.c549 radio->int_in_endpoint->bInterval); si470x_start_usb()
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_usb.c657 * interval is every frame (1 == (1 << (bInterval -1))). submit_urbs()
/linux-4.4.14/drivers/net/usb/
H A Dcdc_ether.c301 !desc->bInterval) { usbnet_generic_cdc_bind()
H A Dhso.c1461 tiocmget->endp->bInterval); tiocmget_submit_urb()
3198 shared_int->intr_endp->bInterval); hso_mux_submit_intr_urb()
H A Dusbnet.c229 period = max ((int) dev->status->desc.bInterval, init_status()
H A Dlan78xx.c2982 period = dev->ep_intr->desc.bInterval; lan78xx_probe()
H A Dr8152.c1345 tp->intr_interval = (int)ep_intr->desc.bInterval; alloc_all_mem()
/linux-4.4.14/drivers/watchdog/
H A Dpcwd_usb.c678 usb_pcwd_intr_done, usb_pcwd, endpoint->bInterval); usb_pcwd_probe()
/linux-4.4.14/drivers/input/joystick/
H A Dxpad.c746 xpad_irq_out, xpad, ep_irq_out->bInterval); xpad_init_output()
1274 xpad, ep_irq_in->bInterval); xpad_probe()
/linux-4.4.14/drivers/usb/dwc3/
H A Dgadget.c510 if (desc->bInterval) { dwc3_gadget_set_ep_config()
511 params.param1 |= DWC3_DEPCFG_BINTERVAL_M1(desc->bInterval - 1); dwc3_gadget_set_ep_config()
512 dep->interval = 1 << (desc->bInterval - 1); dwc3_gadget_set_ep_config()
/linux-4.4.14/drivers/bluetooth/
H A Dbtusb.c667 btusb_intr_complete, hdev, data->intr_ep->bInterval); btusb_submit_intr_urb()
873 hdev, data->isoc_rx_ep->bInterval); btusb_submit_isoc_urb()
1206 skb, data->isoc_tx_ep->bInterval); alloc_isoc_urb()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1984 ep->desc.bInterval < vcf[17]) { hfcsusb_probe()
2071 f->intervall = ep->desc.bInterval; hfcsusb_probe()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dfusb300_udc.c219 info.interval = desc->bInterval; config_ep()
H A Domap_udc.c173 && desc->bInterval != 1)) { omap_ep_enable()
176 1 << (desc->bInterval - 1)); omap_ep_enable()
H A Dm66592-udc.c441 info.interval = desc->bInterval; alloc_pipe_config()
H A Dr8a66597-udc.c514 info.interval = desc->bInterval; alloc_pipe_config()
H A Datmel_usba_udc.c1024 .bInterval = 1,
/linux-4.4.14/drivers/uwb/
H A Dhwa-rc.c711 hwarc_neep_cb, hwarc, epd->bInterval); hwarc_neep_init()
/linux-4.4.14/drivers/isdn/gigaset/
H A Dusb-gigaset.c750 cs, endpoint->bInterval); gigaset_probe()
H A Dbas-gigaset.c2370 endpoint->bInterval); gigaset_probe()
/linux-4.4.14/drivers/input/touchscreen/
H A Dusbtouchscreen.c1657 usbtouch_irq, usbtouch, endpoint->bInterval); usbtouch_probe()
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-audio.c780 interval = 1 << (ep->bInterval - 1); em28xx_audio_urb_init()
/linux-4.4.14/drivers/media/usb/msi2500/
H A Dmsi2500.c48 * bInterval 1
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c368 pep_desc->bInterval); _rtl_usb_init()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_host.c2294 interval = max_t(u8, epd->bInterval, 1); musb_urb_enqueue()
2300 interval = min_t(u8, epd->bInterval, 16); musb_urb_enqueue()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_usb.c1935 ep->desc.bInterval); zd_usb_iowrite16v_async()
/linux-4.4.14/drivers/usb/dwc2/
H A Dgadget.c2672 desc->wMaxPacketSize, desc->bInterval); dwc2_hsotg_ep_enable()
2720 hs_ep->interval = desc->bInterval; dwc2_hsotg_ep_enable()
/linux-4.4.14/drivers/usb/atm/
H A Dueagle-atm.c2215 endpoint[0].desc.bInterval); uea_boot()
/linux-4.4.14/include/linux/
H A Dusb.h1566 * the endpoint descriptor's bInterval value.

Completed in 4148 milliseconds