Searched refs:drm_open (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/drm/
H A Ddrm_gem_dma_helper.h262 .open = drm_open,\
H A Ddrm_file.h437 int drm_open(struct inode *inode, struct file *filp);
H A Ddrm_gem.h443 .open = drm_open,\
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c83 * stored in the &drm_driver.fops field. The mandatory functions are drm_open(),
108 * .open = drm_open,
349 * drm_open - open method for DRM file
361 int drm_open(struct inode *inode, struct file *filp) function
396 EXPORT_SYMBOL(drm_open); variable
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.c494 .open = drm_open,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c514 .open = drm_open,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device.c170 .open = drm_open,
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c1355 .open = drm_open,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1267 .open = drm_open,
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c796 .open = drm_open,
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c1706 .open = drm_open,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1609 .open = drm_open,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2873 .open = drm_open,

Completed in 337 milliseconds