Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firmware/arm_scmi/
Dbus.c211 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match()
223 struct scmi_device *sdev = to_scmi_dev(dev); in scmi_match_by_id_table()
243 return to_scmi_dev(dev); in scmi_child_dev_find()
249 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()
260 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()
308 kfree(to_scmi_dev(dev)); in scmi_device_release()
475 struct scmi_device *scmi_dev = to_scmi_dev(dev); in __scmi_devices_unregister()
Ddriver.c2445 struct scmi_device *sdev = to_scmi_dev(cinfo->dev); in scmi_chan_destroy()
2479 struct scmi_device *sdev = to_scmi_dev(data); in scmi_bus_notifier()
/linux-6.6.21/include/linux/
Dscmi_protocol.h833 #define to_scmi_dev(d) container_of(d, struct scmi_device, dev) macro