/openbmc/phosphor-led-sysfs/test/ |
H A D | physical.cpp | 151 .WillOnce(Return(phosphor::led::deasserted)); in TEST() 152 EXPECT_CALL(*led, setBrightness(phosphor::led::deasserted)).Times(0); in TEST() 206 .WillOnce(Return(phosphor::led::deasserted)); in TEST() 208 EXPECT_CALL(*led, setBrightness(phosphor::led::deasserted)); in TEST()
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | ampere_hightemp_stop@.service | 7 ExecStart=/usr/sbin/ampere_add_redfishevent.sh OpenBMC.0.1.AmpereEvent "CPU%i HighTemp deasserted"
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs4270.txt | 14 deasserted before communication to the codec starts.
|
H A D | ak4104.txt | 16 deasserted before communication to the device starts.
|
H A D | ak5386.txt | 12 If specified, it will be deasserted at probe time.
|
H A D | cs4265.txt | 16 deasserted before communication to the codec starts.
|
H A D | st,sta32x.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
H A D | st,sta350.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
H A D | cs35l32.txt | 16 deasserted before communication to the codec starts.
|
/openbmc/phosphor-led-sysfs/ |
H A D | physical.hpp | 19 constexpr unsigned long deasserted = 0; variable
|
H A D | physical.cpp | 97 auto value = (action == Action::On) ? assert : deasserted; in stableStateOperation()
|
/openbmc/phosphor-fan-presence/docs/sensor-monitor/ |
H A D | README.md | 29 deasserted, informational event logs are created.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | reset.rst | 89 deassert causes the reset line to be deasserted immediately. 102 may be kept deasserted at all times. 104 consumer has requested it to be deasserted.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-zynqmp-fpga | 34 1: GHIGH_B_STATUS deasserted
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel.txt | 50 - coma-mode-gpios: If present the given gpio will be deasserted when the
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | Kconfig | 49 self-deasserted reset controls but there are several lines which
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | Kconfig | 100 The boot mode pins are latched when the system reset is deasserted
|
/openbmc/linux/drivers/reset/ |
H A D | Kconfig | 221 that can be asserted and deasserted by toggling bits in a contiguous, 246 The reset lines that can be asserted and deasserted by toggling bits
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-skomer.dts | 686 /* GPS_ON_OFF, start out deasserted (off) */
|
H A D | ste-ux500-samsung-kyle.dts | 699 /* GPS_ON_OFF, start out deasserted (off) */
|
H A D | ste-ux500-samsung-janice.dts | 986 /* GPS_ON_OFF, start out deasserted (off) */
|
H A D | ste-ux500-samsung-codina.dts | 911 /* GPS_ON_OFF, start out deasserted (off) */
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 5111 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument 5155 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted() 5185 val = ~deasserted; in bnx2x_attn_int_deasserted() 5190 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted() 5200 aeu_mask, deasserted); in bnx2x_attn_int_deasserted() 5201 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted() 5208 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted() 5223 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local 5227 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int() 5236 if (deasserted) in bnx2x_attn_int() [all …]
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 832 means active (asserted), 0 means inactive (deasserted).
|