Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dfixed.c161 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()
163 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in reg_fixed_voltage_probe()
166 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in reg_fixed_voltage_probe()
168 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()
171 cfg.ena_gpio_flags |= GPIOF_OPEN_DRAIN; in reg_fixed_voltage_probe()
Dgpio-regulator.c350 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()
352 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in gpio_regulator_probe()
355 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in gpio_regulator_probe()
357 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()
Dmax77686-regulator.c260 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in max77686_of_parse_cb()
Ds2mps11.c1169 config.ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s2mps11_pmic_probe()
Dcore.c2031 GPIOF_DIR_OUT | config->ena_gpio_flags, in regulator_ena_gpio_request()
/Linux-v4.19/include/linux/regulator/
Ddriver.h411 unsigned int ena_gpio_flags; member