Searched refs:destroy (Results 351 - 375 of 729) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/scsi/
H A Dstorvsc_drv.c405 bool destroy; member in struct:storvsc_device
559 if (stor_device && stor_device->destroy)
589 if (stor_device->destroy &&
1353 stor_device->destroy = true;
1968 stor_device->destroy = false;
/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c199 connector->funcs->destroy(connector);
217 connector->funcs->destroy(connector);
344 * At driver unload time the driver's &drm_connector_funcs.destroy hook
360 if (drm_WARN_ON(dev, !(funcs && funcs->destroy)))
378 * At driver unload time the driver's &drm_connector_funcs.destroy hook
397 if (drm_WARN_ON(dev, !(funcs && funcs->destroy)))
439 if (drm_WARN_ON(dev, funcs && funcs->destroy))
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c966 .destroy = radeon_connector_destroy,
1100 .destroy = radeon_connector_destroy,
1188 .destroy = radeon_connector_destroy,
1511 .destroy = radeon_connector_destroy,
1803 .destroy = radeon_connector_destroy,
1813 .destroy = radeon_connector_destroy,
1823 .destroy = radeon_connector_destroy,
/linux-master/net/ipv6/
H A Dseg6_local.c2263 /* optional destroy() callback useful for releasing resources which
2267 void (*destroy)(struct seg6_local_lwt *slwt); member in struct:seg6_action_param
2274 .destroy = destroy_attr_srh },
2299 .destroy = destroy_attr_bpf },
2308 .destroy = destroy_attr_counters },
2315 /* call the destroy() callback (if available) for each set attribute in
2330 * For each set attribute, we retrieve the corresponding destroy()
2332 * attribute; otherwise, we call the destroy() callback.
2340 if (param->destroy)
2341 param->destroy(slw
[all...]
/linux-master/net/bridge/netfilter/
H A Debtables.c631 if (par.match->destroy != NULL)
632 par.match->destroy(&par);
649 if (par.target->destroy != NULL)
650 par.target->destroy(&par);
674 if (par.target->destroy != NULL)
675 par.target->destroy(&par);
/linux-master/net/rds/
H A Dib_cm.c797 int destroy = 1; local
904 destroy = 0;
927 return destroy;
959 /* Beware - returning non-zero tells the rdma_cm to destroy
1091 /* first destroy the ib state that generates callbacks */
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c885 .destroy = drm_plane_cleanup,
996 .destroy = drm_crtc_cleanup,
1017 .destroy = drm_connector_cleanup,
/linux-master/net/vmw_vsock/
H A Dvirtio_transport_common.c1282 goto destroy;
1286 goto destroy;
1290 destroy:
/linux-master/include/net/netfilter/
H A Dnf_tables.h446 * @destroy: destroy private data of set instance
504 void (*destroy)(const struct nft_ctx *ctx, member in struct:nft_set_ops
920 * @destroy: destruction function, called after synchronize_rcu
949 void (*destroy)(const struct nft_ctx *ctx, member in struct:nft_expr_ops
1401 * @destroy: release existing stateful object
1414 void (*destroy)(const struct nft_ctx *ctx, member in struct:nft_object_ops
/linux-master/net/sched/
H A Dsch_generic.c814 /* NULL ring is possible if destroy path is due to a failed
881 /* NULL ring is possible if destroy path is due to a failed
917 .destroy = pfifo_fast_destroy,
1074 if (ops->destroy)
1075 ops->destroy(qdisc);
/linux-master/include/linux/mtd/
H A Dmap.h241 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c43 tmp->destroy(tmp);
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c464 sched_engine->destroy = default_destroy;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c214 .destroy = mock_context_destroy,
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.c669 ccp->vdata->perform->destroy(ccp);
H A Dccp-dev.h664 void (*destroy)(struct ccp_device *); member in struct:ccp_actions
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c314 .destroy = drm_plane_cleanup,
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-plane.c97 .destroy = dcss_plane_destroy,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.c354 .destroy = drm_plane_cleanup,
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c413 .destroy = cdv_intel_lvds_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.h317 void (*destroy) member in struct:dce_aux_funcs
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.c379 .destroy = dcn10_link_encoder_destroy,
/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c530 .destroy = hst_destroy,
/linux-master/net/openvswitch/
H A Dvport.c271 vport->ops->destroy(vport);
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_drv.c375 .destroy = ch7006_encoder_destroy,

Completed in 509 milliseconds

<<11121314151617181920>>