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 75 unsigned char ep_idx; /* endpoint array index */ member
|
D | quirks-table.h | 2686 .ep_idx = 1, 2890 .ep_idx = 1, 3407 .ep_idx = 1, 3467 .ep_idx = 1, 3556 .ep_idx = 1, 3613 .ep_idx = 1, 3670 .ep_idx = 1, 3728 .ep_idx = 1, 3789 .ep_idx = 1, 3851 .ep_idx = 1, [all …]
|
D | implicit.c | 83 int ep, int ep_idx, int ifnum, in add_implicit_fb_sync_ep() argument 98 fmt->sync_ep_idx = ep_idx; in add_implicit_fb_sync_ep()
|
D | endpoint.c | 686 desc = get_endpoint(alts, ep->ep_idx); in endpoint_set_syncinterval() 766 ep->ep_idx = fp->sync_ep_idx; in snd_usb_endpoint_open() 770 ep->ep_idx = fp->ep_idx; in snd_usb_endpoint_open() 773 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 | 318 if (fmt->ep_idx > 0 || altsd->bNumEndpoints < 2) in snd_usb_audioformat_set_sync_ep()
|