/linux-6.8/Documentation/devicetree/bindings/spi/ |
D | spi-controller.yaml | 58 spi-cs-high | ACTIVE_HIGH | H | 59 - | ACTIVE_HIGH | L | 1 70 spi-cs-high + ACTIVE_HIGH.
|
/linux-6.8/drivers/media/dvb-frontends/ |
D | si21xx.c | 110 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-6.8/drivers/gpio/ |
D | gpiolib-of.c | 157 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 211 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity() 272 bool active_high; in of_gpio_set_polarity_by_property() local 288 active_high = of_property_read_bool(np_propname, in of_gpio_set_polarity_by_property() 290 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property() 343 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local 345 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks()
|
/linux-6.8/include/linux/mfd/ |
D | ds1wm.h | 9 int active_high; member
|
/linux-6.8/drivers/iio/imu/bmi323/ |
D | bmi323_core.c | 1819 bool active_high, bool open_drain, bool latch) in bmi323_int_pin_config() argument 1840 field_value = FIELD_PREP(BMI323_IO_INT1_LVL_MSK, active_high) | in bmi323_int_pin_config() 1847 field_value = FIELD_PREP(BMI323_IO_INT2_LVL_MSK, active_high) | in bmi323_int_pin_config() 1862 bool open_drain, active_high, latch; in bmi323_trigger_probe() local 1892 active_high = true; in bmi323_trigger_probe() 1896 active_high = true; in bmi323_trigger_probe() 1900 active_high = false; in bmi323_trigger_probe() 1904 active_high = false; in bmi323_trigger_probe() 1914 ret = bmi323_int_pin_config(data, irq_pin, active_high, open_drain, in bmi323_trigger_probe()
|
/linux-6.8/drivers/bluetooth/ |
D | btmtk.h | 92 u8 active_high; member
|
D | btmtksdio.c | 1306 .active_high = 0x1, in btmtksdio_sdio_wakeup()
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | rs600.c | 240 if (voltage->active_high) in rs600_pm_misc() 249 if (voltage->active_high) in rs600_pm_misc()
|
D | radeon_atombios.c | 2156 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2159 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2192 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2195 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2228 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2231 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
|
D | radeon_combios.c | 2752 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes() 2755 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
|
D | r100.c | 371 if (voltage->active_high) in r100_pm_misc() 380 if (voltage->active_high) in r100_pm_misc()
|
D | radeon.h | 1261 bool active_high; /* voltage drop is active when bit is high */ member
|
/linux-6.8/sound/soc/codecs/ |
D | wsa881x.c | 1138 * 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()
|
D | nau8821.c | 1020 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()
|
D | nau8825.c | 1578 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-6.8/drivers/pinctrl/ |
D | pinctrl-amd.c | 495 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()
|
D | pinctrl-amd.h | 66 #define ACTIVE_HIGH 0x0UL macro
|
/linux-6.8/drivers/acpi/acpica/ |
D | rsmisc.c | 784 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]
|