nvkm_subdev_ctor
nvkm_subdev_ctor(&nvkm_engine, device, type, inst, &engine->subdev);
nvkm_subdev_ctor(func, device, type, inst, *psubdev);
nvkm_subdev_ctor(&nvkm_acr, device, type, inst, &acr->subdev);
nvkm_subdev_ctor(&nvkm_bar, device, type, inst, &bar->subdev);
nvkm_subdev_ctor(&nvkm_bios, device, type, inst, &bios->subdev);
nvkm_subdev_ctor(&nvkm_bus, device, type, inst, &bus->subdev);
nvkm_subdev_ctor(&nvkm_clk, device, type, inst, subdev);
nvkm_subdev_ctor(&nvkm_devinit, device, type, inst, &init->subdev);
nvkm_subdev_ctor(&nvkm_fault, device, type, inst, &fault->subdev);
nvkm_subdev_ctor(&nvkm_fb, device, type, inst, &fb->subdev);
nvkm_subdev_ctor(&nvkm_fsp, device, type, inst, &fsp->subdev);
nvkm_subdev_ctor(&nvkm_fuse, device, type, inst, &fuse->subdev);
nvkm_subdev_ctor(&nvkm_gpio, device, type, inst, &gpio->subdev);
nvkm_subdev_ctor(&nvkm_gsp, device, type, inst, &gsp->subdev);
nvkm_subdev_ctor(&nvkm_i2c, device, type, inst, &i2c->subdev);
nvkm_subdev_ctor(&iccsense_func, device, type, inst, &iccsense->subdev);
nvkm_subdev_ctor(&nvkm_instmem, device, type, inst, &imem->subdev);
nvkm_subdev_ctor(&nvkm_ltc, device, type, inst, <c->subdev);
nvkm_subdev_ctor(&nvkm_mc, device, type, inst, &mc->subdev);
nvkm_subdev_ctor(&nvkm_mmu, device, type, inst, &mmu->subdev);
nvkm_subdev_ctor(&nvkm_mxm, device, type, inst, &mxm->subdev);
nvkm_subdev_ctor(&nvkm_pci_func, device, type, inst, &pci->subdev);
nvkm_subdev_ctor(&nvkm_pmu, device, type, inst, &pmu->subdev);
nvkm_subdev_ctor(&nvkm_therm, device, type, inst, &therm->subdev);
nvkm_subdev_ctor(&nvkm_timer, device, type, inst, &tmr->subdev);
nvkm_subdev_ctor(&nvkm_top, device, type, inst, &top->subdev);
nvkm_subdev_ctor(&nvkm_vfn, device, type, inst, &vfn->subdev);
nvkm_subdev_ctor(&nvkm_volt, device, type, inst, &volt->subdev);