Home
last modified time | relevance | path

Searched refs:altset (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/sound/usb/
Dendpoint.c35 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()
929 ep->iface, altset, ep->ep_num); in endpoint_set_interface()
930 err = usb_set_interface(chip->dev, ep->iface, altset); in endpoint_set_interface()
934 ep->iface, altset, err); in endpoint_set_interface()
940 ep->iface_ref->altset = altset; in endpoint_set_interface()
Dimplicit.c237 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.12.1/drivers/usb/gadget/udc/
Dpxa27x_udc.h263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
269 .config = _config, .interface = iface, .alternate = altset, \
/linux-6.12.1/Documentation/sound/designs/
Dmidi-2.0.rst66 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-6.12.1/Documentation/usb/
Dgadget-testing.rst1139 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).