Searched refs:destroy (Results 226 - 250 of 729) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c153 .destroy = sun4i_rgb_connector_destroy,
H A Dsun4i_crtc.c184 .destroy = drm_crtc_cleanup,
H A Dsun4i_layer.c134 .destroy = drm_plane_cleanup,
/linux-master/net/sunrpc/
H A Dauth_unix.c219 .destroy = unx_destroy,
/linux-master/security/keys/
H A Dbig_key.c48 .destroy = big_key_destroy,
H A Drequest_key_auth.c38 .destroy = request_key_auth_destroy,
/linux-master/drivers/gpu/drm/
H A Ddrm_writeback.c150 .destroy = drm_encoder_cleanup,
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c177 .destroy = drm_plane_helper_destroy,
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c217 .destroy = drm_crtc_cleanup,
/linux-master/net/openvswitch/
H A Dvport-internal_dev.c219 .destroy = internal_dev_destroy,
/linux-master/net/netfilter/
H A Dxt_RATEEST.c188 .destroy = xt_rateest_tg_destroy,
H A Dnft_numgen.c197 .destroy = nft_ng_inc_destroy,
H A Dnft_objref.c208 .destroy = nft_objref_map_destroy,
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c73 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c58 .destroy = drm_crtc_cleanup,
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c231 .destroy = cdv_intel_crt_destroy,
/linux-master/drivers/md/
H A Ddm-ps-service-time.c330 .destroy = st_destroy,
H A Ddm-ps-queue-length.c249 .destroy = ql_destroy,
H A Ddm-ps-io-affinity.c244 .destroy = ioa_destroy,
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-disk.c201 .destroy = sm_disk_destroy,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c72 .destroy = NULL, /* Command buffer managed resource. */
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/bridge/netfilter/
H A Dnft_meta_bridge.c193 .destroy = nft_meta_set_destroy,
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_writeback.c137 .destroy = drm_connector_cleanup,
/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.

Completed in 373 milliseconds

1234567891011>>