Home | History | Annotate | Download | only in nouveau

Lines Matching refs:pdev

361 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd,
369 void *data, uint32_t size, struct nouveau_device **pdev)
389 dev = *pdev = &nvdev->base;
457 nouveau_device_del(pdev);
462 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev)
476 }, sizeof(struct nv_device_v0), pdev);
482 nvdev = nouveau_device(*pdev);
490 nouveau_device_open(const char *busid, struct nouveau_device **pdev)
494 ret = nouveau_device_wrap(fd, 1, pdev);
502 nouveau_device_del(struct nouveau_device **pdev)
504 struct nouveau_device_priv *nvdev = nouveau_device(*pdev);
516 *pdev = NULL;