host1x_device     250 include/linux/host1x.h struct host1x_device;
host1x_device     257 include/linux/host1x.h 	int (*probe)(struct host1x_device *device);
host1x_device     258 include/linux/host1x.h 	int (*remove)(struct host1x_device *device);
host1x_device     277 include/linux/host1x.h static inline struct host1x_device *to_host1x_device(struct device *dev)
host1x_device     279 include/linux/host1x.h 	return container_of(dev, struct host1x_device, dev);
host1x_device     282 include/linux/host1x.h int host1x_device_init(struct host1x_device *device);
host1x_device     283 include/linux/host1x.h int host1x_device_exit(struct host1x_device *device);