Searched refs:drmm_add_action (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_managed.h16 int drmm_add_action(struct drm_device *, drmm_func_t, void *);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_managed.c106 drmm_add_action(struct drm_device *dev, drmm_func_t f, void *cookie) function
H A Ddrm_gem.c270 return drmm_add_action(dev, drm_gem_init_release, NULL);
H A Ddrm_drv.c369 * &drm_device managed resources with drmm_add_action(), drmm_kmalloc() and
1425 ret = drmm_add_action(dev, drm_dev_init_release, NULL);

Completed in 141 milliseconds