Searched refs:destroy (Results 101 - 125 of 733) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dbpf_counter.h30 bpf_counter_evsel_op destroy; member in struct:bpf_counter_ops
/linux-master/drivers/md/
H A Ddm-cache-policy.c141 p->destroy(p);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp18 ~Skeleton() { if (skel) T::destroy(skel); }
94 /* destructor will destroy underlying skeleton */
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a2000.c205 .destroy = drm_connector_cleanup,
214 .destroy = drm_connector_cleanup,
275 .destroy = drm_encoder_cleanup,
279 .destroy = drm_encoder_cleanup,
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daux_engine.h152 void (*destroy)( member in struct:aux_engine_funcs
/linux-master/include/media/
H A Dv4l2-async.h93 * @destroy: the asc is about to be freed
103 void (*destroy)(struct v4l2_async_connection *asc); member in struct:v4l2_async_notifier_operations
/linux-master/net/ipv4/
H A Dudplite.c53 .destroy = udp_destroy_sock,
/linux-master/net/ipv6/
H A Dudplite.c52 .destroy = udpv6_destroy_sock,
/linux-master/include/linux/
H A Dkey-type.h120 void (*destroy)(struct key *key); member in struct:key_type
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.h392 .destroy = drm_plane_cleanup, \
420 .destroy = drm_crtc_cleanup, \
427 .destroy = drm_encoder_cleanup
437 .destroy = drm_connector_cleanup, \
/linux-master/include/drm/
H A Ddrm_framebuffer.h44 * @destroy:
53 void (*destroy)(struct drm_framebuffer *framebuffer); member in struct:drm_framebuffer_funcs
H A Ddrm_encoder.h51 * @destroy:
57 void (*destroy)(struct drm_encoder *encoder); member in struct:drm_encoder_funcs
237 * The @drm_encoder_funcs.destroy hook must be NULL.
/linux-master/net/netfilter/
H A Dnft_limit.c242 .destroy = nft_limit_pkts_destroy,
299 .destroy = nft_limit_bytes_destroy,
375 .destroy = nft_limit_obj_pkts_destroy,
422 .destroy = nft_limit_obj_bytes_destroy,
H A Dxt_TEE.c155 .destroy = tee_tg_destroy,
167 .destroy = tee_tg_destroy,
H A Dxt_NETMAP.c132 .destroy = netmap_tg_destroy,
147 .destroy = netmap_tg_destroy,
H A Dxt_cgroup.c186 .destroy = cgroup_mt_destroy_v1,
200 .destroy = cgroup_mt_destroy_v2,
H A Dnft_counter.c184 .destroy = nft_counter_obj_destroy,
293 .destroy = nft_counter_destroy,
/linux-master/security/selinux/ss/
H A Dhashtab.h142 int (*destroy)(void *k, void *d, void *args), void *args);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dvo.c365 .destroy = intel_connector_destroy,
380 if (intel_dvo->dev.dev_ops->destroy)
381 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev);
387 .destroy = intel_dvo_enc_destroy,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_kms.h109 void (*destroy)(struct msm_kms *kms); member in struct:msm_kms_funcs
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_vdac.c64 .destroy = hibmc_connector_destroy,
/linux-master/drivers/s390/char/
H A Draw3270.h125 void (*destroy)(int minor); member in struct:raw3270_notifier
/linux-master/sound/pci/ctxfi/
H A Dctatc.c84 int (*destroy)(void *alsa_dev); member in struct:__anon1401
88 .destroy = NULL,
91 .destroy = NULL,
94 .destroy = NULL,
97 .destroy = NULL,
100 .destroy = NULL,
104 .destroy = NULL,
110 int (*destroy)(void *mgr); member in struct:__anon1402
113 .destroy = src_mgr_destroy },
115 .destroy
[all...]
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c162 .destroy = drm_crtc_cleanup,
185 primary->funcs->destroy(primary);
/linux-master/drivers/net/hyperv/
H A Dnetvsc_bpf.c202 if (!nvdev || nvdev->destroy) {
260 if (unlikely(!nvsc_dev || nvsc_dev->destroy))

Completed in 250 milliseconds

1234567891011>>