Searched full:deasserted (Results 1 – 25 of 131) sorted by relevance
123456
/linux-6.12.1/include/dt-bindings/input/ |
D | gpio-keys.h | 9 #define EV_ACT_ANY 0x00 /* asserted or deasserted */ 11 #define EV_ACT_DEASSERTED 0x02 /* deasserted */
|
/linux-6.12.1/sound/soc/tegra/ |
D | tegra20_spdif.h | 127 * deasserted when either, 136 * This bit is deasserted when the end of a frame is reached after 137 * TX_EN is deasserted. 145 * This bit is deasserted when either, 146 * (a) the end of a frame is reached after TX_EN is deasserted, or 155 * (a) the end of a frame is reached after TX_EN is deasserted, or
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | gpio-keys.yaml | 88 deasserted, or both. This property is only valid for keys that wake up the 93 EV_ACT_ANY - both asserted and deasserted 95 EV_ACT_DEASSERTED - deasserted
|
D | elan,ekth6915.yaml | 44 Reset line is wired so that it can (and should) be left deasserted when
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | prm2xxx_3xxx.c | 47 * reset line to be asserted / deasserted in order to fully enable the 67 * @st_shift: register bit shift for the status of the deasserted submodule 74 * reset line to be asserted / deasserted in order to fully enable the
|
D | prminst44xx.c | 117 * reset line to be asserted / deasserted in order to fully enable the 144 * reset line to be asserted / deasserted in order to fully enable the
|
D | cm2xxx.h | 37 /* CM_IDLEST bit field values to indicate deasserted IdleReq */
|
/linux-6.12.1/Documentation/driver-api/ |
D | reset.rst | 89 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/devicetree/bindings/sound/ |
D | st,sta32x.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
D | st,sta350.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
D | ak5386.txt | 12 If specified, it will be deasserted at probe time.
|
D | cs4265.txt | 16 deasserted before communication to the codec starts.
|
D | asahi-kasei,ak4104.yaml | 29 description: Optional GPIO spec for the reset pin, deasserted
|
D | cirrus,cs4270.yaml | 31 This pin will be deasserted before communication to the codec starts.
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am642-hummingboard-t.dts | 96 output-low; /* deasserted */ 103 output-low; /* deasserted */ 110 output-low; /* deasserted */
|
/linux-6.12.1/drivers/reset/ |
D | reset-ti-sci.c | 54 * @assert argument is true, or deasserted if @assert argument is false. 115 * @id: ID of the reset to be deasserted 141 * Return: 0 if reset is deasserted, or a non-zero value if reset is asserted
|
D | reset-ti-syscon.c | 90 * @id: ID of reset to be deasserted 126 * Return: 0 if reset is deasserted, true if reset is asserted, else a
|
D | core.c | 47 * @deassert_count: Number of times this reset line has been deasserted 458 * still be deasserted, as long as other users keep it so. 521 * If an assertion fails, already asserted resets are deasserted again. 549 * After calling this function, the reset is guaranteed to be deasserted. 584 * case, the reset lines are deasserted by default. If that is not the in reset_control_deassert() 601 * If a deassertion fails, already deasserted resets are asserted again. 1414 * that just have to be asserted or deasserted, without any
|
/linux-6.12.1/drivers/spi/ |
D | spi-bcm2835aux.c | 458 * * cs_change: cs is deasserted after each spi_transfer in bcm2835aux_spi_setup() 459 * * cs_delay_usec: cs is always deasserted one SCK cycle in bcm2835aux_spi_setup() 495 * * cs_change: cs is deasserted after each spi_transfer in bcm2835aux_spi_probe() 496 * * cs_delay_usec: cs is always deasserted one SCK cycle after in bcm2835aux_spi_probe()
|
/linux-6.12.1/drivers/clk/baikal-t1/ |
D | ccu-rst.c | 67 * domain reset (it's self-deasserted reset control). 85 * sefl-deasserted reset control, which can be activated via the corresponding
|
D | ccu-rst.h | 18 * @CCU_RST_TRIG: Self-deasserted reset signal.
|
D | Kconfig | 49 self-deasserted reset controls but there are several lines which
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_reg.h | 178 acknowledge output is deasserted; all other signals are treated as usual; 182 disregarded; valid is deasserted; all other signals are treated as usual; 204 disregarded; valid is deasserted; all other signals are treated as usual; 208 disregarded; valid is deasserted; all other signals are treated as usual; 212 disregarded; valid output is deasserted; all other signals are treated as 220 disregarded; valid output is deasserted; all other signals are treated as 240 acknowledge output is deasserted; all other signals are treated as usual; 256 acknowledge output is deasserted; all other signals are treated as usual; 308 acknowledge output is deasserted; all other signals are treated as usual; 333 disregarded; acknowledge output is deasserted; all other signals are [all …]
|
/linux-6.12.1/Documentation/networking/ |
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-6.12.1/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.yaml | 31 and then deasserted to perform eMMC card reset. To perform
|
123456