Searched refs:ena_gpio_flags (Results 1 – 12 of 12) sorted by relevance
171 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()173 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in reg_fixed_voltage_probe()176 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in reg_fixed_voltage_probe()178 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()181 cfg.ena_gpio_flags |= GPIOF_OPEN_DRAIN; in reg_fixed_voltage_probe()
343 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()345 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in gpio_regulator_probe()348 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_LOW; in gpio_regulator_probe()350 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()
538 cfg.ena_gpio_flags = ldo->en_pin->init_state; in lp8788_dldo_probe()587 cfg.ena_gpio_flags = ldo->en_pin->init_state; in lp8788_aldo_probe()
668 config.ena_gpio_flags = GPIOF_OUT_INIT_LOW; in max8973_probe()671 config.ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in max8973_probe()
231 config.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in max8952_pmic_probe()
470 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s5m8767_regulator_config_ext_control()958 config.ena_gpio_flags = 0; in s5m8767_pmic_probe()
316 config->ena_gpio_flags = gpio_flag; in tps65090_configure_regulator_config()
272 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in max77686_of_parse_cb()
459 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in da9055_gpio_init()
1044 config.ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s2mps11_pmic_probe()
1899 GPIOF_DIR_OUT | config->ena_gpio_flags, in regulator_ena_gpio_request()
355 unsigned int ena_gpio_flags; member