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
77 unsigned char ep_idx; /* endpoint array index */ member
Dquirks-table.h2686 .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 …]
Dimplicit.c84 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()
Dendpoint.c714 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()
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.c340 if (fmt->ep_idx > 0 || altsd->bNumEndpoints < 2) in snd_usb_audioformat_set_sync_ep()