Searched full:active_high (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpio/ |
H A D | gpio-adp5585.c | 276 bool active_high; in adp5585_gpio_key_event() local 284 active_high = test_bit(off, &adp5585_gpio->irq_active_high); in adp5585_gpio_key_event() 297 off, key_press, active_high); in adp5585_gpio_key_event() 299 if (!active_high) in adp5585_gpio_key_event() 325 bool active_high = test_bit(hwirq, &adp5585_gpio->irq_active_high); in adp5585_irq_bus_sync_unlock() local 337 active_high ? bit : 0); in adp5585_irq_bus_sync_unlock()
|
/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/iio/imu/bmi270/ |
H A D | bmi270_core.c | 1007 bool active_high, bool open_drain, bool latch) in bmi270_int_pin_config() argument 1029 field_value = FIELD_PREP(BMI270_INT_IO_CTRL_LVL_MSK, active_high) | in bmi270_int_pin_config() 1039 bool open_drain, active_high, latch; in bmi270_trigger_probe() local 1063 active_high = true; in bmi270_trigger_probe() 1067 active_high = true; in bmi270_trigger_probe() 1071 active_high = false; in bmi270_trigger_probe() 1075 active_high = false; in bmi270_trigger_probe() 1085 ret = bmi270_int_pin_config(data, irq_pin, active_high, open_drain, in bmi270_trigger_probe()
|
/linux/drivers/bluetooth/ |
H A D | btmtk.h | 108 u8 active_high; member
|
/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()
|
/linux/sound/soc/codecs/ |
H A D | wsa881x.c | 1132 * 2. New DTS with proper ACTIVE_HIGH (intended), which is rare case in wsa881x_probe() 1139 …dev_warn(dev, "Using ACTIVE_HIGH for shutdown GPIO. Your DTB might be outdated or you use unsuppor… in wsa881x_probe()
|
/linux/drivers/acpi/acpica/ |
H A D | rsmisc.c | 784 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]
|