Lines Matching refs:pdev
371 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd, in nouveau_device_open_existing() argument
379 void *data, uint32_t size, struct nouveau_device **pdev) in nouveau_device_new() argument
399 dev = *pdev = &nvdev->base; in nouveau_device_new()
467 nouveau_device_del(pdev); in nouveau_device_new()
472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() argument
486 }, sizeof(struct nv_device_v0), pdev); in nouveau_device_wrap()
492 nvdev = nouveau_device(*pdev); in nouveau_device_wrap()
500 nouveau_device_open(const char *busid, struct nouveau_device **pdev) in nouveau_device_open() argument
504 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()
512 nouveau_device_del(struct nouveau_device **pdev) in nouveau_device_del() argument
514 struct nouveau_device_priv *nvdev = nouveau_device(*pdev); in nouveau_device_del()
526 *pdev = NULL; in nouveau_device_del()