Searched refs:ep_num (Results 1 – 7 of 7) sorted by relevance
| /sound/usb/ |
| A D | endpoint.c | 659 if (ep->ep_num == ep_num) in snd_usb_get_endpoint() 698 ep_num); in snd_usb_add_endpoint() 706 ep->ep_num = ep_num; in snd_usb_add_endpoint() 869 ep_num); in snd_usb_endpoint_open() 875 ep_num, ep->opened); in snd_usb_endpoint_open() 1023 alive, ep->ep_num); in wait_clear_urbs() 1122 ep->ep_num, ep->pipe); in data_ep_set_params() 1631 ep->ep_num, err); in snd_usb_endpoint_start() 1652 ep->ep_num); in snd_usb_endpoint_start() 1657 i, ep->ep_num); in snd_usb_endpoint_start() [all …]
|
| A D | implicit.c | 31 unsigned int ep_num; member 39 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_FIXED, .ep_num = (ep),\ 42 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_BOTH, .ep_num = (ep),\ 72 .ep_num = 0x84, .iface = 0 }, /* MOTU MicroBook II */ 308 return add_implicit_fb_sync_ep(chip, fmt, p->ep_num, 0, in audioformat_implicit_fb_quirk() 369 return add_implicit_fb_sync_ep(chip, fmt, p->ep_num, 0, in audioformat_capture_quirk() 438 find_matching_substream(struct snd_usb_audio *chip, int stream, int ep_num, in find_matching_substream() argument 446 if (as->fmt_type == fmt_type && subs->ep_num == ep_num) in find_matching_substream()
|
| A D | endpoint.h | 9 int ep_num); 11 int snd_usb_add_endpoint(struct snd_usb_audio *chip, int ep_num, int type);
|
| A D | card.h | 71 int ep_num; /* the referenced endpoint number */ member 179 unsigned int ep_num; /* the endpoint number */ member
|
| A D | stream.c | 104 subs->ep_num = fp->endpoint; in snd_usb_init_substream() 503 if (subs->ep_num == fp->endpoint) { in __snd_usb_add_audio_stream() 519 if (subs->ep_num) in __snd_usb_add_audio_stream()
|
| /sound/usb/qcom/ |
| A D | mixer_usb_offload.c | 120 if (!subs->ep_num || as->pcm_index > 0xff) in snd_usb_offload_create_ctl()
|
| A D | qc_audio_offload.c | 186 if (subs->ep_num) in usb_qmi_get_pcm_num() 1118 subs->data_endpoint->ep_num); in uaudio_endpoint_setup() 1472 subs->data_endpoint->ep_num : 0; in prepare_qmi_response() 1474 subs->sync_endpoint->ep_num : 0; in prepare_qmi_response() 1727 if (subs->ep_num) { in qc_usb_audio_offload_fill_avail_pcms()
|
Completed in 20 milliseconds