Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spmi/
Dspmi.c25 struct spmi_device *sdev = to_spmi_device(dev); in spmi_dev_release()
328 struct spmi_device *sdev = to_spmi_device(dev); in spmi_drv_probe()
353 sdrv->remove(to_spmi_device(dev)); in spmi_drv_remove()
366 sdrv->shutdown(to_spmi_device(dev)); in spmi_drv_shutdown()
401 return to_spmi_device(dev); in spmi_device_from_of()
560 struct spmi_device *spmidev = to_spmi_device(dev); in spmi_ctrl_remove_device()
/Linux-v6.1/include/linux/
Dspmi.h45 static inline struct spmi_device *to_spmi_device(struct device *d) in to_spmi_device() function
/Linux-v6.1/drivers/mfd/
Dqcom-spmi-pmic.c88 sdev = to_spmi_device(dev); in qcom_pmic_get_base_usid()
/Linux-v6.1/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c1080 parent_spmi_dev = to_spmi_device(dev->parent); in pmic_gpio_probe()