Home
last modified time | relevance | path

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

1234

/drivers/usb/host/whci/
Dpzl.c66 uint8_t bInterval = qset->ep->desc.bInterval; in qset_get_period() local
68 if (bInterval < 6) in qset_get_period()
69 bInterval = 6; in qset_get_period()
70 if (bInterval > 10) in qset_get_period()
71 bInterval = 10; in qset_get_period()
72 return bInterval - 6; in qset_get_period()
/drivers/usb/core/
Dendpoint.c52 usb_ep_attr(bInterval, "%02x\n")
100 interval = ep->desc->bInterval; in show_ep_interval()
103 interval = 1 << (ep->desc->bInterval - 1); in show_ep_interval()
107 interval = ep->desc->bInterval; in show_ep_interval()
111 interval = 1 << (ep->desc->bInterval - 1); in show_ep_interval()
113 interval = ep->desc->bInterval; in show_ep_interval()
Dconfig.c100 n = fls(d->bInterval*8); in usb_parse_endpoint()
124 if (d->bInterval < i || d->bInterval > j) { in usb_parse_endpoint()
129 d->bEndpointAddress, d->bInterval, n); in usb_parse_endpoint()
130 endpoint->desc.bInterval = n; in usb_parse_endpoint()
143 endpoint->desc.bInterval = 1; in usb_parse_endpoint()
Ddevices.c194 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
201 interval = 1 << (desc->bInterval - 1); in usb_dump_endpoint_descriptor()
206 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
213 interval = 1 << (desc->bInterval - 1); in usb_dump_endpoint_descriptor()
215 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
/drivers/usb/image/
Dmdc800.c192 .bInterval = 0,
202 .bInterval = 0,
212 .bInterval = 0,
222 .bInterval = 0,
483 irq_interval=intf_desc->endpoint [j].desc.bInterval; in mdc800_usb_probe()
/drivers/usb/wusbcore/
Dwa-rpipe.c357 rpipe->descr.bInterval = ep->desc.bInterval; in rpipe_aim()
412 AIM_CHECK(bInterval, ep->desc.bInterval, "(%u vs %u)"); in rpipe_check_aim()
Dwa-nep.c283 wa_nep_cb, wa, epd->bInterval); in wa_nep_create()
/drivers/media/video/uvc/
Duvc_status.c163 urb->interval = dev->int_ep->desc.bInterval; in uvc_status_complete()
196 interval = ep->desc.bInterval; in uvc_status_init()
/drivers/staging/frontier/
Dalphatrack.c752 …nterval > dev->interrupt_in_endpoint->bInterval ? min_interrupt_in_interval : dev->interrupt_in_en… in usb_alphatrack_probe()
754 …erval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_e… in usb_alphatrack_probe()
Dtranzport.c898 …nterval > dev->interrupt_in_endpoint->bInterval ? min_interrupt_in_interval : dev->interrupt_in_en… in usb_tranzport_probe()
900 …erval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_e… in usb_tranzport_probe()
/drivers/usb/misc/
Dldusb.c716 …nterval > dev->interrupt_in_endpoint->bInterval ? min_interrupt_in_interval : dev->interrupt_in_en… in ld_usb_probe()
718 …erval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_e… in ld_usb_probe()
Dadutux.c320 dev->interrupt_in_endpoint->bInterval); in adu_open()
489 dev->interrupt_in_endpoint->bInterval); in adu_read()
542 dev->interrupt_in_endpoint->bInterval); in adu_read()
644 dev->interrupt_out_endpoint->bInterval); in adu_write()
/drivers/input/joystick/iforce/
Diforce-usb.c163 iforce->data, 16, iforce_usb_irq, iforce, epirq->bInterval); in iforce_usb_probe()
166 iforce + 1, 32, iforce_usb_out, iforce, epout->bInterval); in iforce_usb_probe()
/drivers/uwb/i1480/dfu/
Dusb.c250 i1480_usb_neep_cb, i1480, epd->bInterval); in i1480_usb_wait_init_done()
308 i1480_usb_neep_cb, i1480, epd->bInterval); in i1480_usb_cmd()
/drivers/net/wimax/i2400m/
Dusb-notif.c227 i2400mu_notification_cb, i2400mu, epd->bInterval); in i2400mu_notification_setup()
Dusb-fw.c234 epd->bInterval); in i2400mu_notif_submit()
/drivers/bluetooth/
Dbtusb.c244 data->intr_ep->bInterval); in btusb_submit_intr_urb()
441 urb->interval = data->isoc_rx_ep->bInterval; in btusb_submit_isoc_urb()
626 urb->interval = data->isoc_tx_ep->bInterval; in btusb_send_frame()
/drivers/usb/storage/
Donetouch.c203 usb_onetouch_irq, onetouch, endpoint->bInterval); in onetouch_connect_input()
/drivers/usb/gadget/
Df_rndis.c191 .bInterval = 1 << LOG2_STATUS_INTERVAL_MSEC,
234 .bInterval = LOG2_STATUS_INTERVAL_MSEC + 4,
Df_acm.c163 .bInterval = 1 << GS_LOG2_NOTIFY_INTERVAL,
201 .bInterval = GS_LOG2_NOTIFY_INTERVAL+4,
Df_ecm.c196 .bInterval = 1 << LOG2_STATUS_INTERVAL_MSEC,
240 .bInterval = LOG2_STATUS_INTERVAL_MSEC + 4,
/drivers/input/tablet/
Dkbtab.c172 kbtab_irq, kbtab, endpoint->bInterval); in kbtab_probe()
Dacecad.c232 usb_acecad_irq, acecad, endpoint->bInterval); in usb_acecad_probe()
/drivers/hid/usbhid/
Dusbmouse.c194 usb_mouse_irq, mouse, endpoint->bInterval); in usb_mouse_probe()
/drivers/input/misc/
Dati_remote.c698 ati_remote->endpoint_in->bInterval); in ati_remote_initialize()
709 ati_remote->endpoint_out->bInterval); in ati_remote_initialize()

1234