Home
last modified time | relevance | path

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

/sound/usb/
Dcard.h23 unsigned char ep_idx; /* endpoint array index */ member
75 unsigned char ep_idx; /* endpoint array index */ member
Dquirks-table.h2686 .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 …]
Dimplicit.c83 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()
Dendpoint.c686 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()
Dquirks.c185 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()
Dpcm.c318 if (fmt->ep_idx > 0 || altsd->bNumEndpoints < 2) in snd_usb_audioformat_set_sync_ep()