Home
last modified time | relevance | path

Searched refs:other_usid (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/mfd/
Dqcom-spmi-pmic.c84 struct device_node *other_usid = NULL; in qcom_pmic_get_base_usid() local
109 other_usid = of_get_next_child(spmi_bus, other_usid); in qcom_pmic_get_base_usid()
111 ret = of_property_read_u32_index(other_usid, "reg", 0, &pmic_addr); in qcom_pmic_get_base_usid()
115 sdev = spmi_device_from_of(other_usid); in qcom_pmic_get_base_usid()
127 } while (other_usid->sibling); in qcom_pmic_get_base_usid()