Home
last modified time | relevance | path

Searched defs:scmi_dev (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/firmware/arm_scmi/
Dbus.c205 scmi_dev_match_id(struct scmi_device *scmi_dev, const struct scmi_driver *scmi_drv) in scmi_dev_match_id()
226 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_match() local
267 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_probe() local
278 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_dev_remove() local
286 const struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_device_uevent() local
296 struct scmi_device *scmi_dev = to_scmi_dev(dev); in modalias_show() local
307 struct scmi_device *scmi_dev = to_scmi_dev(dev); in protocol_id_show() local
316 struct scmi_device *scmi_dev = to_scmi_dev(dev); in name_show() local
374 struct scmi_device *scmi_dev = to_scmi_dev(dev); in scmi_device_release() local
380 static void __scmi_device_destroy(struct scmi_device *scmi_dev) in __scmi_device_destroy()
[all …]
Ddriver.c2544 static void scmi_set_handle(struct scmi_device *scmi_dev) in scmi_set_handle()