Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mfd/
Dds1wm.h9 int active_high; member
/Linux-v4.19/drivers/mfd/
Dhtc-pasic3.c101 .active_high = 0,
Dasic3.c643 .active_high = 1,
/Linux-v4.19/drivers/w1/masters/
Dds1wm.c563 ds1wm_data->int_en_reg_none = (plat->active_high ? DS1WM_INTEN_IAS : 0); in ds1wm_probe()
601 plat->active_high, in ds1wm_probe()
/Linux-v4.19/drivers/gpu/drm/radeon/
Drs600.c228 if (voltage->active_high) in rs600_pm_misc()
237 if (voltage->active_high) in rs600_pm_misc()
Dradeon_atombios.c2164 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2167 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2200 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2203 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2236 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2239 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
Dradeon_combios.c2749 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
2752 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
Dr100.c355 if (voltage->active_high) in r100_pm_misc()
364 if (voltage->active_high) in r100_pm_misc()
Dradeon.h1267 bool active_high; /* voltage drop is active when bit is high */ member
/Linux-v4.19/sound/soc/codecs/
Dnau8825.c1452 bool active_high, is_high; in nau8825_is_jack_inserted() local
1456 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted()
1462 return active_high == is_high; in nau8825_is_jack_inserted()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec_main.c3251 bool active_high = false; in fec_reset_phy() local
3274 active_high = of_property_read_bool(np, "phy-reset-active-high"); in fec_reset_phy()
3277 active_high ? GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in fec_reset_phy()
3289 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()