Lines Matching defs:names
1661 * specify the extn to be used for certain property names. The properties to
1743 * dev_pm_opp_set_regulators() - Set regulator names for the device
1745 * @names: Array of pointers to the names of the regulator.
1755 const char * const names[],
1785 reg = regulator_get_optional(dev, names[i]);
1790 __func__, names[i], ret);
1995 * @names: Null terminated array of pointers containing names of genpd to attach.
2006 * "dev", as only that has details of the genpd names.
2011 * The order of entries in the names array must match the order in which
2015 const char **names, struct device ***virt_devs)
2020 const char **name = names;