Searched refs:regdev (Results 1 – 2 of 2) sorted by relevance
1076 device_t regdev; in regulator_get_by_ofw_property() local1097 regdev = OF_device_from_xref(cells[0]); in regulator_get_by_ofw_property()1098 if (regdev == NULL) { in regulator_get_by_ofw_property()1104 rv = REGDEV_MAP(regdev, cells[0], ncells - 1, cells + 1, &id); in regulator_get_by_ofw_property()1108 return (regulator_get_by_id(cdev, regdev, id, reg)); in regulator_get_by_ofw_property()
36 INTERFACE regdev;