Symbol: host1x_driver
drivers/crypto/tegra/tegra-se-main.c
407
static struct host1x_driver tegra_se_host1x_driver = {
drivers/gpu/drm/tegra/drm.c
1402
static struct host1x_driver host1x_drm_driver = {
drivers/gpu/host1x/bus.c
351
struct host1x_driver *driver = to_host1x_driver(dev->driver);
drivers/gpu/host1x/bus.c
362
struct host1x_driver *driver = to_host1x_driver(dev->driver);
drivers/gpu/host1x/bus.c
371
struct host1x_driver *driver = to_host1x_driver(dev->driver);
drivers/gpu/host1x/bus.c
40
struct host1x_driver *driver,
drivers/gpu/host1x/bus.c
455
struct host1x_driver *driver)
drivers/gpu/host1x/bus.c
540
struct host1x_driver *driver)
drivers/gpu/host1x/bus.c
562
struct host1x_driver *driver)
drivers/gpu/host1x/bus.c
615
struct host1x_driver *driver;
drivers/gpu/host1x/bus.c
643
struct host1x_driver *driver;
drivers/gpu/host1x/bus.c
669
int host1x_driver_register_full(struct host1x_driver *driver,
drivers/gpu/host1x/bus.c
701
void host1x_driver_unregister(struct host1x_driver *driver)
drivers/gpu/host1x/bus.c
89
struct host1x_driver *driver)
drivers/staging/media/tegra-video/video.c
141
static struct host1x_driver host1x_video_driver = {
include/linux/host1x.h
394
static inline struct host1x_driver *
include/linux/host1x.h
397
return container_of(driver, struct host1x_driver, driver);
include/linux/host1x.h
400
int host1x_driver_register_full(struct host1x_driver *driver,
include/linux/host1x.h
402
void host1x_driver_unregister(struct host1x_driver *driver);
include/linux/host1x.h
408
struct host1x_driver *driver;