Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mfd/
Dds1wm.h9 int active_high; member
/kernel/linux/linux-5.10/drivers/mfd/
Dhtc-pasic3.c98 .active_high = 0,
Dasic3.c639 .active_high = 1,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Drs600.c233 if (voltage->active_high) in rs600_pm_misc()
242 if (voltage->active_high) in rs600_pm_misc()
Dradeon_atombios.c2160 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2163 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2196 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2199 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2232 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2235 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
Dradeon_combios.c2752 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()
Dr100.c361 if (voltage->active_high) in r100_pm_misc()
370 if (voltage->active_high) in r100_pm_misc()
Dradeon.h1268 bool active_high; /* voltage drop is active when bit is high */ member
/kernel/linux/linux-5.10/sound/soc/codecs/
Dnau8825.c1450 bool active_high, is_high; in nau8825_is_jack_inserted() local
1454 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted()
1460 return active_high == is_high; in nau8825_is_jack_inserted()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dfec_main.c3453 bool active_high = false; in fec_reset_phy() local
3476 active_high = of_property_read_bool(np, "phy-reset-active-high"); in fec_reset_phy()
3479 active_high ? GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in fec_reset_phy()
3491 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch12385 +void mixel_phy_combo_lvds_set_hsync_pol(struct phy *phy, bool active_high);
12386 +void mixel_phy_combo_lvds_set_vsync_pol(struct phy *phy, bool active_high);
12393 + bool active_high)
12397 + bool active_high)
12430 +void mixel_phy_lvds_set_hsync_pol(struct phy *phy, bool active_high);
12431 +void mixel_phy_lvds_set_vsync_pol(struct phy *phy, bool active_high);
12438 + bool active_high)
12442 + bool active_high)