Searched refs:to_scmi_dev (Results 1 – 2 of 2) sorted by relevance
40 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match()62 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()83 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()194 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
231 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro