Searched refs:altset (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/usb/ |
| H A D | endpoint.c | 35 int altset; member 927 int altset = set ? ep->altsetting : 0; in endpoint_set_interface() local 932 if (ep->iface_ref->altset == altset) in endpoint_set_interface() 939 ep->iface, altset, ep->ep_num); in endpoint_set_interface() 941 err = usb_set_interface(chip->dev, ep->iface, altset); in endpoint_set_interface() 949 ep->iface, altset, err); in endpoint_set_interface() 955 ep->iface_ref->altset = altset; in endpoint_set_interface()
|
| H A D | implicit.c | 237 int iface, int altset) in __add_generic_implicit_fb() argument 242 alts = snd_usb_get_host_interface(chip, iface, altset); in __add_generic_implicit_fb()
|
| /linux-6.15/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-6.15/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-6.15/Documentation/usb/ |
| H A D | gadget-testing.rst | 1139 The access to MIDI 1.0 on altset 0 on the host is supported, and it's 1151 where 0 = unused, 1 = MIDI 1.0 (altset 0), 2 = MIDI 2.0 (altset 1).
|