/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-of.c | 157 bool active_high, in of_gpio_quirk_polarity() 160 if (active_high) { in of_gpio_quirk_polarity() 185 bool active_high; in of_gpio_try_fixup_polarity() member 202 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity() 263 bool active_high; in of_gpio_set_polarity_by_property() local 279 active_high = of_property_read_bool(np_propname, in of_gpio_set_polarity_by_property() 281 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property() 334 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local 336 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks() 156 of_gpio_quirk_polarity(const struct device_node *np, bool active_high, enum of_gpio_flags *flags) of_gpio_quirk_polarity() argument
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | ds1wm.h | 9 int active_high; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | ds1wm.h | 9 int active_high; member
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btmtk.h | 92 u8 active_high; member
|
H A D | btmtksdio.c | 1299 .active_high = 0x1, in btmtksdio_sdio_wakeup()
|
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A D | ds1wm.c | 563 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/mfd/ |
H A D | htc-pasic3.c | 98 .active_high = 0,
|
H A D | asic3.c | 639 .active_high = 1,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 233 if (voltage->active_high) in rs600_pm_misc() 242 if (voltage->active_high) in rs600_pm_misc()
|
H A D | radeon_atombios.c | 2160 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()
|
H A D | radeon_combios.c | 2752 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()
|
H A D | r100.c | 361 if (voltage->active_high) in r100_pm_misc() 370 if (voltage->active_high) in r100_pm_misc()
|
H A D | radeon.h | 1268 bool active_high; /* voltage drop is active when bit is high */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 240 if (voltage->active_high) in rs600_pm_misc() 249 if (voltage->active_high) in rs600_pm_misc()
|
H A D | radeon_atombios.c | 2155 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2158 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2191 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() 2227 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()
|
H A D | radeon_combios.c | 2751 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes() 2754 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
|
H A D | r100.c | 371 if (voltage->active_high) in r100_pm_misc() 380 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
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | nau8825.c | 1450 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-6.6/sound/soc/codecs/ |
H A D | nau8821.c | 1020 bool active_high, is_high; in nau8821_is_jack_inserted() local 1024 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted() 1030 return active_high == is_high; in nau8821_is_jack_inserted()
|
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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 3450 bool active_high = false; in fec_reset_phy() local 3473 active_high = of_property_read_bool(np, "phy-reset-active-high"); in fec_reset_phy() 3476 active_high ? GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in fec_reset_phy() 3488 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()
|