Searched refs:altset (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/usb/ |
| H A D | endpoint.c | 35 int altset; member 916 int altset = set ? ep->altsetting : 0; in endpoint_set_interface() 921 if (ep->iface_ref->altset == altset) in endpoint_set_interface() 928 ep->iface, altset, ep->ep_num); in endpoint_set_interface() 930 err = usb_set_interface(chip->dev, ep->iface, altset); in endpoint_set_interface() 938 ep->iface, altset, err); in endpoint_set_interface() 944 ep->iface_ref->altset = altset; in endpoint_set_interface() 1510 /* for UAC2/3, enable the interface altset her in snd_usb_endpoint_prepare() 915 int altset = set ? ep->altsetting : 0; endpoint_set_interface() local [all...] |
| H A D | implicit.c | 238 int iface, int altset) in __add_generic_implicit_fb() argument 243 alts = snd_usb_get_host_interface(chip, iface, altset); in __add_generic_implicit_fb()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 269 .config = _config, .interface = iface, .alternate = altset, \
|
| /linux/Documentation/sound/designs/ |
| H A D | midi-2.0.rst | 66 the MIDI 2.0 interface (that is found always at the altset 1) as 67 default instead of the MIDI 1.0 interface (at altset 0). You can 540 The MIDI 1.0 interface at altset 0 is supported by the gadget driver, 581 indicates 1 for MIDI 1.0 (altset 0), 2 for MIDI 2.0 (altset 1) and 0
|
| /linux/Documentation/usb/ |
| H A D | gadget-testing.rst | 1141 The access to MIDI 1.0 on altset 0 on the host is supported, and it's 1153 where 0 = unused, 1 = MIDI 1.0 (altset 0), 2 = MIDI 2.0 (altset 1).
|