Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 38) sorted by relevance

12

/net/irda/ircomm/
Dircomm_tty_ioctl.c111 driver->read_status_mask |= LSR_FE | LSR_PE; in ircomm_tty_change_speed()
112 if (I_BRKINT(driver->tty) || I_PARMRK(driver->tty)) in ircomm_tty_change_speed()
113 driver->read_status_mask |= LSR_BI; in ircomm_tty_change_speed()
118 driver->ignore_status_mask = 0; in ircomm_tty_change_speed()
119 if (I_IGNPAR(driver->tty)) in ircomm_tty_change_speed()
120 driver->ignore_status_mask |= LSR_PE | LSR_FE; in ircomm_tty_change_speed()
350 (old_driver.custom_divisor != driver->custom_divisor)) { in ircomm_tty_set_serial_info()
351 if ((driver->flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI) in ircomm_tty_set_serial_info()
352 driver->tty->alt_speed = 57600; in ircomm_tty_set_serial_info()
353 if ((driver->flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI) in ircomm_tty_set_serial_info()
[all …]
Dircomm_tty.c53 static int ircomm_tty_install(struct tty_driver *driver,
80 static struct tty_driver *driver; variable
145 driver = alloc_tty_driver(IRCOMM_TTY_PORTS); in ircomm_tty_init()
146 if (!driver) in ircomm_tty_init()
151 put_tty_driver(driver); in ircomm_tty_init()
155 driver->driver_name = "ircomm"; in ircomm_tty_init()
156 driver->name = "ircomm"; in ircomm_tty_init()
157 driver->major = IRCOMM_TTY_MAJOR; in ircomm_tty_init()
158 driver->minor_start = IRCOMM_TTY_MINOR; in ircomm_tty_init()
159 driver->type = TTY_DRIVER_TYPE_SERIAL; in ircomm_tty_init()
[all …]
/net/rfkill/
DKconfig10 To compile this driver as a module, choose M here: the
32 tristate "Generic rfkill regulator driver"
39 To compile this driver as a module, choose M here: the module will
43 tristate "GPIO RFKILL driver"
48 driver. The platform should fill in the appropriate fields in the
49 rfkill_gpio_platform_data structure and pass that to the driver.
Drfkill-gpio.c71 id = acpi_match_device(dev->driver->acpi_match_table, dev); in rfkill_gpio_acpi_probe()
172 .driver = {
Drfkill-regulator.c143 .driver = {
/net/wireless/
Dethtool.c10 strlcpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name, in cfg80211_get_drvinfo()
11 sizeof(info->driver)); in cfg80211_get_drvinfo()
DKconfig53 cfg80211 developers and driver developers, but that can
56 For example, when a driver reports that it was disconnected
60 Say Y only if you are developing cfg80211 or a driver based
103 from cellular base stations. If enabled and at least one driver
/net/iucv/
Diucv.c1858 if (dev->driver && dev->driver->pm && dev->driver->pm->prepare) in iucv_pm_prepare()
1859 rc = dev->driver->pm->prepare(dev); in iucv_pm_prepare()
1868 if (dev->driver && dev->driver->pm && dev->driver->pm->complete) in iucv_pm_complete()
1869 dev->driver->pm->complete(dev); in iucv_pm_complete()
1919 if (dev->driver && dev->driver->pm && dev->driver->pm->freeze) in iucv_pm_freeze()
1920 rc = dev->driver->pm->freeze(dev); in iucv_pm_freeze()
1955 if (dev->driver && dev->driver->pm && dev->driver->pm->thaw) in iucv_pm_thaw()
1956 rc = dev->driver->pm->thaw(dev); in iucv_pm_thaw()
1985 if (dev->driver && dev->driver->pm && dev->driver->pm->restore) in iucv_pm_restore()
1986 rc = dev->driver->pm->restore(dev); in iucv_pm_restore()
/net/l2tp/
DKconfig46 To compile this driver as a module, choose M here. The module
78 driver provides a new L2TPIP socket family with which
84 To compile this driver as a module, choose M here. The module
100 This driver provides an ethernet virtual interface for each
108 To compile this driver as a module, choose M here. The module
/net/x25/
DKconfig28 to "X.25 async driver" below) or over Ethernet using an ordinary
30 Driver" and "LAPB over Ethernet driver" below).
32 To compile this driver as a module, choose M here: the module
/net/irda/irnet/
DKconfig7 called irnet. IrNET is a PPP driver, so you will also need a
8 working PPP subsystem (driver, daemon and config)...
/net/vmw_vsock/
DKconfig15 To compile this driver as a module, choose M here: the module
27 To compile this driver as a module, choose M here: the module
/net/ipv6/
DKconfig151 tristate "IPv6: IPv6-in-IPv4 tunnel (SIT driver)"
159 encapsulating protocol. This driver implements encapsulation of IPv6
178 With this option enabled, the SIT driver offers 6rd functionality by
203 encapsulating protocol. This particular tunneling driver implements
206 This driver is useful if the other endpoint is a Cisco router: Cisco
207 likes GRE much better than the other Linux tunneling driver ("IP
/net/lapb/
DKconfig16 Ethernet driver" below. Read
20 To compile this driver as a module, choose M here: the
/net/ax25/
DKconfig33 or the DMA SCC driver. Another option are the Baycom modem serial
47 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M here: the
113 To compile this driver as a module, choose M here: the
/net/caif/
Dcaif_usb.c133 if (!(dev->dev.parent && dev->dev.parent->driver && in cfusbl_device_notify()
134 strcmp(dev->dev.parent->driver->name, "cdc_ncm") == 0)) in cfusbl_device_notify()
/net/openvswitch/
Dvport-internal_dev.c91 strlcpy(info->driver, "openvswitch", sizeof(info->driver)); in internal_dev_getinfo()
/net/ipx/
DKconfig28 The IPX driver would enlarge your kernel by about 16 KB. To compile
29 this driver as a module, choose M here: the module will be called ipx.
/net/phonet/
DKconfig15 To compile this driver as a module, choose M here: the module
/net/nfc/hci/
DKconfig16 Say yes if you use an NFC HCI driver that requires SHDLC link layer.
/net/packet/
DKconfig13 To compile this driver as a module, choose M here: the module will
/net/nfc/nci/
DKconfig21 Say yes if you use an NCI driver that requires SPI link layer.
/net/sched/
DKconfig203 To compile this driver as a module, choose M here: the module
214 To compile this driver as a module, choose M here: the module
226 To compile this driver as a module, choose M here: the module will
248 To compile this driver as a module, choose M here: the module
259 To compile this driver as a module, choose M here: the module
270 To compile this driver as a module, choose M here: the module
284 To compile this driver as a module, choose M here: the module
295 To compile this driver as a module, choose M here: the module
306 To compile this driver as a module, choose M here: the module
/net/unix/
DKconfig16 To compile this driver as a module, choose M here: the module will be
/net/bridge/
Dbr_device.c205 strlcpy(info->driver, "bridge", sizeof(info->driver)); in br_getinfo()

12