Searched refs:active_high (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-of.c | 155 bool active_high, in of_gpio_quirk_polarity() argument 158 if (active_high) { in of_gpio_quirk_polarity() 183 bool active_high; in of_gpio_try_fixup_polarity() member 200 of_gpio_quirk_polarity(np, gpios[i].active_high, flags); in of_gpio_try_fixup_polarity() 256 bool active_high; in of_gpio_set_polarity_by_property() local 261 active_high = of_property_read_bool(np, in of_gpio_set_polarity_by_property() 263 of_gpio_quirk_polarity(np, active_high, flags); in of_gpio_set_polarity_by_property() 316 bool active_high = of_property_read_bool(child, in of_gpio_flags_quirks() local 318 of_gpio_quirk_polarity(child, active_high, in of_gpio_flags_quirks()
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | ds1wm.h | 9 int active_high; member
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | btmtk.h | 86 u8 active_high; member
|
A D | btmtksdio.c | 1299 .active_high = 0x1, in btmtksdio_sdio_wakeup()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | nau8821.c | 884 bool active_high, is_high; in nau8821_is_jack_inserted() local 888 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted() 894 return active_high == is_high; in nau8821_is_jack_inserted()
|
A D | nau8825.c | 1592 bool active_high, is_high; in nau8825_is_jack_inserted() local 1596 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted() 1602 return active_high == is_high; in nau8825_is_jack_inserted()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | rs600.c | 240 if (voltage->active_high) in rs600_pm_misc() 249 if (voltage->active_high) in rs600_pm_misc()
|
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()
|
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()
|
A D | r100.c | 371 if (voltage->active_high) in r100_pm_misc() 380 if (voltage->active_high) in r100_pm_misc()
|
A D | radeon.h | 1298 bool active_high; /* voltage drop is active when bit is high */ member
|
Completed in 68 milliseconds