Searched refs:ldo4_en (Results 1 – 1 of 1) sorted by relevance
566 struct gpio_desc *ldo4_en; in bd7181x_probe() local574 ldo4_en = devm_gpiod_get_from_of_node(&pdev->dev, in bd7181x_probe()579 if (IS_ERR(ldo4_en)) { in bd7181x_probe()580 ret = PTR_ERR(ldo4_en); in bd7181x_probe()583 ldo4_en = NULL; in bd7181x_probe()601 config.ena_gpiod = ldo4_en; in bd7181x_probe()