Searched refs:ep_idx (Results 1 – 6 of 6) sorted by relevance
/sound/usb/ |
D | card.h | 23 unsigned char ep_idx; /* endpoint array index */ member 77 unsigned char ep_idx; /* endpoint array index */ member
|
D | quirks-table.h | 2686 .ep_idx = 1, 2890 .ep_idx = 1, 3483 .ep_idx = 1, 3543 .ep_idx = 1, 3632 .ep_idx = 1, 3689 .ep_idx = 1, 3746 .ep_idx = 1, 3804 .ep_idx = 1, 3865 .ep_idx = 1, 3927 .ep_idx = 1, [all …]
|
D | implicit.c | 84 int ep, int ep_idx, int ifnum, in add_implicit_fb_sync_ep() argument 99 fmt->sync_ep_idx = ep_idx; in add_implicit_fb_sync_ep()
|
D | endpoint.c | 714 desc = get_endpoint(alts, ep->ep_idx); in endpoint_set_syncinterval() 795 ep->ep_idx = fp->sync_ep_idx; in snd_usb_endpoint_open() 799 ep->ep_idx = fp->ep_idx; in snd_usb_endpoint_open() 802 ep_num, ep->iface, ep->altsetting, ep->ep_idx); in snd_usb_endpoint_open()
|
D | quirks.c | 185 if (altsd->bNumEndpoints <= fp->ep_idx) { in create_fixed_stream_quirk() 195 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, fp->ep_idx)->wMaxPacketSize); in create_fixed_stream_quirk()
|
D | pcm.c | 340 if (fmt->ep_idx > 0 || altsd->bNumEndpoints < 2) in snd_usb_audioformat_set_sync_ep()
|