Searched refs:destroy (Results 1 - 25 of 139) sorted by relevance

123456

/drivers/gpu/drm/i915/
H A Ddvo.h130 void (*destroy) (struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
H A Dintel_dvo.c280 .destroy = intel_dvo_destroy,
294 if (intel_dvo->dev.dev_ops->destroy)
295 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev);
303 .destroy = intel_dvo_enc_destroy,
/drivers/gpu/drm/nouveau/
H A Dnv84_bsp.c77 pbsp->base.destroy = nv84_bsp_destroy;
H A Dnv84_vp.c77 pvp->base.destroy = nv84_vp_destroy;
H A Dnv98_crypt.c72 pcrypt->base.destroy = nv98_crypt_destroy;
H A Dnv98_ppp.c72 pppp->base.destroy = nv98_ppp_destroy;
H A Dnouveau_sgdma.c83 .destroy = nouveau_sgdma_destroy
140 .destroy = nouveau_sgdma_destroy
283 .destroy = nouveau_sgdma_destroy
307 .destroy = nouveau_sgdma_destroy
H A Dnv04_tv.c172 get_slave_funcs(encoder)->destroy(encoder);
180 .destroy = nv04_tv_destroy,
/drivers/gpu/drm/udl/
H A Dudl_encoder.c65 .destroy = udl_enc_destroy,
H A Dudl_connector.c119 .destroy = udl_connector_destroy,
/drivers/mtd/chips/
H A Dchipreg.c89 if (map->fldrv->destroy)
90 map->fldrv->destroy(mtd);
H A Dmap_absent.c39 .destroy = map_absent_destroy,
/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c82 encoder->funcs->destroy(encoder);
102 encoder->funcs->destroy(encoder);
108 connector->funcs->destroy(connector);
H A Dexynos_drm_fbdev.c269 if (fb && fb->funcs->destroy)
270 fb->funcs->destroy(fb);
/drivers/md/persistent-data/
H A Ddm-space-map.h17 void (*destroy)(struct dm_space_map *sm); member in struct:dm_space_map
68 sm->destroy(sm);
/drivers/md/
H A Ddm-path-selector.h41 void (*destroy) (struct path_selector *ps); member in struct:path_selector_type
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h61 void (*destroy)(struct vmw_fence_obj *fence); member in struct:vmw_fence_obj
H A Dvmwgfx_fence.c116 if (fence->destroy)
117 fence->destroy(fence);
213 void (*destroy) (struct vmw_fence_obj *fence))
225 fence->destroy = destroy;
255 * it may re-enable them in the destroy function.
818 event->destroy(event);
1034 event->base.destroy = (void (*) (struct drm_pending_event *)) kfree;
1053 event->base.destroy(&event->base);
/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h98 void (*destroy)(struct cmac *); member in struct:cmac_ops
H A Dcphy.h70 void (*destroy)(struct cphy *); member in struct:cphy_ops
/drivers/gpu/drm/gma500/
H A Dmdfld_tpo_vid.c116 .destroy = drm_encoder_cleanup,
H A Dcdv_intel_crt.c253 .destroy = cdv_intel_crt_destroy,
270 .destroy = cdv_intel_crt_enc_destroy,
/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c110 .destroy = ttm_agp_destroy,
/drivers/firmware/
H A DKconfig46 write, create, and destroy EFI variables through this interface.
/drivers/staging/omapdrm/
H A Domap_crtc.c48 omap_crtc->plane->funcs->destroy(omap_crtc->plane);
203 .destroy = omap_crtc_destroy,

Completed in 426 milliseconds

123456