Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Dbus.c410 struct host1x_device *device = to_host1x_device(dev); in host1x_device_release()
614 struct host1x_device *device = to_host1x_device(dev); in host1x_device_probe()
625 struct host1x_device *device = to_host1x_device(dev); in host1x_device_remove()
636 struct host1x_device *device = to_host1x_device(dev); in host1x_device_shutdown()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h315 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() function