Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am642-hummingboard-t.dts96 output-low; /* deasserted */
103 output-low; /* deasserted */
110 output-low; /* deasserted */
/linux-6.12.1/Documentation/devicetree/bindings/sound/
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.
/linux-6.12.1/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-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-zynqmp-fpga34 1: GHIGH_B_STATUS deasserted
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dmicrel.txt50 - coma-mode-gpios: If present the given gpio will be deasserted when the
/linux-6.12.1/drivers/clk/baikal-t1/
DKconfig49 self-deasserted reset controls but there are several lines which
/linux-6.12.1/Documentation/networking/
Doa-tc6-framework.rst249 first data header this interrupt will be deasserted and the received
358 header this interrupt will be deasserted and the received footer for the
369 header this interrupt will be deasserted.
374 On reception of the first data header this interrupt will be deasserted.
380 interrupt will be deasserted.
/linux-6.12.1/drivers/reset/
DKconfig251 that can be asserted and deasserted by toggling bits in a contiguous,
277 The reset lines that can be asserted and deasserted by toggling bits
/linux-6.12.1/Documentation/admin-guide/media/
Dmgb4.rst121 (pixels with deasserted Data Enable signal) are necessary to generate the
128 (pixels with deasserted Data Enable signal) are necessary to generate the
/linux-6.12.1/arch/arm/boot/dts/st/
Dste-ux500-samsung-skomer.dts686 /* GPS_ON_OFF, start out deasserted (off) */
Dste-ux500-samsung-kyle.dts699 /* GPS_ON_OFF, start out deasserted (off) */
Dste-ux500-samsung-janice.dts986 /* GPS_ON_OFF, start out deasserted (off) */
Dste-ux500-samsung-codina.dts911 /* GPS_ON_OFF, start out deasserted (off) */
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5111 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 …]
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst872 means active (asserted), 0 means inactive (deasserted).