Home
last modified time | relevance | path

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

/linux/drivers/spmi/
H A Dspmi.c400 struct spmi_device *spmi_find_device_by_of_node(struct device_node *np) in spmi_find_device_by_of_node() function
408 EXPORT_SYMBOL_GPL(spmi_find_device_by_of_node);
/linux/include/linux/
H A Dspmi.h172 struct spmi_device *spmi_find_device_by_of_node(struct device_node *np);
/linux/drivers/mfd/
H A Dqcom-spmi-pmic.c118 sdev = spmi_find_device_by_of_node(child); in qcom_pmic_get_base_usid()