Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dfixed.c171 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()
Dgpio-regulator.c343 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()
Dlp8788-ldo.c538 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()
Dmax8952.c231 config.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in max8952_pmic_probe()
Ds5m8767.c469 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s5m8767_regulator_config_ext_control()
953 config.ena_gpio_flags = 0; in s5m8767_pmic_probe()
Dtps65090-regulator.c316 config->ena_gpio_flags = gpio_flag; in tps65090_configure_regulator_config()
Dmax77686.c272 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in max77686_of_parse_cb()
Dda9055-regulator.c459 config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in da9055_gpio_init()
Ds2mps11.c1044 config.ena_gpio_flags = GPIOF_OUT_INIT_HIGH; in s2mps11_pmic_probe()
Dcore.c1746 GPIOF_DIR_OUT | config->ena_gpio_flags, in regulator_ena_gpio_request()
/linux-4.1.27/include/linux/regulator/
Ddriver.h341 unsigned int ena_gpio_flags; member