Lines Matching full:ldo5
220 * LDO5
600 .name = "ldo5",
601 .of_match = of_match_ptr("LDO5"),
835 .name = "ldo5",
836 .of_match = of_match_ptr("LDO5"),
1046 .name = "ldo5",
1047 .of_match = of_match_ptr("LDO5"),
1126 struct regulator_dev *ldo5; in pca9450_i2c_probe() local
1199 if (!strcmp(desc->name, "ldo5")) in pca9450_i2c_probe()
1200 ldo5 = rdev; in pca9450_i2c_probe()
1248 * For LDO5 we need to be able to check the status of the SD_VSEL input in in pca9450_i2c_probe()
1253 pca9450->sd_vsel_gpio = gpiod_get_optional(&ldo5->dev, "sd-vsel", GPIOD_IN); in pca9450_i2c_probe()
1260 of_property_read_bool(ldo5->dev.of_node, "nxp,sd-vsel-fixed-low"); in pca9450_i2c_probe()