Home
last modified time | relevance | path

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

12345678910>>...71

/openbmc/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
36 tristate "Marvell NFC-over-I2C driver"
39 Marvell NFC-over-I2C driver.
47 tristate "Marvell NFC-over-SPI driver"
[all …]
/openbmc/linux/drivers/misc/lkdtm/
H A Drefcount.c32 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()
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()
51 refcount_dec(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
57 overflow_check(&over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A 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.
/openbmc/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";
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A 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>;
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvbf16.c.inc74 TCGLabel *over = gen_new_label();
77 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
78 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
90 gen_set_label(over);
103 TCGLabel *over = gen_new_label();
106 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
107 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
119 gen_set_label(over);
133 TCGLabel *over = gen_new_label();
136 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
[all …]
/openbmc/linux/drivers/nvme/target/
H A DKconfig43 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
/openbmc/linux/drivers/nvme/host/
H A 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 …]
/openbmc/linux/drivers/hwtracing/stm/
H A 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,
/openbmc/linux/drivers/net/ppp/
H A 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
112 tristate "PPP over ATM"
121 tristate "PPP over Ethernet"
124 Support for PPP over Ethernet.
167 tristate "PPP over IPv4 (PPTP)"
170 Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
178 tristate "PPP over L2TP"
181 Support for PPP-over-L2TP socket family. L2TP is a protocol
[all …]
/openbmc/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.
/openbmc/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"
/openbmc/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
/openbmc/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.
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
198 disable the over temperature feature.
200 over temperature limit in Degree Celsius.
208 Enable over temperature feature
216 Disable over temperature feature
[all …]
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8173-elm-hana.dtsi22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a
26 compatible = "hid-over-i2c";
37 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
41 compatible = "hid-over-i2c";
/openbmc/linux/drivers/infiniband/ulp/iser/
H A DKconfig8 over InfiniBand. This allows you to access storage devices
9 that speak iSCSI over iSER over InfiniBand.
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drt5651.txt30 - realtek,over-current-threshold-microamp
31 u32, micbias over-current detection threshold in µA, valid values are
34 - realtek,over-current-scale-factor
35 u32, micbias over-current detection scale-factor, valid values are:
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Disic-0.07-netinet.patch19 * For user over a modem or frame (or other) you will have to change the
31 * For user over a modem or frame (or other) you will have to change the
43 * For user over a modem or frame (or other) you will have to change the
55 * For user over a modem or frame (or other) you will have to change the
67 * For user over a modem or frame (or other) you will have to change the
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/
H A DREADME.md7 with the Manageability Control Processor (MCP) over PLDM over MCTP over UART.
16 | | PLDM over
17 +-----+ +-------+ MCTP over +--------------------------+
29 - The MCP exposes a temperature sensor which our image then exposes over redfish
/openbmc/linux/net/rds/
H A DKconfig8 sequenced delivery of datagrams over Infiniband or TCP.
11 tristate "RDS over Infiniband"
18 tristate "RDS over TCP"
/openbmc/linux/net/tls/
H A Dtls_strp.c239 int over = skb->len - sz; in tls_strp_copyin_frag() local
241 WARN_ON_ONCE(over > chunk); in tls_strp_copyin_frag()
242 skb->len -= over; in tls_strp_copyin_frag()
243 skb->data_len -= over; in tls_strp_copyin_frag()
244 skb_frag_size_add(frag, -over); in tls_strp_copyin_frag()
246 chunk -= over; in tls_strp_copyin_frag()
319 int over = skb->len - sz; in tls_strp_copyin_skb() local
321 WARN_ON_ONCE(over > chunk); in tls_strp_copyin_skb()
322 skb->len -= over; in tls_strp_copyin_skb()
323 skb->data_len -= over; in tls_strp_copyin_skb()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/
H A Daoetools_36.bb1 SUMMARY = "ATA over Ethernet Tools"
3 The aoetools are programs for users of the ATA over Ethernet (AoE)network \
4 storage protocol, a simple protocol for using storage over anethernet LAN. \
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c312 const struct igt_coherency_mode *read, *write, *over; in igt_gem_coherency() local
342 for (over = igt_coherency_mode; over->name; over++) { in igt_gem_coherency()
343 if (!over->set) in igt_gem_coherency()
346 if (!over->valid(&ctx)) in igt_gem_coherency()
375 err = over->set(&ctx, offsets[n], ~values[n]); in igt_gem_coherency()
378 n, count, over->name, err); in igt_gem_coherency()
404 n, count, over->name, in igt_gem_coherency()
/openbmc/linux/arch/arm/include/asm/
H A Dvfpmacros.h45 addeq \base, \base, #32*4 @ step over unused register space
51 addne \base, \base, #32*4 @ step over unused register space
70 addeq \base, \base, #32*4 @ step over unused register space
76 addne \base, \base, #32*4 @ step over unused register space
/openbmc/openbmc/meta-openpower/conf/distro/include/
H A Dopenpower-hostfw-over-pldm.inc1 DISTRO_FEATURES += "openpower-hostfw-over-pldm"
2 DISTROOVERRIDES .= ":df-openpower-hostfw-over-pldm"

12345678910>>...71