Searched defs:driver (Results 1 - 3 of 3) sorted by relevance

/net/irda/ircomm/
H A Dircomm_tty.c5 * Description: IrCOMM serial TTY driver
53 static int ircomm_tty_install(struct tty_driver *driver,
80 static struct tty_driver *driver; variable in typeref:struct:tty_driver
140 * Init IrCOMM TTY layer/driver
145 driver = alloc_tty_driver(IRCOMM_TTY_PORTS);
146 if (!driver)
151 put_tty_driver(driver);
155 driver->driver_name = "ircomm";
156 driver->name = "ircomm";
157 driver
382 ircomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) argument
[all...]
/net/bluetooth/rfcomm/
H A Dtty.c40 #define RFCOMM_TTY_MAJOR 216 /* device node major id of the usb/bluetooth.c driver */
709 static int rfcomm_tty_install(struct tty_driver *driver, struct tty_struct *tty) argument
728 err = tty_port_install(&dev->port, driver, tty);
1160 BT_ERR("Can't register RFCOMM TTY driver");
/net/core/
H A Ddev.c42 * Alan Cox : Network driver sets packet type before
2291 const char *driver = ""; local
2297 driver = dev_driver_string(dev->dev.parent);
2301 driver, dev ? &dev->features : &null_features,
3373 * This function receives a packet from a device driver and queues it for
5995 /* driver might be less strict about feature dependencies */
6025 * has changed. Should be called after driver or hardware dependent
6194 netdev_WARN(dev, "Buggy VLAN acceleration in driver!\n");
6257 /* If the device has permanent device address, driver should
6534 * The device driver ma
7078 const struct device_driver *driver; local
[all...]

Completed in 102 milliseconds