Lines Matching defs:dev

43 static void nouveau_stub_takedown(struct drm_device *dev) {}  in nouveau_stub_takedown()
44 static int nouveau_stub_init(struct drm_device *dev) { return 0; } in nouveau_stub_init()
46 static int nouveau_init_engine_ptrs(struct drm_device *dev) in nouveau_init_engine_ptrs()
498 struct drm_device *dev = priv; in nouveau_vga_set_decode() local
516 struct drm_device *dev = pci_get_drvdata(pdev); in nouveau_switcheroo_set_state() local
536 struct drm_device *dev = pci_get_drvdata(pdev); in nouveau_switcheroo_reprobe() local
542 struct drm_device *dev = pci_get_drvdata(pdev); in nouveau_switcheroo_can_switch() local
552 nouveau_card_init(struct drm_device *dev) in nouveau_card_init()
810 static void nouveau_card_takedown(struct drm_device *dev) in nouveau_card_takedown()
869 nouveau_open(struct drm_device *dev, struct drm_file *file_priv) in nouveau_open()
905 void nouveau_preclose(struct drm_device *dev, struct drm_file *file_priv) in nouveau_preclose()
911 nouveau_postclose(struct drm_device *dev, struct drm_file *file_priv) in nouveau_postclose()
920 int nouveau_firstopen(struct drm_device *dev) in nouveau_firstopen()
926 static void nouveau_OF_copy_vbios_to_ramin(struct drm_device *dev) in nouveau_OF_copy_vbios_to_ramin()
948 static struct apertures_struct *nouveau_get_apertures(struct drm_device *dev) in nouveau_get_apertures()
974 static int nouveau_remove_conflicting_drivers(struct drm_device *dev) in nouveau_remove_conflicting_drivers()
990 int nouveau_load(struct drm_device *dev, unsigned long flags) in nouveau_load()
1174 void nouveau_lastclose(struct drm_device *dev) in nouveau_lastclose()
1179 int nouveau_unload(struct drm_device *dev) in nouveau_unload()
1193 int nouveau_ioctl_getparam(struct drm_device *dev, void *data, in nouveau_ioctl_getparam()
1253 nouveau_ioctl_setparam(struct drm_device *dev, void *data, in nouveau_ioctl_setparam()
1269 nouveau_wait_eq(struct drm_device *dev, uint64_t timeout, in nouveau_wait_eq()
1286 nouveau_wait_ne(struct drm_device *dev, uint64_t timeout, in nouveau_wait_ne()
1303 nouveau_wait_cb(struct drm_device *dev, u64 timeout, in nouveau_wait_cb()
1319 bool nouveau_wait_for_idle(struct drm_device *dev) in nouveau_wait_for_idle()