host1x_device
static int tegra_se_host1x_probe(struct host1x_device *dev)
static void tegra_se_host1x_remove(struct host1x_device *dev)
static bool host1x_drm_wants_iommu(struct host1x_device *dev)
static int host1x_drm_probe(struct host1x_device *dev)
static void host1x_drm_remove(struct host1x_device *dev)
static void host1x_drm_shutdown(struct host1x_device *dev)
static void host1x_subdev_register(struct host1x_device *device,
static void __host1x_subdev_unregister(struct host1x_device *device,
static void host1x_subdev_unregister(struct host1x_device *device,
int host1x_device_init(struct host1x_device *device)
int host1x_device_exit(struct host1x_device *device)
struct host1x_device *device;
struct host1x_device *device, *dt;
struct host1x_device *device = to_host1x_device(dev);
struct host1x_device *device = to_host1x_device(dev);
struct host1x_device *device = to_host1x_device(dev);
static int host1x_subdev_add(struct host1x_device *device,
static void __host1x_device_del(struct host1x_device *device)
struct host1x_device *device = to_host1x_device(dev);
struct host1x_device *device;
struct host1x_device *device)
struct host1x_device *device;
struct host1x_device *device, *tmp;
struct host1x_device *device;
static int host1x_device_parse_dt(struct host1x_device *device,
static void host1x_video_remove(struct host1x_device *dev)
static int host1x_video_probe(struct host1x_device *dev)
struct host1x_device;
int (*probe)(struct host1x_device *device);
void (*remove)(struct host1x_device *device);
void (*shutdown)(struct host1x_device *device);
static inline struct host1x_device *to_host1x_device(struct device *dev)
return container_of(dev, struct host1x_device, dev);
int host1x_device_init(struct host1x_device *device);
int host1x_device_exit(struct host1x_device *device);