Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_bus.c35 struct vchiq_device *device = to_vchiq_device(dev); in vchiq_bus_probe()
43 struct vchiq_device *device = to_vchiq_device(dev); in vchiq_bus_remove()
60 struct vchiq_device *device = to_vchiq_device(dev); in vchiq_device_release()
Dvchiq_bus.h30 static inline struct vchiq_device *to_vchiq_device(struct device *d) in to_vchiq_device() function