Searched refs:deasserted (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am642-hummingboard-t.dts | 96 output-low; /* deasserted */ 103 output-low; /* deasserted */ 110 output-low; /* deasserted */
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ak5386.txt | 12 If specified, it will be deasserted at probe time.
|
| 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.
|
| /linux/drivers/reset/ |
| H A D | core.c | 1333 bool deasserted = flags & RESET_CONTROL_FLAGS_BIT_DEASSERTED; in __devm_reset_control_get() local 1335 ptr = devres_alloc(deasserted ? devm_reset_control_release_deasserted : in __devm_reset_control_get() 1349 if (deasserted) { in __devm_reset_control_get() 1392 bool deasserted = flags & RESET_CONTROL_FLAGS_BIT_DEASSERTED; in __devm_reset_control_bulk_get() local 1395 ptr = devres_alloc(deasserted ? devm_reset_control_bulk_release_deasserted : in __devm_reset_control_bulk_get() 1409 if (deasserted) { in __devm_reset_control_bulk_get()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-zynqmp-fpga | 34 1: GHIGH_B_STATUS deasserted
|
| /linux/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 249 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/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) */
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 5114 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument 5158 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted() 5188 val = ~deasserted; in bnx2x_attn_int_deasserted() 5193 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted() 5203 aeu_mask, deasserted); in bnx2x_attn_int_deasserted() 5204 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted() 5211 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted() 5226 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local 5230 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int() 5239 if (deasserted) in bnx2x_attn_int() [all …]
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 885 means active (asserted), 0 means inactive (deasserted).
|