Searched refs:ena_gpio_flags (Results 1 – 6 of 6) sorted by relevance
161 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()
350 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()
260 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in max77686_of_parse_cb()
1169 config.ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s2mps11_pmic_probe()
2031 GPIOF_DIR_OUT | config->ena_gpio_flags, in regulator_ena_gpio_request()
411 unsigned int ena_gpio_flags; member