/linux-4.4.14/net/netfilter/ |
D | xt_set.c | 562 .destroy = set_match_v0_destroy, 572 .destroy = set_match_v1_destroy, 582 .destroy = set_match_v1_destroy, 593 .destroy = set_match_v1_destroy, 603 .destroy = set_match_v1_destroy, 614 .destroy = set_match_v3_destroy, 624 .destroy = set_match_v3_destroy, 635 .destroy = set_match_v4_destroy, 645 .destroy = set_match_v4_destroy, 658 .destroy = set_target_v0_destroy, [all …]
|
D | xt_LOG.c | 79 .destroy = log_tg_destroy, 89 .destroy = log_tg_destroy,
|
D | xt_connmark.c | 129 .destroy = connmark_tg_destroy, 140 .destroy = connmark_mt_destroy,
|
D | xt_TEE.c | 131 .destroy = tee_tg_destroy, 142 .destroy = tee_tg_destroy,
|
D | core.c | 384 void (*destroy)(struct nf_conntrack *); in nf_conntrack_destroy() local 387 destroy = rcu_dereference(nf_ct_destroy); in nf_conntrack_destroy() 388 BUG_ON(destroy == NULL); in nf_conntrack_destroy() 389 destroy(nfct); in nf_conntrack_destroy()
|
D | xt_conntrack.c | 296 .destroy = conntrack_mt_destroy, 306 .destroy = conntrack_mt_destroy, 316 .destroy = conntrack_mt_destroy,
|
D | nf_conntrack_extend.c | 39 if (t && t->destroy) in __nf_ct_ext_destroy() 40 t->destroy(ct); in __nf_ct_ext_destroy()
|
D | nft_compat.c | 260 if (par.target->destroy != NULL) in nft_target_destroy() 261 par.target->destroy(&par); in nft_target_destroy() 442 if (par.match->destroy != NULL) in nft_match_destroy() 443 par.match->destroy(&par); in nft_match_destroy() 672 nft_match->ops.destroy = nft_match_destroy; in nft_match_select_ops() 751 nft_target->ops.destroy = nft_target_destroy; in nft_target_select_ops()
|
D | xt_state.c | 63 .destroy = state_mt_destroy,
|
D | xt_bpf.c | 58 .destroy = bpf_mt_destroy,
|
D | xt_nfacct.c | 63 .destroy = nfacct_mt_destroy,
|
D | xt_CT.c | 377 .destroy = xt_ct_tg_destroy_v0, 388 .destroy = xt_ct_tg_destroy_v1, 399 .destroy = xt_ct_tg_destroy_v1,
|
D | xt_helper.c | 83 .destroy = helper_mt_destroy,
|
D | xt_quota.c | 74 .destroy = quota_mt_destroy,
|
D | xt_connlabel.c | 76 .destroy = connlabel_mt_destroy,
|
D | xt_statistic.c | 85 .destroy = statistic_mt_destroy,
|
D | xt_string.c | 78 .destroy = string_mt_destroy,
|
D | xt_CONNSECMARK.c | 126 .destroy = connsecmark_tg_destroy,
|
D | xt_SECMARK.c | 130 .destroy = secmark_tg_destroy,
|
D | xt_recent.c | 708 .destroy = recent_mt_destroy, 718 .destroy = recent_mt_destroy, 728 .destroy = recent_mt_destroy, 738 .destroy = recent_mt_destroy,
|
D | nft_immediate.c | 110 .destroy = nft_immediate_destroy,
|
D | nft_ct.c | 407 .destroy = nft_ct_destroy, 416 .destroy = nft_ct_destroy,
|
D | xt_LED.c | 202 .destroy = led_tg_destroy,
|
D | xt_connbytes.c | 141 .destroy = connbytes_mt_destroy,
|
D | nft_lookup.c | 135 .destroy = nft_lookup_destroy,
|
D | xt_rateest.c | 136 .destroy = xt_rateest_mt_destroy,
|
D | nf_conntrack_helper.c | 275 if (helper && helper->destroy) in nf_ct_helper_destroy() 276 helper->destroy(ct); in nf_ct_helper_destroy()
|
D | nft_counter.c | 159 .destroy = nft_counter_destroy,
|
D | xt_limit.c | 189 .destroy = limit_mt_destroy,
|
D | xt_RATEEST.c | 167 .destroy = xt_rateest_tg_destroy,
|
/linux-4.4.14/net/ceph/ |
D | auth_none.c | 22 static void destroy(struct ceph_auth_client *ac) in destroy() function 111 .destroy = destroy,
|
D | auth.c | 68 ac->ops->destroy(ac); in ceph_auth_destroy() 223 ac->ops->destroy(ac); in ceph_handle_auth_reply()
|
/linux-4.4.14/include/linux/netfilter_bridge/ |
D | ebtables.h | 33 void (*destroy)(const struct xt_match *match, void *matchinfo); member 50 void (*destroy)(const struct xt_target *target, void *targinfo); member 68 void (*destroy)(const struct xt_target *target, void *targinfo); member
|
/linux-4.4.14/drivers/block/zram/ |
D | zcomp.h | 37 void (*destroy)(void *private); member 50 void (*destroy)(struct zcomp *comp); member
|
D | zcomp.c | 68 comp->backend->destroy(zstrm->private); in zcomp_strm_free() 197 comp->destroy = zcomp_strm_multi_destroy; in zcomp_strm_multi_create() 252 comp->destroy = zcomp_strm_single_destroy; in zcomp_strm_single_create() 324 comp->destroy(comp); in zcomp_destroy()
|
D | zcomp_lz4.c | 64 .destroy = zcomp_lz4_destroy,
|
D | zcomp_lzo.c | 64 .destroy = lzo_destroy,
|
/linux-4.4.14/security/keys/ |
D | gc.c | 140 key->type->destroy) in key_gc_unused_keys() 141 key->type->destroy(key); in key_gc_unused_keys() 355 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 356 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
D | user_defined.c | 34 .destroy = user_destroy, 54 .destroy = user_destroy,
|
D | big_key.c | 50 .destroy = big_key_destroy,
|
/linux-4.4.14/drivers/mtd/chips/ |
D | chipreg.c | 89 if (map->fldrv->destroy) in map_destroy() 90 map->fldrv->destroy(mtd); in map_destroy()
|
D | map_absent.c | 39 .destroy = map_absent_destroy,
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | parallel-display.c | 155 .destroy = imx_drm_connector_destroy, 164 .destroy = imx_drm_encoder_destroy, 273 imxpd->encoder.funcs->destroy(&imxpd->encoder); in imx_pd_unbind() 274 imxpd->connector.funcs->destroy(&imxpd->connector); in imx_pd_unbind()
|
D | imx-tve.c | 367 .destroy = imx_drm_connector_destroy, 377 .destroy = imx_drm_encoder_destroy, 697 tve->connector.funcs->destroy(&tve->connector); in imx_tve_unbind() 698 tve->encoder.funcs->destroy(&tve->encoder); in imx_tve_unbind()
|
D | imx-ldb.c | 365 .destroy = imx_drm_connector_destroy, 374 .destroy = imx_drm_encoder_destroy, 653 channel->connector.funcs->destroy(&channel->connector); in imx_ldb_unbind() 654 channel->encoder.funcs->destroy(&channel->encoder); in imx_ldb_unbind()
|
D | dw_hdmi-imx.c | 149 .destroy = drm_encoder_cleanup,
|
/linux-4.4.14/net/vmw_vsock/ |
D | vmci_transport.c | 1132 goto destroy; in vmci_transport_recv_connecting_server() 1140 goto destroy; in vmci_transport_recv_connecting_server() 1161 goto destroy; in vmci_transport_recv_connecting_server() 1190 goto destroy; in vmci_transport_recv_connecting_server() 1224 goto destroy; in vmci_transport_recv_connecting_server() 1241 destroy: in vmci_transport_recv_connecting_server() 1273 goto destroy; in vmci_transport_recv_connecting_client() 1300 goto destroy; in vmci_transport_recv_connecting_client() 1306 goto destroy; in vmci_transport_recv_connecting_client() 1314 goto destroy; in vmci_transport_recv_connecting_client() [all …]
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 266 int destroy = 0, error = 0; in fcntl_dirnotify() local 350 destroy = 1; in fcntl_dirnotify() 369 if (destroy) in fcntl_dirnotify() 372 if (destroy) in fcntl_dirnotify()
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | msgque.c | 61 goto destroy; in restore_queue() 69 goto destroy; in restore_queue() 74 destroy: in restore_queue()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 57 .destroy = nouveau_sgdma_destroy 88 .destroy = nouveau_sgdma_destroy
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll.c | 116 if (pll->destroy) in msm_dsi_pll_destroy() 117 pll->destroy(pll); in msm_dsi_pll_destroy()
|
D | dsi_pll.h | 41 void (*destroy)(struct msm_dsi_pll *pll); member
|
/linux-4.4.14/fs/jbd2/ |
D | checkpoint.c | 425 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() argument 438 if (!destroy) in journal_clean_one_cp_list() 467 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list() argument 482 destroy); in __jbd2_journal_clean_checkpoint_list() 498 t_checkpoint_io_list, destroy); in __jbd2_journal_clean_checkpoint_list()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_rgb.c | 49 .destroy = fsl_dcu_drm_encoder_destroy, 84 .destroy = fsl_dcu_drm_connector_destroy,
|
D | fsl_dcu_drm_crtc.c | 163 .destroy = drm_crtc_cleanup,
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-space-map.h | 19 void (*destroy)(struct dm_space_map *sm); member 79 sm->destroy(sm); in dm_sm_destroy()
|
/linux-4.4.14/lib/ |
D | textsearch.c | 314 if (conf->ops->destroy) in textsearch_destroy() 315 conf->ops->destroy(conf); in textsearch_destroy()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hdm.h | 23 void (*destroy)(struct dim2_platform_data *pd); member
|
D | dim2_hdm.c | 218 if (pdata && pdata->destroy) in startup_dim() 219 pdata->destroy(pdata); in startup_dim() 891 if (pdata && pdata->destroy) in dim2_remove() 892 pdata->destroy(pdata); in dim2_remove()
|
/linux-4.4.14/arch/sh/kernel/ |
D | perf_event.c | 152 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 321 if (event->destroy) in sh_pmu_event_init() 322 event->destroy(event); in sh_pmu_event_init()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_kms.c | 132 .destroy = drm_crtc_cleanup, 189 .destroy = drm_encoder_cleanup, 258 .destroy = drm_connector_cleanup,
|
D | bochs_mm.c | 85 if (bo->destroy == &bochs_bo_ttm_destroy) in bochs_ttm_bo_is_bochs_bo() 184 .destroy = &bochs_ttm_backend_destroy, 482 .destroy = bochs_user_framebuffer_destroy,
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_encoder.c | 119 .destroy = drm_encoder_cleanup, 204 encoder->funcs->destroy(encoder); in rcar_du_encoder_init()
|
D | rcar_du_vgacon.c | 51 .destroy = rcar_du_vga_connector_destroy,
|
D | rcar_du_lvdscon.c | 82 .destroy = rcar_du_lvds_connector_destroy,
|
D | rcar_du_hdmicon.c | 82 .destroy = rcar_du_hdmi_connector_destroy,
|
D | rcar_du_hdmienc.c | 119 .destroy = rcar_du_hdmienc_cleanup,
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 107 API-iscsi-destroy-flashnode-sess 108 API-iscsi-destroy-all-flashnode 113 API-iscsi-destroy-session 115 API-iscsi-destroy-conn
|
D | debugobjects.xml.db | 5 API-debug-object-destroy
|
D | gpu.xml.db | 17 API-drm-gem-dumb-destroy 28 API-drm-vma-offset-manager-destroy 52 API-drm-prime-gem-destroy 91 API-drm-mode-destroy 185 API-drm-property-destroy 275 API---drm-atomic-helper-crtc-destroy-state 276 API-drm-atomic-helper-crtc-destroy-state 280 API---drm-atomic-helper-plane-destroy-state 281 API-drm-atomic-helper-plane-destroy-state 286 API---drm-atomic-helper-connector-destroy-state [all …]
|
D | kernel-api.xml.db | 145 API-idr-destroy 153 API-ida-destroy 250 API-mempool-destroy 256 API-dma-pool-destroy 260 API-dmam-pool-destroy 343 API-relay-destroy-channel 344 API-relay-destroy-buf 508 API-ht-destroy-irq 512 API-pci-destroy-slot
|
D | device-drivers.xml.db | 146 API-destroy-workqueue 257 API-destroy-rcu-head-on-stack 267 API-devres-destroy 321 API-device-destroy 330 API-class-destroy 353 API-transport-destroy-device 577 API-procmpt-destroy 974 API-fb-destroy-modelist 1014 API-input-ff-destroy 1020 API-input-mt-destroy-slots
|
D | libata.xml.db | 110 API-ata-scsi-slave-destroy 120 API-ata-sas-port-destroy
|
/linux-4.4.14/include/keys/ |
D | asymmetric-subtype.h | 35 void (*destroy)(void *payload); member
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_api.h | 203 void (*destroy) (struct ttm_buffer_object *); member 492 void (*destroy) (struct ttm_buffer_object *));
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 334 subtype->destroy(prep->payload.data[asym_crypto]); in asymmetric_key_free_preparse() 355 subtype->destroy(data); in asymmetric_key_destroy() 369 .destroy = asymmetric_key_destroy,
|
D | pkcs7_key_type.c | 95 .destroy = user_destroy,
|
D | public_key.c | 127 .destroy = public_key_destroy,
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctatc.c | 85 int (*destroy)(void *alsa_dev); member 89 .destroy = NULL, 92 .destroy = NULL, 95 .destroy = NULL, 98 .destroy = NULL, 101 .destroy = NULL, 105 .destroy = NULL, 114 int (*destroy)(void *mgr); member 117 .destroy = (destroy_t)src_mgr_destroy }, 119 .destroy = (destroy_t)srcimp_mgr_destroy }, [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dvo.c | 349 .destroy = intel_dvo_destroy, 366 if (intel_dvo->dev.dev_ops->destroy) in intel_dvo_enc_destroy() 367 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev); in intel_dvo_enc_destroy() 373 .destroy = intel_dvo_enc_destroy,
|
D | dvo.h | 123 void (*destroy) (struct intel_dvo_device *dvo); member
|
D | dvo_sil164.c | 278 .destroy = sil164_destroy,
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 69 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR); 70 __MODULE_PARM_TYPE(destroy, "string"); 71 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface"); 818 rc = ft->destroy(netdev); in fcoe_ctlr_destroy_store() 932 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()
|
/linux-4.4.14/net/sched/ |
D | em_meta.c | 792 void (*destroy)(struct meta_value *); member 801 .destroy = meta_var_destroy, 875 if (ops && ops->destroy) { in meta_delete() 876 ops->destroy(&meta->lvalue); in meta_delete() 877 ops->destroy(&meta->rvalue); in meta_delete() 991 .destroy = em_meta_destroy,
|
D | sch_ingress.c | 96 .destroy = ingress_destroy,
|
D | act_ipt.c | 66 if (par.target->destroy != NULL) in ipt_destroy_target() 67 par.target->destroy(&par); in ipt_destroy_target()
|
D | em_ipset.c | 113 .destroy = em_ipset_destroy,
|
D | ematch.c | 410 if (em->ops->destroy) in tcf_em_tree_destroy() 411 em->ops->destroy(em); in tcf_em_tree_destroy()
|
D | em_text.c | 136 .destroy = em_text_destroy,
|
D | em_canid.c | 212 .destroy = em_canid_destroy,
|
D | cls_cgroup.c | 194 .destroy = cls_cgroup_destroy,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 81 .destroy = NULL, 93 .destroy = vmw_gb_context_destroy, 105 .destroy = vmw_dx_context_destroy, 141 if (res->func->destroy == vmw_gb_context_destroy || in vmw_hw_context_destroy() 142 res->func->destroy == vmw_dx_context_destroy) { in vmw_hw_context_destroy() 147 (void) res->func->destroy(res); in vmw_hw_context_destroy()
|
D | vmwgfx_fence.c | 124 fence->destroy(fence); in vmw_fence_obj_destroy() 325 void (*destroy) (struct vmw_fence_obj *fence)) in vmw_fence_obj_init() 333 fence->destroy = destroy; in vmw_fence_obj_init() 841 event->destroy(event); in vmw_event_fence_fpriv_gone() 1058 event->base.destroy = (void (*) (struct drm_pending_event *)) kfree; in vmw_event_fence_action_create() 1079 event->base.destroy(&event->base); in vmw_event_fence_action_create()
|
D | vmwgfx_resource_priv.h | 76 int (*destroy) (struct vmw_resource *res); member
|
D | vmwgfx_ldu.c | 303 .destroy = vmw_ldu_crtc_destroy, 318 .destroy = vmw_ldu_encoder_destroy, 337 .destroy = vmw_ldu_connector_destroy,
|
D | vmwgfx_fence.h | 59 void (*destroy)(struct vmw_fence_obj *fence); member
|
D | vmwgfx_resource.c | 68 .destroy = NULL, 541 if (unlikely(bo->destroy != vmw_user_dmabuf_destroy)) in vmw_user_dmabuf_verify_access() 771 if (dma_buf->base.destroy != vmw_user_dmabuf_destroy) in vmw_user_dmabuf_reference() 1156 func->destroy(res); in vmw_resource_do_validate() 1350 ret = func->destroy(res); in vmw_resource_do_evict() 1491 if (bo->destroy != vmw_dmabuf_bo_free && in vmw_resource_move_notify() 1492 bo->destroy != vmw_user_dmabuf_destroy) in vmw_resource_move_notify()
|
D | vmwgfx_shader.c | 100 .destroy = vmw_gb_shader_destroy, 117 .destroy = NULL, 147 if (likely(res->func->destroy)) in vmw_hw_shader_destroy() 148 (void) res->func->destroy(res); in vmw_hw_shader_destroy()
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | kvm.conf | 81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 109 dfb->fb.funcs->destroy(&dfb->fb); in armada_fb_create() 193 fbh->fb->funcs->destroy(fbh->fb); in armada_fbdev_fini()
|
D | armada_fb.c | 33 .destroy = armada_fb_destroy,
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_mmu.h | 30 void (*destroy)(struct msm_mmu *mmu); member
|
D | msm_kms.h | 59 void (*destroy)(struct msm_kms *kms); member
|
D | msm_gpu.h | 56 void (*destroy)(struct msm_gpu *gpu); member
|
D | msm_iommu.c | 124 .destroy = msm_iommu_destroy,
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 178 .destroy = drm_crtc_cleanup, 211 .destroy = virtio_gpu_user_framebuffer_destroy, 416 .destroy = virtio_gpu_conn_destroy, 423 .destroy = drm_encoder_cleanup,
|
D | virtgpu_plane.c | 49 .destroy = virtio_gpu_plane_destroy,
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_encoder.c | 65 .destroy = udl_enc_destroy,
|
D | udl_connector.c | 135 .destroy = udl_connector_destroy,
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 163 .destroy = atmel_hlcdc_rgb_encoder_destroy, 222 .destroy = atmel_hlcdc_panel_connector_destroy,
|
D | atmel_hlcdc_crtc.c | 294 event->base.destroy(&event->base); in atmel_hlcdc_crtc_cancel_page_flip() 324 .destroy = atmel_hlcdc_crtc_destroy,
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | cdv_intel_crt.c | 230 .destroy = cdv_intel_crt_destroy, 247 .destroy = cdv_intel_crt_enc_destroy,
|
D | mdfld_tpo_vid.c | 116 .destroy = drm_encoder_cleanup,
|
D | mdfld_tmd_vid.c | 191 .destroy = drm_encoder_cleanup,
|
/linux-4.4.14/drivers/md/ |
D | dm-path-selector.h | 41 void (*destroy) (struct path_selector *ps); member
|
D | dm-cache-policy.h | 111 void (*destroy)(struct dm_cache_policy *p); member
|
D | dm-cache-policy.c | 140 p->destroy(p); in dm_cache_policy_destroy()
|
D | dm-round-robin.c | 186 .destroy = rr_destroy,
|
D | dm-queue-length.c | 226 .destroy = ql_destroy,
|
/linux-4.4.14/net/openvswitch/ |
D | vport-gre.c | 91 .destroy = ovs_netdev_tunnel_destroy,
|
D | vport-geneve.c | 117 .destroy = ovs_netdev_tunnel_destroy,
|
D | vport-vxlan.c | 154 .destroy = ovs_netdev_tunnel_destroy,
|
D | vport.h | 138 void (*destroy)(struct vport *); member
|
D | vport-netdev.c | 210 .destroy = netdev_destroy,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 182 get_slave_funcs(encoder)->destroy(encoder); in nv04_tv_destroy() 190 .destroy = nv04_tv_destroy,
|
D | disp.c | 98 connector->funcs->destroy(connector); in nv04_display_create()
|
D | overlay.c | 257 .destroy = nv_destroy_plane, 450 .destroy = nv_destroy_plane,
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 122 .destroy = exynos_drm_crtc_destroy, 165 plane->funcs->destroy(plane); in exynos_drm_crtc_create()
|
D | exynos_drm_dpi.c | 64 .destroy = exynos_dpi_connector_destroy, 172 .destroy = drm_encoder_cleanup,
|
D | exynos_drm_vidi.c | 337 .destroy = vidi_connector_destroy, 433 .destroy = drm_encoder_cleanup,
|
D | exynos_drm_fb.c | 113 .destroy = exynos_drm_fb_destroy,
|
D | exynos_drm_plane.c | 113 .destroy = drm_plane_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 90 .destroy = tegra_fb_destroy, 263 goto destroy; in tegra_fbdev_probe() 275 destroy: in tegra_fbdev_probe()
|
D | rgb.c | 95 .destroy = tegra_output_connector_destroy, 119 .destroy = tegra_output_encoder_destroy,
|
/linux-4.4.14/include/linux/ |
D | zpool.h | 90 void (*destroy)(void *pool); member
|
D | textsearch.h | 44 void (*destroy)(struct ts_config *); member
|
D | key-type.h | 127 void (*destroy)(struct key *key); member
|
D | nfs_fs_sb.h | 211 void (*destroy)(struct nfs_server *); member
|
D | btree-type.h | 24 static inline void BTREE_FN(destroy)(BTREE_TYPE_HEAD *head) in BTREE_FN() argument
|
/linux-4.4.14/samples/uhid/ |
D | uhid-example.c | 193 static void destroy(int fd) in destroy() function 462 destroy(fd); in main()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 156 if (bo->destroy) in ttm_bo_release_list() 157 bo->destroy(bo); in ttm_bo_release_list() 1090 void (*destroy) (struct ttm_buffer_object *)) in ttm_bo_init() 1100 if (destroy) in ttm_bo_init() 1101 (*destroy)(bo); in ttm_bo_init() 1110 if (destroy) in ttm_bo_init() 1111 (*destroy)(bo); in ttm_bo_init() 1117 bo->destroy = destroy; in ttm_bo_init()
|
D | ttm_agp_backend.c | 110 .destroy = ttm_agp_destroy,
|
/linux-4.4.14/include/net/ |
D | dst_ops.h | 23 void (*destroy)(struct dst_entry *); member
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_crtc.c | 481 .destroy = vc4_crtc_destroy, 511 vc4_crtc->event->base.destroy(&vc4_crtc->event->base); in vc4_cancel_page_flip() 630 cursor_plane->funcs->destroy(cursor_plane); in vc4_crtc_bind() 632 primary_plane->funcs->destroy(primary_plane); in vc4_crtc_bind()
|
D | vc4_hdmi.c | 220 .destroy = vc4_hdmi_connector_destroy, 275 .destroy = vc4_hdmi_encoder_destroy,
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8x74.c | 65 .destroy = hdmi_phy_8x74_destroy,
|
D | hdmi.h | 141 void (*destroy)(struct hdmi_phy *phy); member
|
D | hdmi_phy_8x60.c | 153 .destroy = hdmi_phy_8x60_destroy,
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_cf.c | 402 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 426 if (unlikely(err) && event->destroy) in cpumf_pmu_event_init() 427 event->destroy(event); in cpumf_pmu_event_init()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fops.c | 322 v->base.destroy(&v->base); in drm_events_release() 328 e->destroy(e); in drm_events_release() 556 e->destroy(e); in drm_read()
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_mode.c | 370 .destroy = cirrus_crtc_destroy, 476 .destroy = cirrus_encoder_destroy, 545 .destroy = cirrus_connector_destroy,
|
D | cirrus_ttm.c | 107 if (bo->destroy == &cirrus_bo_ttm_destroy) in cirrus_ttm_bo_is_cirrus_bo() 207 .destroy = &cirrus_ttm_backend_destroy,
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_plane.c | 114 .destroy = sti_plane_destroy,
|
/linux-4.4.14/net/sunrpc/ |
D | auth_null.c | 110 .destroy = nul_destroy,
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_helper.h | 45 void (*destroy)(struct nf_conn *ct); member
|
D | nf_conntrack_extend.h | 105 void (*destroy)(struct nf_conn *ct); member
|
D | nf_conntrack_l4proto.h | 52 void (*destroy)(struct nf_conn *ct); member
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 455 event->base.destroy(&event->base); in shmob_drm_crtc_cancel_page_flip() 508 .destroy = drm_crtc_cleanup, 603 .destroy = shmob_drm_encoder_destroy, 710 .destroy = shmob_drm_connector_destroy,
|
/linux-4.4.14/include/drm/ |
D | drm_encoder_slave.h | 52 void (*destroy)(struct drm_encoder *encoder); member
|
D | drm_crtc.h | 163 void (*destroy)(struct drm_framebuffer *framebuffer); member 361 void (*destroy)(struct drm_crtc *crtc); member 535 void (*destroy)(struct drm_connector *connector); member 561 void (*destroy)(struct drm_encoder *encoder); member 801 void (*destroy)(struct drm_plane *plane); member
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 138 .destroy = NULL,
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 47 .destroy = udp_destroy_sock,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | gmac.h | 97 void (*destroy)(struct cmac *); member
|
D | cphy.h | 69 void (*destroy)(struct cphy *); member
|
D | mv88x201x.c | 199 .destroy = mv88x201x_destroy,
|
D | my3126.c | 158 .destroy = my3126_destroy,
|
/linux-4.4.14/drivers/input/ |
D | ff-core.c | 376 if (ff->destroy) in input_ff_destroy() 377 ff->destroy(ff); in input_ff_destroy()
|
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 127 void (*destroy)(const struct xt_mtdtor_param *); member 167 void (*destroy)(const struct xt_tgdtor_param *); member
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 85 void (*destroy)(void *ext); member 174 void (*destroy)(struct ip_set *set); member 266 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy( in ip_set_ext_destroy()
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 43 .destroy = udpv6_destroy_sock,
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_tfp410.c | 110 .destroy = tfp410_encoder_destroy, 221 .destroy = tfp410_connector_destroy,
|
D | tilcdc_panel.c | 101 .destroy = panel_encoder_destroy, 216 .destroy = panel_connector_destroy,
|
/linux-4.4.14/fs/nfsd/ |
D | nfssvc.c | 458 int destroy = (nn->nfsd_serv->sv_nrthreads == 1); in nfsd_destroy() local 460 if (destroy) in nfsd_destroy() 463 if (destroy) in nfsd_destroy()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 24 void (*destroy)(struct dentry *dir, member
|
D | auth.h | 120 void (*destroy)(struct rpc_auth *); member
|
/linux-4.4.14/include/linux/ceph/ |
D | auth.h | 73 void (*destroy)(struct ceph_auth_client *ac); member
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lvds_connector.c | 100 .destroy = mdp4_lvds_connector_destroy,
|
/linux-4.4.14/drivers/scsi/ |
D | storvsc_drv.c | 416 bool destroy; member 550 if (stor_device && stor_device->destroy) in get_out_stor_device() 580 if (stor_device->destroy && in get_in_stor_device() 1134 stor_device->destroy = true; in storvsc_dev_remove() 1595 stor_device->destroy = false; in storvsc_probe()
|
/linux-4.4.14/fs/cifs/ |
D | cifs_spnego.c | 65 .destroy = cifs_spnego_key_destroy,
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp_connector.c | 107 .destroy = edp_connector_destroy,
|
D | edp.c | 203 edp->connector->funcs->destroy(edp->connector); in msm_edp_modeset_init()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_kms.c | 139 mmu->funcs->destroy(mmu); in mdp5_destroy() 168 .destroy = mdp5_destroy, 610 mmu->funcs->destroy(mmu); in mdp5_kms_init()
|
/linux-4.4.14/net/core/ |
D | dst.c | 260 if (dst->ops->destroy) in dst_destroy() 261 dst->ops->destroy(dst); in dst_destroy()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 282 event->base.destroy(&event->base); in omap_crtc_complete_page_flip() 455 .destroy = omap_crtc_destroy,
|
D | omap_encoder.c | 60 .destroy = omap_encoder_destroy,
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 107 if (bo->destroy == &ast_bo_ttm_destroy) in ast_ttm_bo_is_ast_bo() 207 .destroy = &ast_ttm_backend_destroy,
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 107 if (bo->destroy == &mgag200_bo_ttm_destroy) in mgag200_ttm_bo_is_mgag200_bo() 207 .destroy = &mgag200_ttm_backend_destroy,
|
/linux-4.4.14/fs/nfs/ |
D | client.c | 558 server->destroy = nfs_destroy_server; in nfs_start_lockd() 919 if (server->destroy != NULL) in nfs_free_server() 920 server->destroy(server); in nfs_free_server() 1030 server->destroy = source->destroy; in nfs_clone_server()
|
D | nfs4idmap.c | 182 .destroy = user_destroy, 405 .destroy = user_destroy, 439 .destroy = nfs_idmap_pipe_destroy,
|
/linux-4.4.14/net/rds/ |
D | iw_cm.c | 390 int err, destroy = 1; in rds_iw_cm_handle_connect() local 453 destroy = 0; in rds_iw_cm_handle_connect() 476 return destroy; in rds_iw_cm_handle_connect()
|
/linux-4.4.14/arch/tile/kernel/ |
D | perf_event.c | 829 event->destroy = tile_event_destroy; in __tile_event_init() 860 if (event->destroy) in tile_event_init() 861 event->destroy(event); in tile_event_init()
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 24 associated with the key and provides operations to describe and destroy it. 184 void (*destroy)(void *payload); 203 (2) destroy(). 294 ->payload[asm_crypto] will be passed to the subtype's ->destroy() method
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 70 .destroy = rockchip_drm_fb_destroy,
|
D | dw_hdmi-rockchip.c | 177 .destroy = drm_encoder_cleanup,
|
/linux-4.4.14/mm/ |
D | zpool.c | 218 zpool->driver->destroy(zpool->pool); in zpool_destroy_pool()
|
/linux-4.4.14/Documentation/networking/ |
D | vxlan.txt | 41 It is possible to create, destroy and display the vxlan
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc.c | 55 net_device->destroy = false; in alloc_net_device() 79 if (net_device && net_device->destroy) in get_outbound_net_device() 94 if (net_device->destroy && in get_inbound_net_device() 664 if (net_device->destroy && num_outstanding_sends == 0) in netvsc_send_completion()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 464 .destroy = qxl_crtc_destroy, 520 .destroy = qxl_user_framebuffer_destroy, 945 .destroy = qxl_conn_destroy, 954 .destroy = qxl_enc_destroy,
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 635 bool destroy) in iser_free_ib_conn_res() argument 649 if (destroy) { in iser_free_ib_conn_res() 898 bool destroy) in iser_cleanup_handler() argument 908 iser_free_ib_conn_res(iser_conn, destroy); in iser_cleanup_handler()
|
/linux-4.4.14/virt/kvm/ |
D | vfio.c | 260 .destroy = kvm_vfio_destroy,
|