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
196 * Try to negotiate to a new mode; if unsuccessful negotiate to
197 * compatibility mode. Return the mode we ended up in.
199 static int lp_negotiate(struct parport *port, int mode)
201 if (parport_negotiate(port, mode) != 0) {
202 mode = IEEE1284_MODE_COMPAT;
203 parport_negotiate(port, mode);
206 return mode;
284 /* If we're not in compatibility mode, we're ready now! */
335 /* Go to the proper mode. */
549 /* Determine if the peripheral supports ECP mode */
554 printk(KERN_INFO "lp%d: ECP mode\n", minor);
559 /* Leave peripheral in compatibility mode */
766 fallthrough; /* for x32 mode */
827 /* Go to compatibility mode. */