Symbol: host1x_device
drivers/crypto/tegra/tegra-se-main.c
397
static int tegra_se_host1x_probe(struct host1x_device *dev)
drivers/crypto/tegra/tegra-se-main.c
402
static void tegra_se_host1x_remove(struct host1x_device *dev)
drivers/gpu/drm/tegra/drm.c
1089
static bool host1x_drm_wants_iommu(struct host1x_device *dev)
drivers/gpu/drm/tegra/drm.c
1139
static int host1x_drm_probe(struct host1x_device *dev)
drivers/gpu/drm/tegra/drm.c
1304
static void host1x_drm_remove(struct host1x_device *dev)
drivers/gpu/drm/tegra/drm.c
1335
static void host1x_drm_shutdown(struct host1x_device *dev)
drivers/gpu/host1x/bus.c
105
static void host1x_subdev_register(struct host1x_device *device,
drivers/gpu/host1x/bus.c
134
static void __host1x_subdev_unregister(struct host1x_device *device,
drivers/gpu/host1x/bus.c
170
static void host1x_subdev_unregister(struct host1x_device *device,
drivers/gpu/host1x/bus.c
188
int host1x_device_init(struct host1x_device *device)
drivers/gpu/host1x/bus.c
249
int host1x_device_exit(struct host1x_device *device)
drivers/gpu/host1x/bus.c
290
struct host1x_device *device;
drivers/gpu/host1x/bus.c
312
struct host1x_device *device, *dt;
drivers/gpu/host1x/bus.c
352
struct host1x_device *device = to_host1x_device(dev);
drivers/gpu/host1x/bus.c
363
struct host1x_device *device = to_host1x_device(dev);
drivers/gpu/host1x/bus.c
372
struct host1x_device *device = to_host1x_device(dev);
drivers/gpu/host1x/bus.c
39
static int host1x_subdev_add(struct host1x_device *device,
drivers/gpu/host1x/bus.c
398
static void __host1x_device_del(struct host1x_device *device)
drivers/gpu/host1x/bus.c
448
struct host1x_device *device = to_host1x_device(dev);
drivers/gpu/host1x/bus.c
459
struct host1x_device *device;
drivers/gpu/host1x/bus.c
529
struct host1x_device *device)
drivers/gpu/host1x/bus.c
542
struct host1x_device *device;
drivers/gpu/host1x/bus.c
564
struct host1x_device *device, *tmp;
drivers/gpu/host1x/bus.c
578
struct host1x_device *device;
drivers/gpu/host1x/bus.c
88
static int host1x_device_parse_dt(struct host1x_device *device,
drivers/staging/media/tegra-video/video.c
110
static void host1x_video_remove(struct host1x_device *dev)
drivers/staging/media/tegra-video/video.c
44
static int host1x_video_probe(struct host1x_device *dev)
include/linux/host1x.h
372
struct host1x_device;
include/linux/host1x.h
389
int (*probe)(struct host1x_device *device);
include/linux/host1x.h
390
void (*remove)(struct host1x_device *device);
include/linux/host1x.h
391
void (*shutdown)(struct host1x_device *device);
include/linux/host1x.h
424
static inline struct host1x_device *to_host1x_device(struct device *dev)
include/linux/host1x.h
426
return container_of(dev, struct host1x_device, dev);
include/linux/host1x.h
429
int host1x_device_init(struct host1x_device *device);
include/linux/host1x.h
430
int host1x_device_exit(struct host1x_device *device);