Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spmi/
Dspmi.c30 struct spmi_device *sdev = to_spmi_device(dev); in spmi_dev_release()
317 struct spmi_device *sdev = to_spmi_device(dev); in spmi_drv_probe()
342 sdrv->remove(to_spmi_device(dev)); in spmi_drv_remove()
514 struct spmi_device *spmidev = to_spmi_device(dev); in spmi_ctrl_remove_device()
/linux-4.1.27/include/linux/
Dspmi.h53 static inline struct spmi_device *to_spmi_device(struct device *d) in to_spmi_device() function