Searched refs:to_scmi_dev (Results 1 – 2 of 2) sorted by relevance
44 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match()71 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()96 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()140 kfree(to_scmi_dev(dev)); in scmi_device_release()225 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
325 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro