Home
last modified time | relevance | path

Searched refs:active_high (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/gpio/
H A Dgpiolib-of.c158 bool active_high, in of_gpio_quirk_polarity() argument
161 if (active_high) { in of_gpio_quirk_polarity()
186 bool active_high; in of_gpio_try_fixup_polarity() member
241 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity()
302 bool active_high; in of_gpio_set_polarity_by_property() local
318 active_high = of_property_read_bool(np_propname, in of_gpio_set_polarity_by_property()
320 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property()
372 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local
374 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks()
/linux-6.15/drivers/iio/imu/bmi270/
H A Dbmi270_core.c706 bool active_high, bool open_drain, bool latch) in bmi270_int_pin_config() argument
728 field_value = FIELD_PREP(BMI270_INT_IO_CTRL_LVL_MSK, active_high) | in bmi270_int_pin_config()
738 bool open_drain, active_high, latch; in bmi270_trigger_probe() local
762 active_high = true; in bmi270_trigger_probe()
766 active_high = true; in bmi270_trigger_probe()
770 active_high = false; in bmi270_trigger_probe()
774 active_high = false; in bmi270_trigger_probe()
784 ret = bmi270_int_pin_config(data, irq_pin, active_high, open_drain, in bmi270_trigger_probe()
/linux-6.15/drivers/iio/imu/bmi323/
H A Dbmi323_core.c1843 bool active_high, bool open_drain, bool latch) in bmi323_int_pin_config() argument
1864 field_value = FIELD_PREP(BMI323_IO_INT1_LVL_MSK, active_high) | in bmi323_int_pin_config()
1871 field_value = FIELD_PREP(BMI323_IO_INT2_LVL_MSK, active_high) | in bmi323_int_pin_config()
1886 bool open_drain, active_high, latch; in bmi323_trigger_probe() local
1910 active_high = true; in bmi323_trigger_probe()
1914 active_high = true; in bmi323_trigger_probe()
1918 active_high = false; in bmi323_trigger_probe()
1922 active_high = false; in bmi323_trigger_probe()
1932 ret = bmi323_int_pin_config(data, irq_pin, active_high, open_drain, in bmi323_trigger_probe()
/linux-6.15/drivers/bluetooth/
H A Dbtmtk.h108 u8 active_high; member
H A Dbtmtksdio.c1312 .active_high = 0x1, in btmtksdio_sdio_wakeup()
/linux-6.15/drivers/hwmon/
H A Dina2xx.c902 bool active_high = device_property_read_bool(dev, "ti,alert-polarity-active-high"); in ina2xx_init() local
907 FIELD_PREP(INA226_ALERT_POLARITY, active_high)); in ina2xx_init()
/linux-6.15/sound/soc/codecs/
H A Dnau8821.c1011 bool active_high, is_high; in nau8821_is_jack_inserted() local
1015 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted()
1021 return active_high == is_high; in nau8821_is_jack_inserted()
H A 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-6.15/drivers/gpu/drm/radeon/
H A Drs600.c239 if (voltage->active_high) in rs600_pm_misc()
248 if (voltage->active_high) in rs600_pm_misc()
H A Dradeon_atombios.c2158 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2161 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()
2197 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()
2233 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
H A Dradeon_combios.c2736 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
2739 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
H A Dr100.c372 if (voltage->active_high) in r100_pm_misc()
381 if (voltage->active_high) in r100_pm_misc()
H A Dradeon.h1261 bool active_high; /* voltage drop is active when bit is high */ member