Lines Matching defs:mode
27 * the new TRUST_IRQ mode read the `LP OPTIMIZATION' section below...
34 * mode fine).
104 * compatibility mode IEEE1284 handshake. They changed the well known
194 * Try to negotiate to a new mode; if unsuccessful negotiate to
195 * compatibility mode. Return the mode we ended up in.
197 static int lp_negotiate(struct parport *port, int mode)
199 if (parport_negotiate(port, mode) != 0) {
200 mode = IEEE1284_MODE_COMPAT;
201 parport_negotiate(port, mode);
204 return mode;
282 /* If we're not in compatibility mode, we're ready now! */
333 /* Go to the proper mode. */
547 /* Determine if the peripheral supports ECP mode */
552 printk(KERN_INFO "lp%d: ECP mode\n", minor);
557 /* Leave peripheral in compatibility mode */
765 fallthrough; /* for x32 mode */
826 /* Go to compatibility mode. */