• Home
  • Raw
  • Download

Lines Matching refs:nouveau_device

357 nouveau_device_open_existing(struct nouveau_device **pdev, int close, int fd,  in nouveau_device_open_existing()
365 void *data, uint32_t size, struct nouveau_device **pdev) in nouveau_device_new()
374 struct nouveau_device *dev; in nouveau_device_new()
458 nouveau_device_wrap(int fd, int close, struct nouveau_device **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()
498 nouveau_device_del(struct nouveau_device **pdev) in nouveau_device_del()
500 struct nouveau_device_priv *nvdev = nouveau_device(*pdev); in nouveau_device_del()
517 nouveau_getparam(struct nouveau_device *dev, uint64_t param, uint64_t *value) in nouveau_getparam()
528 nouveau_setparam(struct nouveau_device *dev, uint64_t param, uint64_t value) in nouveau_setparam()
536 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new()
538 struct nouveau_device_priv *nvdev = nouveau_device(dev); in nouveau_client_new()
581 nvdev = nouveau_device(pcli->base.device); in nouveau_client_del()
594 struct nouveau_device_priv *nvdev = nouveau_device(bo->device); in nouveau_bo_del()
622 nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align, in nouveau_bo_new()
648 nouveau_bo_wrap_locked(struct nouveau_device *dev, uint32_t handle, in nouveau_bo_wrap_locked()
652 struct nouveau_device_priv *nvdev = nouveau_device(dev); in nouveau_bo_wrap_locked()
704 struct nouveau_device_priv *nvdev = nouveau_device(nvbo->base.device); in nouveau_bo_make_global()
713 nouveau_bo_wrap(struct nouveau_device *dev, uint32_t handle, in nouveau_bo_wrap()
716 struct nouveau_device_priv *nvdev = nouveau_device(dev); in nouveau_bo_wrap()
725 nouveau_bo_name_ref(struct nouveau_device *dev, uint32_t name, in nouveau_bo_name_ref()
729 struct nouveau_device_priv *nvdev = nouveau_device(dev); in nouveau_bo_name_ref()
790 nouveau_bo_prime_handle_ref(struct nouveau_device *dev, int prime_fd, in nouveau_bo_prime_handle_ref()
794 struct nouveau_device_priv *nvdev = nouveau_device(dev); in nouveau_bo_prime_handle_ref()