Searched refs:altset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/usb/ |
H A D | endpoint.c | 35 int altset; member 919 int altset = set ? ep->altsetting : 0; in endpoint_set_interface() local 922 if (ep->iface_ref->altset == altset) in endpoint_set_interface() 926 ep->iface, altset, ep->ep_num); in endpoint_set_interface() 927 err = usb_set_interface(chip->dev, ep->iface, altset); in endpoint_set_interface() 931 ep->iface, altset, err); in endpoint_set_interface() 937 ep->iface_ref->altset = altset; in endpoint_set_interface() 1499 /* for UAC2/3, enable the interface altset her in snd_usb_endpoint_prepare() [all...] |
H A D | implicit.c | 109 /* Check whether the given UAC2 iface:altset points to an implicit fb source */ 201 /* Playback and capture EPs on Pioneer devices share the same iface/altset 237 int iface, int altset) in __add_generic_implicit_fb() 242 alts = snd_usb_get_host_interface(chip, iface, altset); in __add_generic_implicit_fb() 383 * Parse altset and set up implicit feedback endpoint on the audioformat 466 /* Use the original audioformat as fallback for the shared altset */ in snd_usb_find_implicit_fb_sync_format() 235 __add_generic_implicit_fb(struct snd_usb_audio *chip, struct audioformat *fmt, int iface, int altset) __add_generic_implicit_fb() argument
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ 269 .config = _config, .interface = iface, .alternate = altset, \
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ 269 .config = _config, .interface = iface, .alternate = altset, \
|
Completed in 6 milliseconds