Home
last modified time | relevance | path

Searched refs:active_low (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c145 bool active_low = !of_property_read_bool(np, "enable-active-high"); in of_gpio_flags_quirks() local
152 if ((*flags & OF_GPIO_ACTIVE_LOW) && !active_low) { in of_gpio_flags_quirks()
156 if (active_low) { in of_gpio_flags_quirks()
304 bool active_low = false; in gpiod_get_from_of_node() local
315 active_low = flags & OF_GPIO_ACTIVE_LOW; in gpiod_get_from_of_node()
328 if (active_low) { in gpiod_get_from_of_node()

Completed in 2 milliseconds