Home
last modified time | relevance | path

Searched refs:ep_idx (Results 1 – 7 of 7) sorted by relevance

/linux/sound/usb/
H A Dquirks-table.h2120 .ep_idx = 1,
2300 .ep_idx = 1,
2834 .ep_idx = 1,
2886 .ep_idx = 1,
2967 .ep_idx = 1,
3016 .ep_idx = 1,
3065 .ep_idx = 1,
3115 .ep_idx = 1,
3168 .ep_idx = 1,
3222 .ep_idx
[all...]
H A Dcard.h22 unsigned char ep_idx; /* endpoint array index */ member
76 unsigned char ep_idx; /* endpoint array index */ member
H A Dimplicit.c85 int ep, int ep_idx, int ifnum, in add_implicit_fb_sync_ep() argument
100 fmt->sync_ep_idx = ep_idx; in add_implicit_fb_sync_ep()
H A Dendpoint.c737 desc = get_endpoint(alts, ep->ep_idx); in endpoint_set_syncinterval()
814 ep->ep_idx = fp->sync_ep_idx; in snd_usb_endpoint_open()
818 ep->ep_idx = fp->ep_idx; in snd_usb_endpoint_open()
821 ep_num, ep->iface, ep->altsetting, ep->ep_idx); in snd_usb_endpoint_open()
H A Dquirks.c189 if (altsd->bNumEndpoints <= fp->ep_idx) { in create_fixed_stream_quirk()
199 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, fp->ep_idx)->wMaxPacketSize); in create_fixed_stream_quirk()
H A Dpcm.c356 if (fmt->ep_idx > 0 || altsd->bNumEndpoints < 2) in snd_usb_audioformat_set_sync_ep()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c1318 u8 ep_idx = bit > 16 ? (bit - 16) * 2 : (bit * 2) - 1; in cdns2_thread_irq_handler() local
1326 cdns2_handle_epx_interrupt(&pdev->eps[ep_idx]); in cdns2_thread_irq_handler()