Home
last modified time | relevance | path

Searched refs:deasserted (Results 1 – 23 of 23) sorted by relevance

/linux-5.19.10/Documentation/devicetree/bindings/input/
Dgpio-keys.yaml74 deasserted, or both. This property is only valid for keys that wake up the
79 EV_ACT_ANY - both asserted and deasserted
81 EV_ACT_DEASSERTED - deasserted
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dcs4270.txt14 deasserted before communication to the codec starts.
Dak4104.txt16 deasserted before communication to the device starts.
Dak5386.txt12 If specified, it will be deasserted at probe time.
Dcs4265.txt16 deasserted before communication to the codec starts.
Dst,sta32x.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
Dst,sta350.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
Dcs35l32.txt16 deasserted before communication to the codec starts.
Dcirrus,cs42l42.yaml50 This pin will be asserted and then deasserted to reset the
/linux-5.19.10/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.yaml31 and then deasserted to perform eMMC card reset. To perform
/linux-5.19.10/Documentation/driver-api/
Dreset.rst89 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.
/linux-5.19.10/Documentation/devicetree/bindings/net/
Dmicrel.txt49 - coma-mode-gpios: If present the given gpio will be deasserted when the
Dmdio.yaml91 Delay after the reset was deasserted in microseconds. If
Dethernet-phy.yaml174 Delay after the reset was deasserted in microseconds. If
/linux-5.19.10/Documentation/devicetree/bindings/nvmem/
Dnvmem.yaml38 (logical '1') to block the write operation. It's deasserted,
/linux-5.19.10/Documentation/devicetree/bindings/spi/
Drenesas,sh-msiof.yaml80 - Native chip selects are always deasserted in between transfers
/linux-5.19.10/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/linux-5.19.10/drivers/reset/
DKconfig207 that can be asserted and deasserted by toggling bits in a contiguous,
/linux-5.19.10/arch/arm/boot/dts/
Dste-ux500-samsung-skomer.dts678 /* GPS_ON_OFF, start out deasserted (off) */
Dste-ux500-samsung-codina.dts903 /* GPS_ON_OFF, start out deasserted (off) */
Dste-ux500-samsung-janice.dts974 /* GPS_ON_OFF, start out deasserted (off) */
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5112 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument
5156 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()
5186 val = ~deasserted; in bnx2x_attn_int_deasserted()
5191 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted()
5201 aeu_mask, deasserted); in bnx2x_attn_int_deasserted()
5202 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()
5209 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()
5224 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local
5228 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()
5237 if (deasserted) in bnx2x_attn_int()
[all …]
/linux-5.19.10/Documentation/virt/kvm/
Dapi.rst855 means active (asserted), 0 means inactive (deasserted).