Searched refs:nvif_client_ctor (Results 1 – 3 of 3) sorted by relevance
12 int nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *);
39 return nvif_client_ctor(client, name, client); in nvif_driver_init()
52 nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *client) in nvif_client_ctor() function