Lines Matching refs:pdev
357 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, in nouveau_device_open_existing() argument
365 void *data, uint32_t size, struct nouveau_device **pdev) in nouveau_device_new() argument
385 dev = *pdev = &nvdev->base; in nouveau_device_new()
453 nouveau_device_del(pdev); in nouveau_device_new()
458 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() argument
472 }, sizeof(struct nv_device_v0), pdev); in nouveau_device_wrap()
478 nvdev = nouveau_device(*pdev); in nouveau_device_wrap()
486 nouveau_device_open(const char *busid, struct nouveau_device **pdev) in nouveau_device_open() argument
490 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()
498 nouveau_device_del(struct nouveau_device **pdev) in nouveau_device_del() argument
500 struct nouveau_device_priv *nvdev = nouveau_device(*pdev); in nouveau_device_del()
512 *pdev = NULL; in nouveau_device_del()