Home
last modified time | relevance | path

Searched refs:module_put (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_encoder_slave.c92 module_put(module); in drm_i2c_encoder_init()
115 module_put(module); in drm_i2c_encoder_destroy()
H A Ddrm_client.c110 module_put(funcs->owner); in drm_client_init()
181 module_put(client->funcs->owner); in drm_client_release()
H A Ddrm_fbdev_dma.c35 module_put(fb_helper->dev->driver->fops->owner); in drm_fbdev_dma_fb_release()
H A Ddrm_fbdev_generic.c33 module_put(fb_helper->dev->driver->fops->owner); in drm_fbdev_generic_fb_release()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dmodule.h29 module_put(struct module *m) in module_put() function