Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/drivers/usb/
Ddevices.c197 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
204 interval = 1 << (desc->bInterval - 1); in usb_dump_endpoint_descriptor()
209 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
216 interval = 1 << (desc->bInterval - 1); in usb_dump_endpoint_descriptor()
218 interval = desc->bInterval; in usb_dump_endpoint_descriptor()
Dusb-debug.c162 printk(" bInterval = %02x\n", desc->bInterval); in usb_show_endpoint_descriptor()
Dkbtab.c139 kbtab->data, 8, kbtab_irq, kbtab, endpoint->bInterval); in kbtab_probe()
Dusbmouse.c165 usb_mouse_irq, mouse, endpoint->bInterval); in usb_mouse_probe()
Duss720.c600 …ntk(KERN_DEBUG "uss720: epaddr %d interval %d\n", endpoint->bEndpointAddress, endpoint->bInterval); in uss720_probe()
604 uss720_irq, endpoint->bInterval, in uss720_probe()
Dusbkbd.c216 usb_kbd_irq, kbd, endpoint->bInterval); in usb_kbd_probe()
Dpowermate.c280 FILL_INT_URB(&pm->irq, udev, pipe, pm->data, maxp, powermate_irq, pm, endpoint->bInterval); in powermate_probe()
Dhub.c302 ? 1 << (endpoint->bInterval - 1) in usb_hub_configure()
303 : endpoint->bInterval); in usb_hub_configure()
Dauerisdn.c814 cp->isdn.outInterval = ep->bInterval; in auerisdn_probe()
863 auerisdn_intbi_complete, cp, ep->bInterval); in auerisdn_probe()
Dbluetooth.c1186 bluetooth->interrupt_in_interval = endpoint->bInterval; in usb_bluetooth_probe()
1194 bluetooth, endpoint->bInterval); in usb_bluetooth_probe()
Dhpusbscsi.c159 new->interrupt_interval= altsetting->endpoint[i].bInterval; in hpusbscsi_usb_probe()
Dwacom.c485 wacom->data, wacom->features->pktlen, wacom->features->irq, wacom, endpoint->bInterval); in wacom_probe()
Dauermain.c404 irqsize, auerswald_int_complete, cp, ep->bInterval); in auerswald_int_open()
Dacm.c590 buf, ctrlsize, acm_ctrl_irq, acm, epctrl->bInterval); in acm_probe()
Dmdc800.c447 irq_interval=intf_desc->endpoint [j].bInterval; in mdc800_usb_probe()
Dbrlvger.c518 intr_callback, priv, priv->in_interrupt->bInterval); in brlvger_open()
Daiptek.c1303 aiptek->features->irq, aiptek, endpoint->bInterval); in aiptek_probe()
DCDCEther.c1031 ether_dev->intr_interval = (comm_intf->endpoint[0].bInterval); in find_ethernet_comm_interface()
/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c129 bInterval:0x00 // ignored for bulk
138 bInterval:0x00 // ignored for bulk
147 bInterval:0x00 // ignored for bulk
156 bInterval:0x00 // ignored for bulk
Dau1000_usbtty.c154 bInterval:0x00 // ignored for bulk
163 bInterval:0x00 // ignored for bulk
172 bInterval:0x00 // ignored for bulk
181 bInterval:0x00 // ignored for bulk
/linux-2.4.37.9/include/linux/
Dusb_ch9.h269 __u8 bInterval; member
Dusb.h260 __u8 bInterval; member
/linux-2.4.37.9/drivers/usb/storage/
Dusb.c532 usb_stor_CBI_irq, ss, ss->ep_int->bInterval); in usb_stor_allocate_irq()
646 ep_in, ep_out, ep_int, ep_int ? ep_int->bInterval : 0); in storage_probe()
/linux-2.4.37.9/drivers/isdn/hisax/
Dst5481_usb.c301 endpoint->bInterval); in st5481_setup_usb()
/linux-2.4.37.9/drivers/usb/gadget/
Dether.c614 .bInterval = 1 << LOG2_STATUS_INTERVAL_MSEC,
779 .bInterval = LOG2_STATUS_INTERVAL_MSEC + 4,

12