Lines Matching +full:- +full:- +full:prefix
2 * Copyright (C) 2014-2015 Samsung Electronics
5 * SPDX-License-Identifier: GPL-2.0+
20 { .prefix = "LDO", .driver = MAX77686_LDO_DRIVER },
21 { .prefix = "BUCK", .driver = MAX77686_BUCK_DRIVER },
35 return -EIO; in max77686_write()
45 return -EIO; in max77686_read()
56 regulators_node = dev_read_subnode(dev, "voltage-regulators"); in max77686_bind()
59 dev->name); in max77686_bind()
60 return -ENXIO; in max77686_bind()
63 debug("%s: '%s' - found regulators subnode\n", __func__, dev->name); in max77686_bind()
67 debug("%s: %s - no child found\n", __func__, dev->name); in max77686_bind()