Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/arm_scmi/
Dbus.c44 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()
/linux-6.1.9/include/linux/
Dscmi_protocol.h805 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro