Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/arm_scmi/
Dbus.c40 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()
124 kfree(to_scmi_dev(dev)); in scmi_device_release()
199 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
/Linux-v5.4/include/linux/
Dscmi_protocol.h264 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro