/linux/drivers/media/dvb-frontends/ |
H A 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/drivers/gpio/ |
H A D | gpiolib-of.c | 158 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 230 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity() 291 bool active_high; in of_gpio_set_polarity_by_property() local 307 active_high = of_property_read_bool(np_propname, in of_gpio_set_polarity_by_property() 309 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property() 361 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local 363 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks()
|
/linux/drivers/iio/imu/bmi323/ |
H A D | bmi323_core.c | 1837 bool active_high, bool open_drain, bool latch) in bmi323_int_pin_config() argument 1858 field_value = FIELD_PREP(BMI323_IO_INT1_LVL_MSK, active_high) | in bmi323_int_pin_config() 1865 field_value = FIELD_PREP(BMI323_IO_INT2_LVL_MSK, active_high) | in bmi323_int_pin_config() 1880 bool open_drain, active_high, latch; in bmi323_trigger_probe() local 1904 active_high = true; in bmi323_trigger_probe() 1908 active_high = true; in bmi323_trigger_probe() 1912 active_high = false; in bmi323_trigger_probe() 1916 active_high = false; in bmi323_trigger_probe() 1926 ret = bmi323_int_pin_config(data, irq_pin, active_high, open_drain, in bmi323_trigger_probe()
|
/linux/drivers/bluetooth/ |
H A D | btmtk.h | 108 u8 active_high; member
|
/linux/drivers/hwmon/ |
H A D | ina2xx.c | 902 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/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 239 if (voltage->active_high) in rs600_pm_misc() 248 if (voltage->active_high) in rs600_pm_misc()
|
H A D | radeon_atombios.c | 2158 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 D | radeon_combios.c | 2736 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 D | r100.c | 372 if (voltage->active_high) in r100_pm_misc() 381 if (voltage->active_high) in r100_pm_misc()
|
H A D | radeon.h | 1261 bool active_high; /* voltage drop is active when bit is high */ member
|
/linux/sound/soc/codecs/ |
H A 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()
|
H A 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/drivers/acpi/acpica/ |
H A D | rsmisc.c | 784 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]
|