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_find_child_dev()106 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()122 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()171 kfree(to_scmi_dev(dev)); in scmi_device_release()275 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
675 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro