Searched refs:destroy (Results 126 - 150 of 733) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c181 get_slave_funcs(encoder)->destroy(encoder);
189 .destroy = nv04_tv_destroy,
/linux-master/net/netfilter/
H A Dnft_quota.c188 .destroy = nft_quota_obj_destroy,
259 .destroy = nft_quota_destroy,
H A Dnft_compat.c235 * The xt ->destroy functions are run asynchronously from
310 if (par.target->destroy != NULL)
311 par.target->destroy(&par);
561 if (par.match->destroy != NULL)
562 par.match->destroy(&par);
822 ops->destroy = nft_match_destroy;
834 ops->destroy = nft_match_large_destroy;
912 ops->destroy = nft_target_destroy;
H A Dxt_connbytes.c141 .destroy = connbytes_mt_destroy,
H A Dxt_rateest.c131 .destroy = xt_rateest_mt_destroy,
H A Dxt_cluster.c155 .destroy = xt_cluster_mt_destroy,
H A Dxt_connlimit.c117 .destroy = connlimit_mt_destroy,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fbdev.c28 fbh->fb->funcs->destroy(fbh->fb);
112 dfb->fb.funcs->destroy(&dfb->fb);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c165 .destroy = exynos_drm_crtc_destroy,
203 plane->funcs->destroy(plane);
H A Dexynos_dp.c176 dp->encoder.funcs->destroy(&dp->encoder);
187 dp->encoder.funcs->destroy(&dp->encoder);
/linux-master/drivers/gpu/drm/tegra/
H A Dfbdev.c131 goto destroy;
143 destroy:
/linux-master/net/sched/
H A Dsch_fifo.c190 .destroy = fifo_destroy,
205 .destroy = fifo_destroy,
H A Dem_ipset.c111 .destroy = em_ipset_destroy,
/linux-master/drivers/gpu/drm/
H A Ddrm_encoder.c152 * &drm_encoder_funcs.destroy hook should call drm_encoder_cleanup() and kfree()
171 WARN_ON(!funcs->destroy);
230 if (drm_WARN_ON(dev, funcs && funcs->destroy))
282 * The @drm_encoder_funcs.destroy hook must be NULL.
H A Ddrm_simple_kms_helper.c39 .destroy = drm_encoder_cleanup,
206 .destroy = drm_crtc_cleanup,
365 .destroy = drm_plane_cleanup,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c273 .destroy = vmw_ldu_crtc_destroy,
292 .destroy = vmw_ldu_encoder_destroy,
308 .destroy = vmw_ldu_connector_destroy,
385 .destroy = vmw_du_primary_plane_destroy,
394 .destroy = vmw_du_cursor_plane_destroy,
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c455 subtype->destroy(prep->payload.data[asym_crypto],
479 subtype->destroy(data, auth);
616 .destroy = asymmetric_key_destroy,
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h59 /* Mark set with an extension which needs to call destroy */
84 void (*destroy)(struct ip_set *set, void *ext); member in struct:ip_set_ext_type
172 void (*destroy)(struct ip_set *set); member in struct:ip_set_type_variant
247 /* For call_cru in destroy */
289 * call it's destroy function for its extension part in data.
294 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c);
/linux-master/include/linux/
H A Dbtree-type.h25 static inline void BTREE_FN(destroy)(BTREE_TYPE_HEAD *head) function
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c159 .destroy = my3126_destroy,
H A Dmv88x201x.c190 .destroy = mv88x201x_destroy,
/linux-master/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c105 .destroy = synproxy_tg6_destroy,
/linux-master/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c102 .destroy = synproxy_tg4_destroy,
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c134 .destroy = komeda_wb_connector_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_ddc.c209 .destroy = dal_hw_ddc_destroy,

Completed in 242 milliseconds

1234567891011>>