Lines Matching defs:interface
49 * can only have one configuration, interface and alternative interface
236 * @interface: interface required in pxa_ep
242 int config, int interface, int altsetting)
250 if ((ep->config != config) || (ep->interface != interface)
265 * interface or altsetting they are active ... which differs from more usual
270 * - we rely on UDCCR register "active interface" and "active altsetting".
273 * - if we knew for sure that the pxa can handle multiple interface at the
535 | ((ep->interface << UDCCONR_IN_S) & UDCCONR_IN)
2102 * @iface: interface number
2112 dev_dbg(udc->dev, "interface=%d, alternate setting=%d\n", iface, alt);
2214 unsigned config, interface, alternate, config_change;
2224 interface = (udccr & UDCCR_AIN) >> UDCCR_AIN_S;
2226 pxa27x_change_interface(udc, interface, alternate);