Home
last modified time | relevance | path

Searched full:active_high (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/spi/
Dspi-controller.yaml58 spi-cs-high | ACTIVE_HIGH | H |
59 - | ACTIVE_HIGH | L | 1
70 spi-cs-high + ACTIVE_HIGH.
/Linux-v6.6/drivers/gpio/
Dgpiolib-of.c157 bool active_high, in of_gpio_quirk_polarity() argument
160 if (active_high) { in of_gpio_quirk_polarity()
185 bool active_high; in of_gpio_try_fixup_polarity() member
202 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity()
263 bool active_high; in of_gpio_set_polarity_by_property() local
279 active_high = of_property_read_bool(np_propname, in of_gpio_set_polarity_by_property()
281 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property()
334 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local
336 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks()
/Linux-v6.6/drivers/media/dvb-frontends/
Dsi21xx.c110 ACTIVE_HIGH, enumerator
504 sync_pol = ACTIVE_HIGH; in si21xx_init()
505 val_pol = ACTIVE_HIGH; in si21xx_init()
506 err_pol = ACTIVE_HIGH; in si21xx_init()
516 + (BYTE_WIDE << 4) + (ACTIVE_HIGH << 5) in si21xx_init()
517 + (ACTIVE_HIGH << 6) + (ACTIVE_HIGH << 7); in si21xx_init()
/Linux-v6.6/include/linux/mfd/
Dds1wm.h9 int active_high; member
/Linux-v6.6/drivers/bluetooth/
Dbtmtk.h92 u8 active_high; member
Dbtmtksdio.c1299 .active_high = 0x1, in btmtksdio_sdio_wakeup()
/Linux-v6.6/drivers/gpu/drm/radeon/
Drs600.c240 if (voltage->active_high) in rs600_pm_misc()
249 if (voltage->active_high) in rs600_pm_misc()
Dradeon_atombios.c2155 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2158 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2191 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2194 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2227 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2230 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
Dradeon_combios.c2751 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
2754 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
Dr100.c371 if (voltage->active_high) in r100_pm_misc()
380 if (voltage->active_high) in r100_pm_misc()
Dradeon.h1261 bool active_high; /* voltage drop is active when bit is high */ member
/Linux-v6.6/drivers/pinctrl/
Dpinctrl-amd.c495 pin_reg |= ACTIVE_HIGH << ACTIVE_LEVEL_OFF; in amd_gpio_irq_set_type()
516 pin_reg |= ACTIVE_HIGH << ACTIVE_LEVEL_OFF; in amd_gpio_irq_set_type()
Dpinctrl-amd.h66 #define ACTIVE_HIGH 0x0UL macro
/Linux-v6.6/sound/soc/codecs/
Dwsa881x.c1138 * 2. New DTS with proper ACTIVE_HIGH (intended), which is rare case in wsa881x_probe()
1145 …dev_warn(dev, "Using ACTIVE_HIGH for shutdown GPIO. Your DTB might be outdated or you use unsuppor… in wsa881x_probe()
Dnau8821.c1020 bool active_high, is_high; in nau8821_is_jack_inserted() local
1024 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted()
1030 return active_high == is_high; in nau8821_is_jack_inserted()
Dnau8825.c1578 bool active_high, is_high; in nau8825_is_jack_inserted() local
1582 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted()
1588 return active_high == is_high; in nau8825_is_jack_inserted()
/Linux-v6.6/drivers/acpi/acpica/
Drsmisc.c784 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]