Searched refs:host1x_device (Results 1 – 3 of 3) sorted by relevance
46 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()97 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()117 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()146 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()182 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()200 int host1x_device_init(struct host1x_device *device) in host1x_device_init()242 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()271 struct host1x_device *device; in host1x_add_client()293 struct host1x_device *device, *dt; in host1x_del_client()338 static void __host1x_device_del(struct host1x_device *device) in __host1x_device_del()[all …]
265 struct host1x_device;282 int (*probe)(struct host1x_device *device);283 int (*remove)(struct host1x_device *device);284 void (*shutdown)(struct host1x_device *device);300 struct host1x_device { struct315 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument317 return container_of(dev, struct host1x_device, dev); in to_host1x_device()320 int host1x_device_init(struct host1x_device *device);321 int host1x_device_exit(struct host1x_device *device);
82 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_load()213 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_unload()1178 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()1201 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()