Searched defs:bclass (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/mc/
H A Dbase.c112 struct nouveau_oclass *bclass, int length, void **pobject)
114 const struct nouveau_mc_oclass *oclass = (void *)bclass;
119 ret = nouveau_subdev_create_(parent, engine, bclass, 0, "PMC",
111 nouveau_mc_create_(struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *bclass, int length, void **pobject) argument
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnvc0.c1531 struct nouveau_oclass *bclass, void *data, u32 size,
1534 struct nvc0_graph_oclass *oclass = (void *)bclass;
1544 ret = nouveau_graph_create(parent, engine, bclass, enable, &priv);
1530 nvc0_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *bclass, void *data, u32 size, struct nouveau_object **pobject) argument

Completed in 94 milliseconds