Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 153) sorted by relevance

1234567

/drivers/misc/lkdtm/
Drefcount.c37 refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); in lkdtm_REFCOUNT_INC_OVERFLOW() local
40 refcount_dec(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
41 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
44 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
45 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
47 overflow_check(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
53 refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); in lkdtm_REFCOUNT_ADD_OVERFLOW() local
56 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
57 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
58 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
[all …]
/drivers/nfc/nfcmrvl/
DKconfig11 tristate "Marvell NFC-over-USB driver"
15 Marvell NFC-over-USB driver.
17 This driver provides support for Marvell NFC-over-USB devices:
20 Say Y here to compile support for Marvell NFC-over-USB driver
24 tristate "Marvell NFC-over-UART driver"
28 Marvell NFC-over-UART driver.
30 This driver provides support for Marvell NFC-over-UART devices
32 Say Y here to compile support for Marvell NFC-over-UART driver
36 tristate "Marvell NFC-over-I2C driver"
39 Marvell NFC-over-I2C driver.
[all …]
/drivers/nvme/host/
DKconfig30 tristate "NVM Express over Fabrics RDMA host driver"
36 This provides support for the NVMe over Fabrics protocol using
40 To configure a NVMe over Fabrics controller use the nvme-cli tool
46 tristate "NVM Express over Fabrics FC host driver"
53 This provides support for the NVMe over Fabrics protocol using
57 To configure a NVMe over Fabrics controller use the nvme-cli tool
63 tristate "NVM Express over Fabrics TCP host driver"
69 This provides support for the NVMe over Fabrics protocol using
73 To configure a NVMe over Fabrics controller use the nvme-cli tool
/drivers/net/ppp/
DKconfig11 the same purpose: sending Internet traffic over telephone (and other
24 synchronous PPP which can be used over digital ISDN lines for
25 example. If you want to use PPP over phone lines or other
27 the next option, "PPP support for async serial ports". For PPP over
44 sent over the wire. The machine at the other end of the PPP link
65 each PPP packet before it is sent over the wire. The machine at the
76 Say Y here if you want to be able to filter the packets passing over
112 tristate "PPP over ATM"
121 tristate "PPP over Ethernet"
124 Support for PPP over Ethernet.
[all …]
/drivers/hwtracing/stm/
DKconfig19 This is a simple framing protocol for sending data over STM
35 over the STP transport. In addition to the data payload, it
53 tristate "Kernel console over STM devices"
56 messages to trace hosts over STM devices.
58 If you want to send kernel console messages over STM devices,
62 tristate "Heartbeat over STM devices"
65 heartbeat messages to trace hosts over STM devices. It is
69 If you want to send heartbeat messages over STM devices,
80 If you want to send kernel Ftrace messages over STM devices,
/drivers/nvme/target/
DKconfig31 tristate "NVMe over Fabrics RDMA target support"
37 devices over RDMA.
42 tristate "NVMe over Fabrics FC target driver"
48 devices over FC.
53 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
67 tristate "NVMe over Fabrics TCP target support"
72 devices over TCP.
/drivers/infiniband/ulp/ipoib/
DKconfig3 tristate "IP-over-InfiniBand"
6 Support for the IP-over-InfiniBand protocol (IPoIB). This
7 transports IP packets over InfiniBand so you can use your IB
13 bool "IP-over-InfiniBand Connected Mode support"
28 bool "IP-over-InfiniBand debugging" if EXPERT
43 bool "IP-over-InfiniBand data path debugging"
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_coherency.c281 const struct igt_coherency_mode *read, *write, *over; in igt_gem_coherency() local
304 for (over = igt_coherency_mode; over->name; over++) { in igt_gem_coherency()
305 if (!over->set) in igt_gem_coherency()
308 if (!over->valid(i915)) in igt_gem_coherency()
337 err = over->set(obj, offsets[n], ~values[n]); in igt_gem_coherency()
340 n, count, over->name, err); in igt_gem_coherency()
366 n, count, over->name, in igt_gem_coherency()
/drivers/infiniband/ulp/iser/
DKconfig8 over InfiniBand. This allows you to access storage devices
9 that speak iSCSI over iSER over InfiniBand.
/drivers/infiniband/sw/siw/
DKconfig2 tristate "Software RDMA over TCP/IP (iWARP) driver"
6 This driver implements the iWARP RDMA transport over
16 space verbs API, libibverbs. To implement RDMA over
/drivers/net/slip/
DKconfig14 Internet Protocol) is a protocol used to send Internet traffic over
23 allows you to use SLIP over a regular dial up shell connection. If
56 allows you to use SLIP over a regular dial up shell connection, you
73 Just occasionally you may need to run IP over hostile serial
76 "slip6". In this mode, SLIP will only send normal ASCII symbols over
79 over the async ports of a Camtec JNT Pad. If unsure, say N.
/drivers/isdn/mISDN/
DKconfig30 tristate "ISDN over IP tunnel"
33 Enable support for ISDN over IP tunnel.
41 NOTE: This protocol is called 'Layer 1 over IP' and is not
/drivers/fpga/
DKconfig41 tristate "Altera FPGA Passive Serial over SPI"
46 using the passive serial interface over SPI.
53 Arria 10 and Stratix10 Altera FPGAs using the CvP interface over PCIe.
68 tristate "Xilinx Configuration over Slave Serial (SPI)"
72 over slave serial interface.
78 FPGA manager driver support for Lattice iCE40 FPGAs over SPI.
85 over slave SPI interface.
/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c249 int over; in computeRegs() local
289 over = hlen & 0x0F; in computeRegs()
293 if (over) { in computeRegs()
294 hfp -= over; in computeRegs()
295 hlen -= over; in computeRegs()
296 if (over <= 2) { in computeRegs()
297 } else if (over < 10) { in computeRegs()
/drivers/infiniband/ulp/srp/
DKconfig7 Support for the SCSI RDMA Protocol over InfiniBand. This
8 allows you to access storage devices that speak SRP over
/drivers/net/caif/
DKconfig33 help to synchronize to the next transfer in case of over or under-runs.
41 The caif low level driver for CAIF over HSI.
53 The caif driver for CAIF over Virtio.
/drivers/media/platform/davinci/
DKconfig41 with decoder modules such as TVP5146 over BT656 or
42 sensor module such as MT9T001 over a raw interface. This
57 with decoder modules such as TVP5146 over BT656 or
58 sensor module such as MT9T001 over a raw interface. This
/drivers/staging/fieldbus/
DKconfig8 "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.)
11 as an actuator, motor, console light, switch, etc. over the fieldbus.
/drivers/iio/imu/inv_mpu6050/
DKconfig19 over I2C.
31 over SPI.
/drivers/char/xillybus/
DKconfig20 tristate "Xillybus over PCIe"
27 tristate "Xillybus over Device Tree"
/drivers/staging/fwserial/
DKconfig3 tristate "TTY over Firewire"
6 This enables TTY over IEEE 1394, providing high-speed serial
/drivers/bluetooth/
DKconfig176 user the Bluetooth HCI over a serial port interface. The HCI
190 The Intel protocol support enables Bluetooth HCI over serial
204 The Broadcom protocol support enables Bluetooth HCI over serial
218 The Realtek protocol support enables Bluetooth HCI over 3-Wire
231 over serial port interface(H4) between controller and host.
243 The Intel/AG6XX protocol support enables Bluetooth HCI over serial
357 tristate "Marvell BT-over-SDIO driver"
368 Say Y here to compile support for Marvell BT-over-SDIO driver
426 Say Y here to compile support for HCI over Qualcomm SMD into the
436 Say Y here to compile support for HCI over Redpine into the
/drivers/net/wimax/i2400m/
DKconfig12 tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
17 Connection 2400 over USB (like any of the Intel Wireless
/drivers/infiniband/sw/rxe/
DKconfig3 tristate "Software RDMA over Ethernet (RoCE) driver"
10 This driver implements the InfiniBand RDMA transport over
/drivers/net/wan/
DKconfig10 lines, are used to interconnect Local Area Networks (LANs) over vast
120 Generic HDLC driver supporting raw HDLC over WAN connections.
129 over WAN connections.
131 You will need it for Ethernet over HDLC bridges.
139 Generic HDLC driver supporting Cisco HDLC over WAN connections.
147 Generic HDLC driver supporting Frame Relay over WAN connections.
155 Generic HDLC driver supporting PPP over WAN connections.
163 Generic HDLC driver supporting X.25 over WAN connections.
370 tristate "LAPB over Ethernet driver"
389 Send and receive X.25 frames over regular asynchronous serial

1234567