Lines Matching refs:oproxy
68 struct nvkm_oproxy oproxy; member
75 nvkm_uchan_object_fini_1(struct nvkm_oproxy *oproxy, bool suspend) in nvkm_uchan_object_fini_1() argument
77 struct nvkm_uobj *uobj = container_of(oproxy, typeof(*uobj), oproxy); in nvkm_uchan_object_fini_1()
98 nvkm_uchan_object_init_0(struct nvkm_oproxy *oproxy) in nvkm_uchan_object_init_0() argument
100 struct nvkm_uobj *uobj = container_of(oproxy, typeof(*uobj), oproxy); in nvkm_uchan_object_init_0()
131 nvkm_uchan_object_dtor(struct nvkm_oproxy *oproxy) in nvkm_uchan_object_dtor() argument
133 struct nvkm_uobj *uobj = container_of(oproxy, typeof(*uobj), oproxy); in nvkm_uchan_object_dtor()
172 nvkm_oproxy_ctor(&nvkm_uchan_object, oclass, &uobj->oproxy); in nvkm_uchan_object_new()
174 *pobject = &uobj->oproxy.base; in nvkm_uchan_object_new()
190 }, argv, argc, &uobj->oproxy.object); in nvkm_uchan_object_new()
195 uobj->hash = engn->func->ramht_add(engn, uobj->oproxy.object, uobj->chan); in nvkm_uchan_object_new()