Home
last modified time | relevance | path

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

/linux/drivers/reset/
H A Dcore.c872 unsigned int offset, of_flags, lflags; in __reset_add_reset_gpio_device() local
894 of_flags = args->args[1]; in __reset_add_reset_gpio_device()
904 if (of_flags > GPIO_ACTIVE_LOW) { in __reset_add_reset_gpio_device()
906 of_flags, offset); in __reset_add_reset_gpio_device()
924 lflags = GPIO_PERSISTENT | (of_flags & GPIO_ACTIVE_LOW); in __reset_add_reset_gpio_device()