/linux-6.12.1/drivers/nfc/nfcmrvl/ |
D | Kconfig | 11 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-6.12.1/drivers/usb/gadget/function/ |
D | u_ether.h | 96 /* gether_setup - initialize one ethernet-over-usb link 125 * Registers the net device associated with this ethernet-over-usb link 130 /* gether_setup_default - initialize one ethernet-over-usb link 145 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget 149 * This associates one ethernet-over-usb link with a gadget. 154 * gether_set_dev_addr - initialize an ethernet-over-usb link with eth address 158 * This sets the device-side Ethernet address of this ethernet-over-usb link 165 * gether_get_dev_addr - get an ethernet-over-usb link eth address 170 * This gets the device-side Ethernet address of this ethernet-over-usb link. 176 * gether_set_host_addr - initialize an ethernet-over-usb link with host address [all …]
|
/linux-6.12.1/drivers/nvme/target/ |
D | Kconfig | 35 NVMe Over Fabrics protocol. It allows for hosts to manage and 53 tristate "NVMe over Fabrics RDMA target support" 59 devices over RDMA. 64 tristate "NVMe over Fabrics FC target driver" 70 devices over FC. 75 tristate "NVMe over Fabrics FC Transport Loopback Test driver" 88 tristate "NVMe over Fabrics TCP target support" 93 devices over TCP. 98 bool "NVMe over Fabrics TCP target TLS encryption support" 110 bool "NVMe over Fabrics In-band Authentication in target side" [all …]
|
/linux-6.12.1/drivers/net/ppp/ |
D | Kconfig | 11 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-6.12.1/drivers/nvme/host/ |
D | Kconfig | 48 tristate "NVM Express over Fabrics RDMA 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 FC 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 79 tristate "NVM Express over Fabrics TCP host driver" 86 This provides support for the NVMe over Fabrics protocol using 90 To configure a NVMe over Fabrics controller use the nvme-cli tool 96 bool "NVMe over Fabrics TCP TLS encryption support" [all …]
|
/linux-6.12.1/drivers/hwtracing/stm/ |
D | Kconfig | 18 This is a simple framing protocol for sending data over STM 34 over the STP transport. In addition to the data payload, it 52 tristate "Kernel console over STM devices" 55 messages to trace hosts over STM devices. 57 If you want to send kernel console messages over STM devices, 61 tristate "Heartbeat over STM devices" 64 heartbeat messages to trace hosts over STM devices. It is 68 If you want to send heartbeat messages over STM devices, 79 If you want to send kernel Ftrace messages over STM devices,
|
/linux-6.12.1/drivers/misc/lkdtm/ |
D | refcount.c | 29 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-6.12.1/Documentation/ABI/stable/ |
D | sysfs-driver-firmware-zynqmp | 125 the features at runtime. The supported features are over 134 disable the over temperature feature. 136 over temperature limit in Degree Celsius. 144 Select over temperature config ID to enable/disable feature 147 Check over temperature config ID is selected or not 151 Select over temperature config ID to configure OT limit 154 Check over temperature config ID is selected or not 182 at runtime. The supported features are over temperature and 193 The default limit for the over temperature is 90 Degree Celsius. 198 disable the over temperature feature. [all …]
|
/linux-6.12.1/net/core/ |
D | ptp_classifier.c | 14 * ; 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-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | maxim,max17042.yaml | 44 maxim,over-heat-temp: 47 Temperature threshold to report battery as over heated (in tenths of degree Celsius). 48 Default is not to report over heating events. 56 maxim,over-volt: 59 Voltage threshold to report battery as over voltage (in mV). 60 Default is not to report over-voltage events. 80 maxim,over-heat-temp = <600>; 81 maxim,over-volt = <4300>;
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | hid-over-i2c.yaml | 4 $id: http://devicetree.org/schemas/input/hid-over-i2c.yaml# 7 title: HID over I2C Devices 14 HID over I2C provides support for various Human Interface Devices over the 33 - const: hid-over-i2c 34 - description: Just "hid-over-i2c" alone is allowed, but not recommended. 35 const: hid-over-i2c 79 compatible = "hid-over-i2c";
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | ti,ads1015.yaml | 57 0: Voltage over AIN0 and AIN1. 58 1: Voltage over AIN0 and AIN3. 59 2: Voltage over AIN1 and AIN3. 60 3: Voltage over AIN2 and AIN3. 61 4: Voltage over AIN0 and GND. 62 5: Voltage over AIN1 and GND. 63 6: Voltage over AIN2 and GND. 64 7: Voltage over AIN3 and GND.
|
/linux-6.12.1/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 3 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-6.12.1/net/hsr/ |
D | Kconfig | 18 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-6.12.1/drivers/fpga/ |
D | Kconfig | 41 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. 71 tristate "Xilinx Configuration over SelectMAP" 76 over SelectMAP interface. 79 tristate "Xilinx Configuration over Slave Serial (SPI)" 84 over slave serial interface. 90 FPGA manager driver support for Lattice iCE40 FPGAs over SPI. 97 over slave SPI interface. 277 programming over slave SPI interface with .dat formatted [all …]
|
/linux-6.12.1/include/linux/ |
D | hashtable.h | 120 * 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 …]
|
D | iov_iter.h | 265 * iterate_and_advance2 - Iterate over an iterator 266 * @iter: The iterator to iterate over. 267 * @len: The amount to iterate over. 273 * Iterate over the next part of an iterator, up to the specified length. The 282 * @priv2 and the amount of data so far iterated over (which can, for example, 315 * iterate_and_advance - Iterate over an iterator 316 * @iter: The iterator to iterate over. 317 * @len: The amount to iterate over. 332 * iterate_and_advance_kernel - Iterate over a kernel-internal iterator 333 * @iter: The iterator to iterate over. [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 122 regulator-over-current-protection: 123 description: Enable over current protection. 127 description: Set over current protection limit. This is a limit where 133 description: Set over current error limit. This is a limit where part of 139 description: Set over current warning limit. This is a limit where hardware 146 description: Set over voltage protection limit. This is a limit where 153 description: Set over voltage error limit. This is a limit where part of 160 description: Set over voltage warning limit. This is a limit where hardware 168 description: Set over under voltage protection limit. This is a limit where 182 description: Set over under voltage warning limit. This is a limit where [all …]
|
/linux-6.12.1/Documentation/networking/pse-pd/ |
D | introduction.rst | 10 along with data over Ethernet cables. It usually refers to devices like 18 power alongside data over Ethernet cables, typically associated with Power over 21 PoDL PSE, or Power over Data Lines PSE, specifically denotes PSEs operating 24 and data delivery over a single pair is advantageous. 29 Key addenda to the IEEE 802.3-2018 standard relevant to power delivery over 64 Summary of Clause 104: Power over Data Lines (PoDL) of Single Balanced Twisted-Pair Ethernet 72 for both data and the power required to process this data over a single
|
/linux-6.12.1/drivers/regulator/ |
D | bd96801-regulator.c | 16 * regulator safety limits (like limits for the over/under -voltages, over 207 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-h", 500, 209 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-l", 500, 211 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-n", 500, 213 BD96801_IRQINFO(BD96801_PROT_OVP, "buck1-over-voltage", 500, 217 BD96801_IRQINFO(BD96801_PROT_TEMP, "buck1-over-temp", 500, 222 BD96801_IRQINFO(BD96801_PROT_OCP, "buck2-over-curr-h", 500, 224 BD96801_IRQINFO(BD96801_PROT_OCP, "buck2-over-curr-l", 500, 226 BD96801_IRQINFO(BD96801_PROT_OCP, "buck2-over-curr-n", 500, 228 BD96801_IRQINFO(BD96801_PROT_OVP, "buck2-over-voltage", 500, [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | techwell,tw9900.yaml | 45 description: CVBS over MUX0 49 description: CVBS over MUX1 53 description: Chroma over CIN0 and Y over MUX0 57 description: Chroma over CIN0 and Y over MUX1
|
/linux-6.12.1/include/linux/regulator/ |
D | machine.h | 118 * @over_curr_limits: Limits for acting on over current. 119 * @over_voltage_limits: Limits for acting on over voltage. 121 * @temp_limits: Limits for acting on over temperature. 139 * @over_current_protection: Auto disable on over current event. 141 * @over_current_detection: Configure over current limits. 142 * @over_voltage_detection: Configure over voltage limits. 144 * @over_temp_detection: Configure over temperature limits. 235 unsigned over_current_protection:1; /* auto disable on over current */ 236 unsigned over_current_detection:1; /* notify on over current */ 237 unsigned over_voltage_detection:1; /* notify on over voltage */ [all …]
|
/linux-6.12.1/drivers/net/wan/ |
D | Kconfig | 10 lines, are used to interconnect Local Area Networks (LANs) over vast 48 Generic HDLC driver supporting raw HDLC over WAN connections. 57 over WAN connections. 59 You will need it for Ethernet over HDLC bridges. 67 Generic HDLC driver supporting Cisco HDLC over WAN connections. 75 Generic HDLC driver supporting Frame Relay over WAN connections. 83 Generic HDLC driver supporting PPP over WAN connections. 91 Generic HDLC driver supporting X.25 over WAN connections. 246 tristate "LAPB over Ethernet driver"
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | max6697.txt | 34 - 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-6.12.1/tools/testing/selftests/net/ |
D | bareudp.sh | 6 # The bareudp module allows to tunnel network protocols like IP or MPLS over 58 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) | 67 # | Traffic type: IP or MPLS (depending on test), over UDP 78 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) | 265 # Add specific overlay IP addresses, routed over MPLS 341 ping_test_one "ping" "192.0.2.103" "IPv4 packets over ${UNDERLAY}${MODE}" 344 ping_test_one "${PING6}" "2001:db8::103" "IPv6 packets over ${UNDERLAY}${MODE}" 347 ping_test_one "${PING6}" "2001:db8::203" "Unicast MPLS packets over ${UNDERLAY}${MODE}" 351 # Set up a bareudp overlay and run reachability tests over IPv4 and IPv6 398 # IPv4 over UDPv4 [all …]
|