Home
last modified time | relevance | path

Searched defs:nvif_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h7 struct nvif_device { struct
13 static inline struct nvif_device * argument
14 nvif_device(struct nvif_object *object) in nvif_device() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Ddevice.c34 nvif_device_init(struct nvif_object *parent, void (*dtor)(struct nvif_device *), in nvif_device_init()