| /linux/sound/usb/ |
| H A D | helper.c | 114 if (get_endpoint(alts, 0)->bInterval >= 1 && in snd_usb_parse_datainterval() 115 get_endpoint(alts, 0)->bInterval <= 4) in snd_usb_parse_datainterval() 116 return get_endpoint(alts, 0)->bInterval - 1; in snd_usb_parse_datainterval()
|
| H A D | fcp.c | 92 u8 bInterval; member 1003 fcp_notify, mixer, private->bInterval); in fcp_init_notify() 1107 private->bInterval = epd->bInterval; in fcp_find_fc_interface()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 106 .bInterval = 4, 116 .bInterval = 4, 156 .bInterval = 4, 165 .bInterval = 4, 223 .bInterval = 4, 241 .bInterval = 4, 364 fs_iso_source_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 367 fs_iso_sink_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 403 hs_iso_source_desc.bInterval = ss->isoc_interval; in sourcesink_bind() 409 hs_iso_sink_desc.bInterval = ss->isoc_interval; in sourcesink_bind() [all …]
|
| H A D | f_hid.c | 1209 hidg_fs_in_ep_desc.bInterval = 10; in hidg_bind() 1210 hidg_hs_in_ep_desc.bInterval = 4; in hidg_bind() 1211 hidg_ss_in_ep_desc.bInterval = 4; in hidg_bind() 1213 hidg_fs_in_ep_desc.bInterval = hidg->interval; in hidg_bind() 1214 hidg_hs_in_ep_desc.bInterval = hidg->interval; in hidg_bind() 1215 hidg_ss_in_ep_desc.bInterval = hidg->interval; in hidg_bind() 1243 hidg_fs_out_ep_desc.bInterval = 10; in hidg_bind() 1244 hidg_hs_out_ep_desc.bInterval = 4; in hidg_bind() 1245 hidg_ss_out_ep_desc.bInterval = 4; in hidg_bind() 1247 hidg_fs_out_ep_desc.bInterval = hidg->interval; in hidg_bind() [all …]
|
| H A D | f_ecm.c | 188 .bInterval = ECM_STATUS_INTERVAL_MS, 235 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS), 284 .bInterval = USB_MS_TO_HS_INTERVAL(ECM_STATUS_INTERVAL_MS),
|
| H A D | f_rndis.c | 184 .bInterval = RNDIS_STATUS_INTERVAL_MS, 230 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS) 278 .bInterval = USB_MS_TO_HS_INTERVAL(RNDIS_STATUS_INTERVAL_MS)
|
| H A D | f_acm.c | 162 .bInterval = GS_NOTIFY_INTERVAL_MS, 200 .bInterval = USB_MS_TO_HS_INTERVAL(GS_NOTIFY_INTERVAL_MS),
|
| /linux/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/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/drivers/usb/class/ |
| H A D | cdc-acm.h | 102 u8 bInterval; member
|
| H A D | cdc-acm.c | 1415 acm->bInterval = epread->bInterval; in acm_probe() 1460 acm->bInterval); in acm_probe() 1478 NULL, acm->writesize, acm_write_bulk, snd, epwrite->bInterval); in acm_probe() 1530 epctrl->bInterval ? epctrl->bInterval : 16); in acm_probe()
|
| /linux/drivers/input/joystick/iforce/ |
| H A D | iforce-usb.c | 233 iforce_usb_irq, iforce_usb, epirq->bInterval); in iforce_usb_probe() 238 iforce_usb_out, iforce_usb, epout->bInterval); in iforce_usb_probe()
|
| /linux/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 | ldusb.c | 717 dev->interrupt_in_endpoint->bInterval); in ld_usb_probe() 720 dev->interrupt_out_endpoint->bInterval); in ld_usb_probe()
|
| H A D | legousbtower.c | 789 …n_interval = interrupt_in_interval ? interrupt_in_interval : dev->interrupt_in_endpoint->bInterval; in tower_probe() 790 …nterval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; in tower_probe()
|
| H A D | iowarrior.c | 454 dev->int_out_endpoint->bInterval); in iowarrior_write() 840 dev->int_in_endpoint->bInterval); in iowarrior_probe()
|
| /linux/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/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/sound/usb/qcom/ |
| H A D | usb_audio_qmi_v01.h | 36 u8 bInterval; member
|
| /linux/drivers/input/tablet/ |
| H A D | kbtab.c | 165 kbtab_irq, kbtab, endpoint->bInterval); in kbtab_probe()
|
| H A D | acecad.c | 207 usb_acecad_irq, acecad, endpoint->bInterval); in usb_acecad_probe()
|
| /linux/tools/usb/ |
| H A D | ffs-test.c | 180 .bInterval = 1, /* NAK every 1 uframe */ 212 .bInterval = 1, /* NAK every 1 uframe */
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 1003 pep->interval = desc->bInterval ? BIT(desc->bInterval - 1) : 0; in cdnsp_gadget_ep_enable() 1007 pep->interval = desc->bInterval << 3; in cdnsp_gadget_ep_enable() 1009 pep->interval = BIT(desc->bInterval - 1) << 3; in cdnsp_gadget_ep_enable() 1015 desc->bInterval); in cdnsp_gadget_ep_enable()
|
| H A D | cdnsp-mem.c | 787 interval = clamp_val(pep->endpoint.desc->bInterval, 1, 16) - 1; in cdnsp_parse_exponent_interval() 788 if (interval != pep->endpoint.desc->bInterval - 1) in cdnsp_parse_exponent_interval() 847 interval = pep->endpoint.desc->bInterval << 3; in cdnsp_get_endpoint_interval()
|
| /linux/drivers/usb/storage/ |
| H A D | onetouch.c | 236 usb_onetouch_irq, onetouch, endpoint->bInterval); in onetouch_connect_input()
|