Searched refs:to_scmi_dev (Results 1 – 3 of 3) sorted by relevance
228 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match()235 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_match_by_id_table()257 return to_scmi_dev(dev); in scmi_child_dev_find()263 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe()274 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove()282 const struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_device_uevent()292 struct scmi_device *scmi_dev = to_scmi_dev(dev); in modalias_show()303 struct scmi_device *scmi_dev = to_scmi_dev(dev); in protocol_id_show()312 struct scmi_device *scmi_dev = to_scmi_dev(dev); in name_show()396 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_device_release()[all …]
2862 struct scmi_device *sdev = to_scmi_dev(cinfo->dev); in scmi_chan_destroy()2896 struct scmi_device *sdev = to_scmi_dev(data); in scmi_bus_notifier()
948 #define to_scmi_dev(d) container_of_const(d, struct scmi_device, dev) macro