Searched refs:destroy (Results 1 - 25 of 28) sorted by relevance

12

/include/drm/
H A Ddrm_encoder_slave.h52 void (*destroy)(struct drm_encoder *encoder); member in struct:drm_encoder_slave_funcs
H A Ddrm_crtc.h215 void (*destroy)(struct drm_framebuffer *framebuffer); member in struct:drm_framebuffer_funcs
300 * @destroy: deinit and free object.
327 /* Object destroy routine */
328 void (*destroy)(struct drm_crtc *crtc); member in struct:drm_crtc_funcs
413 * @destroy: make object go away
437 void (*destroy)(struct drm_connector *connector); member in struct:drm_connector_funcs
444 * @destroy: cleanup and free associated data
450 void (*destroy)(struct drm_encoder *encoder); member in struct:drm_encoder_funcs
597 * @destroy: clean up plane resources
607 void (*destroy)(struc member in struct:drm_plane_funcs
[all...]
/include/linux/ceph/
H A Dauth.h59 void (*destroy)(struct ceph_auth_client *ac); member in struct:ceph_auth_client_ops
/include/linux/
H A Dkey-type.h69 void (*destroy)(struct key *key); member in struct:key_type
H A Dtextsearch.h33 * @destroy: destroy algorithm specific parts of a search configuration
44 void (*destroy)(struct ts_config *); member in struct:ts_ops
H A Dbtree-type.h24 static inline void BTREE_FN(destroy)(BTREE_TYPE_HEAD *head) function
H A Dnfs_fs_sb.h166 void (*destroy)(struct nfs_server *); member in struct:nfs_server
H A Dcgroup.h450 void (*destroy)(struct cgroup *cgrp); member in struct:cgroup_subsys
547 * 3) call cgroup_iter_end() to destroy the iterator.
576 * Typically Called at ->destroy(), or somewhere the subsys frees
H A Dperf_event.h970 void (*destroy)(struct perf_event *); member in struct:perf_event
/include/net/
H A Ddst_ops.h22 void (*destroy)(struct dst_entry *); member in struct:dst_ops
H A Dpkt_cls.h222 * @destroy: called during destroyage (optional)
234 void (*destroy)(struct tcf_proto *, member in struct:tcf_ematch_ops
H A Dsch_generic.h163 void (*destroy)(struct Qdisc *); member in struct:Qdisc_ops
187 void (*destroy)(struct tcf_proto*); member in struct:tcf_proto_ops
/include/net/netfilter/
H A Dnf_conntrack_helper.h36 void (*destroy)(struct nf_conn *ct); member in struct:nf_conntrack_helper
H A Dnf_conntrack_extend.h92 void (*destroy)(struct nf_conn *ct); member in struct:nf_ct_ext_type
H A Dnf_conntrack_l4proto.h51 void (*destroy)(struct nf_conn *ct); member in struct:nf_conntrack_l4proto
/include/drm/ttm/
H A Dttm_bo_api.h143 * @destroy: Destruction function. If NULL, kfree is used.
163 * @ddestroy: List head for the delayed destroy list.
188 * The destroy member, the API visibility of this object makes it possible
201 void (*destroy) (struct ttm_buffer_object *); member in struct:ttm_buffer_object
479 * @destroy: Destroy function. Use NULL for kfree().
483 * together with the @destroy function,
486 * If a failure occurs, the function will call the @destroy function, or
487 * kfree() if @destroy is NULL. Thus, after a failure, dereferencing @bo is
506 void (*destroy) (struct ttm_buffer_object *));
529 * on that object. The destroy functio
[all...]
H A Dttm_bo_driver.h69 * struct ttm_backend_func member destroy
76 void (*destroy) (struct ttm_tt *ttm); member in struct:ttm_backend_func
635 * Unbind, unpopulate and destroy common struct ttm_tt.
/include/linux/netfilter_bridge/
H A Debtables.h212 void (*destroy)(const struct xt_match *match, void *matchinfo); member in struct:ebt_match
229 void (*destroy)(const struct xt_target *target, void *targinfo); member in struct:ebt_watcher
247 void (*destroy)(const struct xt_target *target, void *targinfo); member in struct:ebt_target
/include/linux/sunrpc/
H A Dauth.h98 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
H A Dxprt.h127 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
/include/scsi/
H A Dlibfcoe.h270 * @destroy: handler to sysfs entry of destroy for FCoE instances
280 int (*destroy) (struct net_device *device); member in struct:fcoe_transport
/include/linux/netfilter/
H A Dx_tables.h305 void (*destroy)(const struct xt_mtdtor_param *); member in struct:xt_match
345 void (*destroy)(const struct xt_tgdtor_param *); member in struct:xt_target
/include/linux/netfilter/ipset/
H A Dip_set.h269 void (*destroy)(struct ip_set *set); member in struct:ip_set_type_variant
H A Dip_set_ahash.h222 /* Flush a hash type of set: destroy all elements */
705 .destroy = type_pf_destroy,
1131 .destroy = type_pf_destroy,
/include/linux/mtd/
H A Dmap.h254 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver

Completed in 259 milliseconds

12