| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | gpio-keys.yaml | 72 deasserted, or both. This property is only valid for keys that wake up the 77 EV_ACT_ANY - both asserted and deasserted 79 EV_ACT_DEASSERTED - deasserted
|
| /freebsd-14.2/sys/contrib/device-tree/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.
|
| H A D | cs42l42.txt | 16 deasserted before communication to the codec starts.
|
| H A D | cirrus,cs42l42.yaml | 51 This pin will be asserted and then deasserted to reset the
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-pwrseq-emmc.txt | 16 and then deasserted to perform eMMC card reset. To perform
|
| H A D | mmc-pwrseq-emmc.yaml | 31 and then deasserted to perform eMMC card reset. To perform
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | micrel.txt | 50 - coma-mode-gpios: If present the given gpio will be deasserted when the
|
| H A D | mdio.yaml | 91 Delay after the reset was deasserted in microseconds. If
|
| H A D | ethernet-phy.yaml | 180 Delay after the reset was deasserted in microseconds. If
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | nvmem.yaml | 38 (logical '1') to block the write operation. It's deasserted,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | renesas,sh-msiof.yaml | 92 - Native chip selects are always deasserted in between transfers
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | nvidia,tegra124-soctherm.txt | 80 throttling is engaged after the OC event is deasserted. Default value
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie-common.yaml | 52 bandwidth change, link equalization request, INTx asserted/deasserted
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| 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) */
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe.c | 8192 uint32_t deasserted) in bxe_attn_int_deasserted() argument 8238 if (deasserted & (1 << index)) { in bxe_attn_int_deasserted() 8264 val = ~deasserted; in bxe_attn_int_deasserted() 8270 if (~sc->attn_state & deasserted) { in bxe_attn_int_deasserted() 8282 aeu_mask, deasserted); in bxe_attn_int_deasserted() 8283 aeu_mask |= (deasserted & 0x3ff); in bxe_attn_int_deasserted() 8290 sc->attn_state &= ~deasserted; in bxe_attn_int_deasserted() 8304 uint32_t deasserted = ~attn_bits & attn_ack & attn_state; in bxe_attn_int() local 8308 attn_bits, attn_ack, asserted, deasserted); in bxe_attn_int() 8319 if (deasserted) { in bxe_attn_int() [all …]
|