Lines Matching refs:alt
216 * layer autoconf doesn't choose the usb_ep endpoint on (config, interface, alt)
221 * the udc talks on (config=3, interface=0, alt=0)
223 * the udc talks on (config=3, interface=0, alt=1)
225 * the udc talks on (config=2, interface=0, alt=0)
272 #define PXA_EP_BULK(_idx, addr, dir, config, iface, alt) \
274 config, iface, alt)
275 #define PXA_EP_ISO(_idx, addr, dir, config, iface, alt) \
277 config, iface, alt)
278 #define PXA_EP_INT(_idx, addr, dir, config, iface, alt) \
280 config, iface, alt)