Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dbus.c231 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match()
243 struct scmi_device *sdev = to_scmi_dev(dev); in scmi_match_by_id_table()
263 return to_scmi_dev(dev); in scmi_child_dev_find()
269 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()
280 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()
328 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_device_release()
496 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
/linux/include/linux/
H A Dscmi_protocol.h948 #define to_scmi_dev(d) container_of_const(d, struct scmi_device, dev) macro