Home
last modified time | relevance | path

Searched defs:regulator_enable_gpio (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dcore.c78 struct regulator_enable_gpio { struct
79 struct list_head list;
80 struct gpio_desc *gpiod;
81 u32 enable_count; /* a number of enabled shared GPIO */
82 u32 request_count; /* a number of requested shared GPIO */
83 unsigned int ena_gpio_invert:1;