Searched refs:destroy (Results 501 - 525 of 729) sorted by relevance

<<21222324252627282930

/linux-master/net/sched/
H A Dsch_pie.c555 .destroy = pie_destroy,
/linux-master/drivers/gpu/drm/gud/
H A Dgud_connector.c367 .destroy = gud_connector_destroy,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c301 .destroy = vidi_connector_destroy,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c285 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c111 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c270 .destroy = dcn10_link_encoder_destroy,
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c38 * With the GEM interface userspace applications create, manage and destroy
518 return (bo->destroy == ttm_buffer_object_destroy);
H A Ddrm_plane.c491 * Initializes a plane object of type @type. The &drm_plane_funcs.destroy hook
516 WARN_ON(!funcs->destroy);
550 if (WARN_ON(!funcs || funcs->destroy))
/linux-master/arch/s390/kernel/
H A Dcert_store.c160 .destroy = user_destroy,
679 * keys. On refresh or error invalidate cert_store keyring and destroy
/linux-master/drivers/md/
H A Ddm-cache-target.c1908 static void destroy(struct cache *cache) function
1958 destroy(cache);
2564 destroy(cache);
2615 destroy(cache);
/linux-master/include/trace/events/
H A Drpcgss.h173 DEFINE_CTX_EVENT(destroy); variable
/linux-master/arch/riscv/kvm/
H A Daia_device.c510 .destroy = aia_destroy,
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c1158 .destroy = drm_crtc_cleanup,
1169 .destroy = rcar_du_crtc_cleanup,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c117 .destroy = dce110_link_encoder_destroy,
1701 .destroy = dce110_link_encoder_destroy,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c969 /* destroy the native mode, the attached monitor could have changed.
1160 .destroy = nouveau_connector_destroy,
1177 .destroy = nouveau_connector_destroy,
/linux-master/net/sunrpc/
H A Drpc_pipe.c908 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo);
1011 pdo->pdo_ops->destroy(dir, pdo);
/linux-master/drivers/s390/char/
H A Draw3270.c1189 notifier->destroy(rp->minor);
1263 np->destroy(rp->minor);
/linux-master/include/net/
H A Dsch_generic.h303 void (*destroy)(struct Qdisc *); member in struct:Qdisc_ops
345 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, member in struct:tcf_proto_ops
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c553 .destroy = nv50_dac_destroy,
1106 .destroy = nv50_msto_destroy,
1251 .destroy = nv50_mstc_destroy,
1878 .destroy = nv50_sor_destroy,
2044 .destroy = nv50_pior_destroy,
2991 connector->funcs->destroy(connector);
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c3160 .destroy = i915_oa_stream_destroy,
3729 * i915_perf_destroy_locked - destroy an i915 perf stream
3743 if (stream->ops->destroy)
3744 stream->ops->destroy(stream);
3771 * other user of stream->lock. Use the perf lock to destroy the stream
3951 if (stream->ops->destroy)
3952 stream->ops->destroy(stream);
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c539 int destroy = 0; local
710 destroy = 1;
724 if (destroy)
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c1369 planes[i]->funcs->destroy(planes[i]);
1371 primary->funcs->destroy(primary);
1799 .destroy = tegra_dc_destroy,
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c420 .destroy = ip_set_comment_free,
1158 set->variant->destroy(set);
1181 set->variant->destroy(set);
2432 /* Wait for call_rcu() in destroy */
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c642 * We must not call the destroy function with interrupts
1538 event->destroy = hw_perf_event_destroy;
1541 event->destroy(event);
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1212 .destroy = drm_connector_cleanup,
1844 dp->connector.funcs->destroy(&dp->connector);

Completed in 793 milliseconds

<<21222324252627282930