Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/spmi/
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-6.14.4/include/linux/
Dspmi.h172 struct spmi_device *spmi_find_device_by_of_node(struct device_node *np);
/linux-6.14.4/drivers/mfd/
Dqcom-spmi-pmic.c118 sdev = spmi_find_device_by_of_node(child); in qcom_pmic_get_base_usid()