Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spmi/
H A Dspmi.c397 struct spmi_device *spmi_device_from_of(struct device_node *np) in spmi_device_from_of() function
405 EXPORT_SYMBOL_GPL(spmi_device_from_of);
/openbmc/linux/include/linux/
H A Dspmi.h169 struct spmi_device *spmi_device_from_of(struct device_node *np);
/openbmc/linux/drivers/mfd/
H A Dqcom-spmi-pmic.c117 sdev = spmi_device_from_of(child); in qcom_pmic_get_base_usid()