Searched refs:altset (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/usb/ |
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()
|
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-v6.6/drivers/usb/gadget/udc/ |
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-v6.6/Documentation/sound/designs/ |
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 522 The MIDI 1.0 interface at altset 0 is supported by the gadget driver, 563 indicates 1 for MIDI 1.0 (altset 0), 2 for MIDI 2.0 (altset 1) and 0
|
/Linux-v6.6/Documentation/usb/ |
D | gadget-testing.rst | 1108 The access to MIDI 1.0 on altset 0 on the host is supported, and it's 1120 where 0 = unused, 1 = MIDI 1.0 (altset 0), 2 = MIDI 2.0 (altset 1).
|