Home
last modified time | relevance | path

Searched refs:nvif_device_ctor (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c51 nvif_device_ctor(struct nvif_object *parent, const char *name, u32 handle, in nvif_device_ctor() function
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Ddevice.h21 int nvif_device_ctor(struct nvif_object *, const char *name, u32 handle,
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c59 if (nvif_device_ctor(&cli->base.object, "abi16Device", in nouveau_abi16()
H A Dnouveau_drm.c266 ret = nvif_device_ctor(&cli->base.object, "drmDevice", 0, NV_DEVICE, in nouveau_cli_init()