Home
last modified time | relevance | path

Searched full:over (Results 1 – 25 of 3686) sorted by relevance

12345678910>>...148

/Linux-v5.10/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 …]
/Linux-v5.10/drivers/usb/gadget/function/
Du_ether.h95 /* gether_setup - initialize one ethernet-over-usb link
124 * Registers the net device associated with this ethernet-over-usb link
129 /* gether_setup_default - initialize one ethernet-over-usb link
144 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
148 * This associates one ethernet-over-usb link with a gadget.
153 * gether_set_dev_addr - initialize an ethernet-over-usb link with eth address
157 * This sets the device-side Ethernet address of this ethernet-over-usb link
164 * gether_get_dev_addr - get an ethernet-over-usb link eth address
169 * This gets the device-side Ethernet address of this ethernet-over-usb link.
175 * gether_set_host_addr - initialize an ethernet-over-usb link with host address
[all …]
/Linux-v5.10/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 …]
/Linux-v5.10/drivers/misc/lkdtm/
Drefcount.c29 refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); in lkdtm_REFCOUNT_INC_OVERFLOW() local
32 refcount_dec(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
33 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
36 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
37 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
39 overflow_check(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
45 refcount_t over = REFCOUNT_INIT(REFCOUNT_MAX - 1); in lkdtm_REFCOUNT_ADD_OVERFLOW() local
48 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
49 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
50 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
[all …]
/Linux-v5.10/drivers/nvme/host/
DKconfig39 tristate "NVM Express over Fabrics RDMA host driver"
45 This provides support for the NVMe over Fabrics protocol using
49 To configure a NVMe over Fabrics controller use the nvme-cli tool
55 tristate "NVM Express over Fabrics FC host driver"
62 This provides support for the NVMe over Fabrics protocol using
66 To configure a NVMe over Fabrics controller use the nvme-cli tool
72 tristate "NVM Express over Fabrics TCP host driver"
79 This provides support for the NVMe over Fabrics protocol using
83 To configure a NVMe over Fabrics controller use the nvme-cli tool
/Linux-v5.10/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,
/Linux-v5.10/drivers/nvme/target/
DKconfig25 NVMe Over Fabrics protocol. It allows for hosts to manage and
44 tristate "NVMe over Fabrics RDMA target support"
50 devices over RDMA.
55 tristate "NVMe over Fabrics FC target driver"
61 devices over FC.
66 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
80 tristate "NVMe over Fabrics TCP target support"
85 devices over TCP.
/Linux-v5.10/net/core/
Dptp_classifier.c14 * ; PTP over UDP over IPv4 over Ethernet
30 * ; PTP over UDP over IPv6 over Ethernet
43 * ; PTP over 802.1Q over Ethernet
56 * ; PTP over UDP over IPv4 over 802.1Q over Ethernet
72 * ; PTP over UDP over IPv6 over 802.1Q over Ethernet
85 * ; PTP over Ethernet
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dti,ads1015.yaml49 0: Voltage over AIN0 and AIN1.
50 1: Voltage over AIN0 and AIN3.
51 2: Voltage over AIN1 and AIN3.
52 3: Voltage over AIN2 and AIN3.
53 4: Voltage over AIN0 and GND.
54 5: Voltage over AIN1 and GND.
55 6: Voltage over AIN2 and GND.
56 7: Voltage over AIN3 and GND.
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/
Dmax17042_battery.txt20 - maxim,over-heat-temp : Temperature threshold to report battery
21 as over heated (in tenths of degree Celsius).
24 - maxim,over-volt : Voltage threshold to report battery
25 as over voltage (in mV).
33 maxim,over-heat-temp = <600>;
34 maxim,over-volt = <4300>;
/Linux-v5.10/Documentation/devicetree/bindings/input/
Dhid-over-i2c.txt1 * HID over I2C Device-Tree bindings
3 HID over I2C provides support for various Human Interface Devices over the
14 - compatible: must be "hid-over-i2c"
24 "hid-over-i2c" string.
39 compatible = "hid-over-i2c";
/Linux-v5.10/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"
/Linux-v5.10/net/hsr/
DKconfig18 with other HSR capable nodes. All Ethernet frames sent over the HSR
19 device will be sent in both directions on the ring (over both slave
20 ports), giving a redundant, instant fail-over network. Each HSR node
25 separate networks over the two slave interfaces. Like HSR, Ethernet
26 frames sent over the PRP device will be sent to both networks giving
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/Linux-v5.10/include/linux/
Dhashtable.h120 * hash_for_each - iterate over a hashtable
132 * hash_for_each_rcu - iterate over a rcu enabled hashtable
144 * hash_for_each_safe - iterate over a hashtable safe against removal of
158 * hash_for_each_possible - iterate over all possible objects hashing to the
163 * @key: the key of the objects to iterate over
169 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the
174 * @key: the key of the objects to iterate over
181 * hash_for_each_possible_rcu_notrace - iterate over all possible objects hashing
186 * @key: the key of the objects to iterate over
196 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
[all …]
Dscatterlist.h149 * Loop over each sg element, following the pointer to a new list if necessary
155 * Loop over each sg element in the given sg_table object.
161 * Loop over each sg element in the given *DMA mapped* sg_table object.
365 * Iterates over sg entries page-by-page. On each successful iteration, you
420 * for_each_sg_page - iterate over the pages of the given sg list
421 * @sglist: sglist to iterate over
423 * @nents: maximum number of sg entries to iterate over
434 * for_each_sg_dma_page - iterate over the pages of the given sg list
435 * @sglist: sglist to iterate over
437 * @dma_nents: maximum number of sg entries to iterate over, this is the value
[all …]
/Linux-v5.10/Documentation/arm/samsung-s3c24xx/
Dusb-host.rst43 board implements extra power control or over-current monitoring.
59 that get called to enable over-current detection, and to
68 Called to enable or disable the over-current monitoring.
73 The OHCI driver fills this field in for the over-current code
74 to call when there is a change to the over-current state on
76 with bit X being 1 for an over-current on port X.
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt34 - over-temperature-mask
35 Over-temperature bit mask. Over-temperature reporting disabled for
38 If not specified, over-temperature reporting will be enabled for all
63 over-temperature-mask = <0x7f>;
/Linux-v5.10/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.
/Linux-v5.10/Documentation/hwmon/
Dibm-cffps.rst29 curr1_alarm Output current over-current alarm.
43 in2_alarm Output voltage over-voltage alarm.
51 temp1_alarm PSU inlet ambient temperature over-temperature alarm.
53 temp2_alarm Secondary rectifier temp over-temperature alarm.
55 temp3_alarm ORing FET temperature over-temperature alarm.
/Linux-v5.10/tools/include/linux/
Dlist.h404 * list_for_each - iterate over a list
412 * list_for_each_prev - iterate over a list backwards
420 * list_for_each_safe - iterate over a list safe against removal of list entry
430 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
441 * list_for_each_entry - iterate over list of given type
452 * list_for_each_entry_reverse - iterate backwards over list of given type.
474 * list_for_each_entry_continue - continue iteration over list of given type
479 * Continue to iterate over list of given type, continuing after
493 * Start to iterate over list of given type backwards, continuing after
502 * list_for_each_entry_from - iterate over list of given type from the current point
[all …]
/Linux-v5.10/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.
/Linux-v5.10/net/atm/
DKconfig23 tristate "Classical IP over ATM"
26 Classical IP over ATM for PVCs and SVCs, supporting InARP and
51 tristate "Multi-Protocol Over ATM (MPOA) support"
54 Multi-Protocol Over ATM allows ATM edge devices such as routers,
66 This is sometimes used over DSL lines. If in doubt, say N.
/Linux-v5.10/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
415 Say Y here to compile support for HCI over Qualcomm SMD into the
425 Say Y here to compile support for HCI over Redpine into the
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Das3711.txt30 and one of these to select the over-voltage protection pin
31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection
33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection
34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
Dst,stpmic1.yaml49 description: onkey is able power on after an over-current shutdown event.
126 regulator-over-current-protection: true
145 regulator-over-current-protection: true
182 regulator-over-current-protection: true
210 regulator-over-current-protection: true
234 regulator-over-current-protection: true
249 regulator-over-current-protection: true
328 regulator-over-current-protection;

12345678910>>...148