Searched refs:ldo4_en (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/regulator/
H A Dbd71815-regulator.c565 struct gpio_desc *ldo4_en; local
574 ldo4_en = devm_fwnode_gpiod_get(&pdev->dev,
577 if (IS_ERR(ldo4_en)) {
578 ret = PTR_ERR(ldo4_en);
581 ldo4_en = NULL;
599 config.ena_gpiod = ldo4_en;

Completed in 224 milliseconds