Lines Matching defs:config
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)
269 .config = _config, .interface = iface, .alternate = altset, \
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)
327 * @config: configuration in which this endpoint is active
337 * (cares about config/interface/altsetting, thus placing needless limits on
361 unsigned config:2;
439 * @config: UDC active configuration
469 unsigned config:2;