Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/input/
Dgpio-keys.txt30 system when asserted, when deasserted, or both. This property is
35 EV_ACT_DEASSERTED - deasserted
36 EV_ACT_ANY - both asserted and deasserted
/Linux-v5.4/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.
Dcs42l51.txt14 deasserted before starting the communication with the codec.
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.
Dcs42l42.txt16 deasserted before communication to the codec starts.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.txt16 and then deasserted to perform eMMC card reset. To perform
/Linux-v5.4/Documentation/ide/
DChangeLog.ide-floppy.1996-200258 * bit was being deasserted by my IOMEGA ATAPI ZIP 100
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt52 - Native chip selects are always deasserted in
/Linux-v5.4/drivers/reset/
DKconfig135 that can be asserted and deasserted by toggling bits in a contiguous,
/Linux-v5.4/Documentation/networking/caif/
Dspi_porting.txt44 deasserted (LOW). The dev parameter can be used to map to different CAIF
/Linux-v5.4/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.txt78 throttling is engaged after the OC event is deasserted. Default value
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5091 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument
5135 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()
5165 val = ~deasserted; in bnx2x_attn_int_deasserted()
5170 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted()
5180 aeu_mask, deasserted); in bnx2x_attn_int_deasserted()
5181 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()
5188 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()
5203 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local
5207 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()
5216 if (deasserted) in bnx2x_attn_int()
[all …]
/Linux-v5.4/Documentation/virt/kvm/
Dapi.txt744 means active (asserted), 0 means inactive (deasserted).