Lines Matching defs:driver

5  * Device driver for Microgate SyncLink ISA and PCI
17 * This driver is primarily intended for use in synchronous
30 * This driver has been tested with a slightly modified ppp.c driver
34 * Added interface for syncppp.c driver (an alternate synchronous PPP
878 static char *driver_name = "SyncLink serial driver";
1574 * For this driver there are two sources of receive DMA interrupts
1618 * For this driver there is one source of transmit DMA interrupts
1624 * The driver maintains enough transmit DMA buffers to hold at least
3024 tty->driver->name );
3093 tty->driver->name, info->port.count);
3258 __FILE__,__LINE__, tty->driver->name );
3281 __FILE__,__LINE__, tty->driver->name, port->count );
3311 __FILE__,__LINE__, tty->driver->name, port->count );
3328 __FILE__,__LINE__, tty->driver->name, port->count );
3337 static int mgsl_install(struct tty_driver *driver, struct tty_struct *tty)
3357 return tty_port_install(&info->port, driver, tty);
3380 __FILE__,__LINE__,tty->driver->name, info->port.count);
3519 seq_printf(m, "synclink driver:%s\n", driver_version);
4228 printk("%s(%d):Couldn't register serial driver\n",
4252 printk("%s(%d) failed to unregister tty driver err=%d\n",
4285 printk("%s:failed to register PCI driver, error=%d\n",__FILE__,rc);
4483 * until the driver has time to service the underrun. Otherwise,
5388 /* RTS and set a flag indicating that the driver should */
7726 * hdlcdev_tx_done - called by device driver when transmit completes
7738 * hdlcdev_rx - called by device driver when frame received
7779 * hdlcdev_init - called by device driver when adding device instance
7828 * hdlcdev_exit - called by device driver when removing device instance