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()56 struct scmi_device *sdev = to_scmi_dev(dev); in scmi_match_by_id_table()76 return to_scmi_dev(dev); in scmi_child_dev_find()106 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()117 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()164 kfree(to_scmi_dev(dev)); in scmi_device_release()279 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
805 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro