Home
last modified time | relevance | path

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

12345678910>>...248

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Du_ether.h96 /* 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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/drivers/nvme/target/
DKconfig25 NVMe Over Fabrics protocol. It allows for hosts to manage and
43 tristate "NVMe over Fabrics RDMA target support"
49 devices over RDMA.
54 tristate "NVMe over Fabrics FC target driver"
60 devices over FC.
65 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
78 tristate "NVMe over Fabrics TCP target support"
83 devices over TCP.
88 bool "NVMe over Fabrics In-band Authentication support"
98 This enables support for NVMe over Fabrics In-band Authentication
/kernel/linux/linux-6.6/drivers/nvme/host/
DKconfig48 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 "NVM Express over Fabrics In-Band Authentication"
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
DKconfig18 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,
/kernel/linux/linux-5.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"
80 This provides support for the NVMe over Fabrics protocol using
84 To configure a NVMe over Fabrics controller use the nvme-cli tool
/kernel/linux/linux-5.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,
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.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.
/kernel/linux/linux-6.6/Documentation/ABI/stable/
Dsysfs-driver-firmware-zynqmp125 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 …]
/kernel/linux/linux-5.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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dhid-over-i2c.yaml4 $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";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dmaxim,max17042.yaml44 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>;
/kernel/linux/linux-5.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.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dti,ads1015.yaml53 0: Voltage over AIN0 and AIN1.
54 1: Voltage over AIN0 and AIN3.
55 2: Voltage over AIN1 and AIN3.
56 3: Voltage over AIN2 and AIN3.
57 4: Voltage over AIN0 and GND.
58 5: Voltage over AIN1 and GND.
59 6: Voltage over AIN2 and GND.
60 7: Voltage over AIN3 and GND.
/kernel/linux/linux-5.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>;
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.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";
/kernel/linux/linux-5.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"

12345678910>>...248