Searched refs:regdev (Results 1 – 2 of 2) sorted by relevance
1207 device_t regdev; in regulator_get_by_ofw_property() local1228 regdev = OF_device_from_xref(cells[0]); in regulator_get_by_ofw_property()1229 if (regdev == NULL) { in regulator_get_by_ofw_property()1235 rv = REGDEV_MAP(regdev, cells[0], ncells - 1, cells + 1, &id); in regulator_get_by_ofw_property()1239 return (regulator_get_by_id(cdev, regdev, id, reg)); in regulator_get_by_ofw_property()
33 INTERFACE regdev;