Home
last modified time | relevance | path

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

12345678910>>...99

/linux/drivers/nfc/nfcmrvl/
H A 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/drivers/nvme/host/
H A DKconfig53 tristate "NVM Express over Fabrics RDMA host driver"
58 This provides support for the NVMe over Fabrics protocol using
62 To configure a NVMe over Fabrics controller use the nvme-cli tool
68 tristate "NVM Express over Fabrics FC host driver"
74 This provides support for the NVMe over Fabrics protocol using
78 To configure a NVMe over Fabrics controller use the nvme-cli tool
84 tristate "NVM Express over Fabrics TCP host driver"
91 This provides support for the NVMe over Fabrics protocol using
95 To configure a NVMe over Fabrics controller use the nvme-cli tool
101 bool "NVMe over Fabrics TCP TLS encryption support"
[all …]
/linux/drivers/nvme/target/
H A DKconfig35 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"
111 bool "NVMe over Fabrics In-band Authentication in target side"
[all …]
/linux/drivers/misc/lkdtm/
H A 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/Documentation/ABI/stable/
H A 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 …]
/linux/net/core/
H A 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/Documentation/devicetree/bindings/input/
H A 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";
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dti,ads1015.yaml57 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/drivers/infiniband/ulp/ipoib/
H A 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/drivers/net/mctp/
H A DKconfig11 This driver provides an MCTP-over-serial interface, through a
21 Say y here if you need to connect to MCTP endpoints over serial. To
37 Provides a driver to access MCTP devices over SMBus/I2C transport,
45 Provides a driver to access MCTP devices over I3C transport,
54 Provides a driver to access MCTP devices over USB transport,
57 MCTP-over-USB interfaces are peer-to-peer, so each interface
/linux/include/linux/
H A 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 …]
H A Diov_iter.h267 * iterate_and_advance2 - Iterate over an iterator
268 * @iter: The iterator to iterate over.
269 * @len: The amount to iterate over.
275 * Iterate over the next part of an iterator, up to the specified length. The
284 * @priv2 and the amount of data so far iterated over (which can, for example,
317 * iterate_and_advance - Iterate over an iterator
318 * @iter: The iterator to iterate over.
319 * @len: The amount to iterate over.
334 * iterate_and_advance_kernel - Iterate over a kernel-internal iterator
335 * @iter: The iterator to iterate over.
[all …]
H A Dplist.h138 * plist_for_each - iterate over the plist
146 * plist_for_each_continue - continue iteration over the plist
150 * Continue to iterate over plist, continuing after the current position.
156 * plist_for_each_safe - iterate safely over a plist of given type
161 * Iterate over a plist of given type, safe against removal of list entry.
167 * plist_for_each_entry - iterate over list of given type
176 * plist_for_each_entry_continue - continue iteration over list of given type
181 * Continue to iterate over list of given type, continuing after
188 * plist_for_each_entry_safe - iterate safely over list of given type
194 * Iterate over list of given type, safe against removal of list entry.
/linux/tools/testing/selftests/net/
H A Dbareudp.sh6 # 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) |
233 # Add specific overlay IP addresses, routed over MPLS
309 ping_test_one "ping" "192.0.2.103" "IPv4 packets over ${UNDERLAY}${MODE}"
312 ping_test_one "${PING6}" "2001:db8::103" "IPv6 packets over ${UNDERLAY}${MODE}"
315 ping_test_one "${PING6}" "2001:db8::203" "Unicast MPLS packets over ${UNDERLAY}${MODE}"
319 # Set up a bareudp overlay and run reachability tests over IPv4 and IPv6
366 # IPv4 over UDPv4
[all …]
/linux/Documentation/networking/pse-pd/
H A Dintroduction.rst10 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/net/hsr/
H A 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/drivers/net/wan/
H A DKconfig10 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/drivers/net/slip/
H A 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/Documentation/devicetree/bindings/hwmon/
H A 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/scripts/include/
H A Dhashtable.h54 * hash_for_each - iterate over a hashtable
64 * hash_for_each_safe - iterate over a hashtable safe against removal of
76 * hash_for_each_possible - iterate over all possible objects hashing to the
81 * @key: the key of the objects to iterate over
87 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
93 * @key: the key of the objects to iterate over
/linux/Documentation/hwmon/
H A 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/tools/include/linux/
H A Dlist.h425 * list_for_each - iterate over a list
433 * list_for_each_prev - iterate over a list backwards
441 * list_for_each_safe - iterate over a list safe against removal of list entry
451 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
462 * list_for_each_entry - iterate over list of given type
473 * list_for_each_entry_reverse - iterate backwards over list of given type.
495 * list_for_each_entry_continue - continue iteration over list of given type
500 * Continue to iterate over list of given type, continuing after
514 * Start to iterate over list of given type backwards, continuing after
523 * list_for_each_entry_from - iterate over list of given type from the current point
[all …]
/linux/net/atm/
H A 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/Documentation/driver-api/mei/
H A Diamt.rst26 starting with Release 6.0) over HTTP/S or WS-Management protocol over
40 over HTTP (deprecated starting with Release 6.0) or with WS-Management over
41 SOAP over HTTP. This means that some Intel AMT features can be accessed from a
43 communicating with Intel AMT over the network.
/linux/net/tls/
H A Dtls_strp.c244 /* We may have over-read, sz == 0 is guaranteed under-read */ in tls_strp_copyin_frag()
246 int over = skb->len - sz; in tls_strp_copyin_frag() local
248 WARN_ON_ONCE(over > chunk); in tls_strp_copyin_frag()
249 skb->len -= over; in tls_strp_copyin_frag()
250 skb->data_len -= over; in tls_strp_copyin_frag()
251 skb_frag_size_add(frag, -over); in tls_strp_copyin_frag()
253 chunk -= over; in tls_strp_copyin_frag()
324 /* We may have over-read, sz == 0 is guaranteed under-read */ in tls_strp_copyin_skb()
326 int over = skb->len - sz; in tls_strp_copyin_skb() local
328 WARN_ON_ONCE(over > chunk); in tls_strp_copyin_skb()
[all …]

12345678910>>...99