Searched refs:destroy (Results 251 - 275 of 733) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h150 void (*destroy)(struct link_encoder **enc); member in struct:link_encoder_funcs
/linux-master/net/bridge/netfilter/
H A Dnft_meta_bridge.c193 .destroy = nft_meta_set_destroy,
/linux-master/include/scsi/
H A Dlibfcoe.h299 * @destroy: handler to delete per-instance FCoE structures
311 int (*destroy) (struct net_device *device); member in struct:fcoe_transport
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_writeback.c137 .destroy = drm_connector_cleanup,
/linux-master/mm/
H A Dzbud.c423 .destroy = zbud_zpool_destroy,
/linux-master/net/netfilter/
H A Dnft_objref.c208 .destroy = nft_objref_map_destroy,
H A Dxt_recent.c702 .destroy = recent_mt_destroy,
712 .destroy = recent_mt_destroy,
722 .destroy = recent_mt_destroy,
732 .destroy = recent_mt_destroy,
/linux-master/net/ipv4/
H A Dxfrm4_policy.c132 .destroy = xfrm4_dst_destroy,
H A Draw_diag.c223 .destroy = raw_diag_destroy,
H A Dtcp_diag.c234 .destroy = tcp_diag_destroy,
/linux-master/security/keys/
H A Drequest_key_auth.c38 .destroy = request_key_auth_destroy,
/linux-master/include/drm/
H A Ddrm_crtc.h381 * various phases. This is never cleared, except when we destroy the
498 * @destroy:
504 void (*destroy)(struct drm_crtc *crtc); member in struct:drm_crtc_funcs
1247 * The @drm_crtc_funcs.destroy hook must be NULL.
H A Ddrm_plane.h344 * @destroy:
350 void (*destroy)(struct drm_plane *plane); member in struct:drm_plane_funcs
827 * The @drm_plane_funcs.destroy hook must be NULL.
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c100 .destroy = vmw_gb_shader_destroy,
116 * The destroy callback is only called with a committed resource on
117 * context destroy, in which case we destroy the cotable anyway,
118 * so there's no need to destroy DX shaders separately.
120 .destroy = NULL,
150 if (likely(res->func->destroy))
151 (void) res->func->destroy(res);
542 * destroy operation won't need to swap in the context.
/linux-master/net/dns_resolver/
H A Ddns_key.c330 .destroy = user_destroy,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.h244 kref_put(&ce->ref, ce->ops->destroy);
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_verbs.c86 * iser_free_device_ib_res - destroy/dealloc/dereg the DMA MR,
364 * @destroy: indicator if we need to try to release the
372 static void iser_free_ib_conn_res(struct iser_conn *iser_conn, bool destroy) argument
386 if (destroy) {
651 bool destroy)
668 iser_free_ib_conn_res(iser_conn, destroy);
711 * we *must* destroy the device as we cannot rely
713 * also if we are not in state DOWN implicitly destroy
650 iser_cleanup_handler(struct rdma_cm_id *cma_id, bool destroy) argument
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_dpi.c58 .destroy = exynos_dpi_connector_destroy,
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.c230 .destroy = clu_destroy,
H A Dvsp1_hgo.c175 .destroy = vsp1_histogram_destroy,
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c684 .destroy = drm_plane_cleanup,
708 .destroy = drm_crtc_cleanup,
716 .destroy = drm_encoder_cleanup,
733 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_writeback.c27 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c386 link->panel_cntl->funcs->destroy(&link->panel_cntl);
397 link->link_enc->funcs->destroy(&link->link_enc);
727 link->link_enc->funcs->destroy(&link->link_enc);
730 link->panel_cntl->funcs->destroy(&link->panel_cntl);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_panel_cntl.c263 .destroy = dce_panel_cntl_destroy,
/linux-master/include/linux/
H A Dnfs_fs_sb.h250 void (*destroy)(struct nfs_server *); member in struct:nfs_server

Completed in 335 milliseconds

<<11121314151617181920>>