Lines Matching defs:dev
53 drm_core_ioremap(struct drm_local_map *map, struct drm_device *dev)
55 if ((map->type == _DRM_AGP) && dev->agp) {
77 (void) drm_ioremap(dev, map);
83 drm_core_ioremapfree(struct drm_local_map *map, struct drm_device *dev)
85 _NOTE(ARGUNUSED(dev))
94 * calling to agp_remap_free(dev, map);
126 drm_pci_alloc(struct drm_device *dev, size_t size,
140 if (ddi_dma_alloc_handle(dev->devinfo, &hw_dma_attr,
194 do_get_pci_res(struct drm_device *dev, drm_pci_resource_t *resp)
200 DDI_DEV_T_ANY, dev->devinfo, DDI_PROP_DONTPASS,
216 drm_get_resource_start(struct drm_device *dev, unsigned int regnum)
223 ret = do_get_pci_res(dev, &res);