Searched defs:drm_fs_inode_new (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_drv.c461 * The drm_fs_inode_new() function allocates a new inode, drm_fs_inode_free()
463 * the inode. But each drm_fs_inode_new() call must be paired with exactly one
499 static struct inode *drm_fs_inode_new(void) function
566 dev->anon_inode = drm_fs_inode_new();

Completed in 48 milliseconds