Home
last modified time | relevance | path

Searched refs:destroy (Results 651 - 675 of 2819) sorted by relevance

1...<<21222324252627282930>>...113

/kernel/linux/linux-6.6/fs/squashfs/
H A Dsuper.c472 msblk->thread_ops->destroy(msblk); in squashfs_fill_super()
592 sbi->thread_ops->destroy(sbi); in squashfs_put_super()
629 * destroy cache. in destroy_inodecache()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi_stm32g0.c652 goto destroy; in ucsi_stm32g0_probe()
685 destroy: in ucsi_stm32g0_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c1024 .destroy = dce_aud_destroy,
1035 .destroy = dce_aud_destroy,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkgdb.c669 if (pevent[0]->destroy != NULL) { in kgdb_arch_late()
670 pevent[0]->destroy = NULL; in kgdb_arch_late()
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
H A Dlcdif_kms.c653 .destroy = drm_crtc_cleanup,
716 .destroy = drm_plane_cleanup,
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c475 .destroy = drm_crtc_cleanup,
672 .destroy = shmob_drm_connector_destroy,
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c564 .destroy = sm_metadata_destroy,
701 .destroy = sm_bootstrap_destroy,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto_dccp.c641 struct nf_conn *ct, bool destroy) in dccp_to_nlattr()
652 if (destroy) in dccp_to_nlattr()
640 dccp_to_nlattr(struct sk_buff *skb, struct nlattr *nla, struct nf_conn *ct, bool destroy) dccp_to_nlattr() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c990 .destroy = radeon_connector_destroy,
1124 .destroy = radeon_connector_destroy,
1210 .destroy = radeon_connector_destroy,
1533 .destroy = radeon_connector_destroy,
1837 .destroy = radeon_connector_destroy,
1847 .destroy = radeon_connector_destroy,
1857 .destroy = radeon_connector_destroy,
H A Dradeon_legacy_encoders.c516 .destroy = radeon_lvds_enc_destroy,
728 .destroy = radeon_enc_destroy,
892 .destroy = radeon_enc_destroy,
1018 /* don't destroy the i2c bus record here, this will be done in radeon_i2c_fini */ in radeon_ext_tmds_enc_destroy()
1035 .destroy = radeon_ext_tmds_enc_destroy,
1694 .destroy = radeon_enc_destroy,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c1018 .destroy = dw_mipi_dsi2_drm_connector_destroy,
1208 connector->funcs->destroy(connector); in dw_mipi_dsi2_bind()
1210 encoder->funcs->destroy(encoder); in dw_mipi_dsi2_bind()
1228 dsi2->connector.funcs->destroy(&dsi2->connector); in dw_mipi_dsi2_unbind()
1229 dsi2->encoder.funcs->destroy(&dsi2->encoder); in dw_mipi_dsi2_unbind()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c1008 .destroy = dw_mipi_dsi2_drm_connector_destroy,
1199 connector->funcs->destroy(connector); in dw_mipi_dsi2_bind()
1201 encoder->funcs->destroy(encoder); in dw_mipi_dsi2_bind()
1218 dsi2->connector.funcs->destroy(&dsi2->connector); in dw_mipi_dsi2_unbind()
1219 dsi2->encoder.funcs->destroy(&dsi2->encoder); in dw_mipi_dsi2_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_connectors.c828 .destroy = amdgpu_connector_destroy,
946 .destroy = amdgpu_connector_destroy,
1212 .destroy = amdgpu_connector_destroy,
1514 .destroy = amdgpu_connector_destroy,
1525 .destroy = amdgpu_connector_destroy,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c441 bool destroy; member
595 if (stor_device && stor_device->destroy) in get_out_stor_device()
625 if (stor_device->destroy && in get_in_stor_device()
1309 stor_device->destroy = true; in storvsc_dev_remove()
1956 stor_device->destroy = false; in storvsc_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c315 * @stdu: display unit to destroy
386 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_mode_set_nofb()
440 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_atomic_disable()
913 .destroy = vmw_stdu_crtc_destroy,
946 .destroy = vmw_stdu_encoder_destroy,
976 .destroy = vmw_stdu_connector_destroy,
1657 .destroy = vmw_du_primary_plane_destroy,
1666 .destroy = vmw_du_cursor_plane_destroy,
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c315 bool destroy = false; variable
323 destroy = true;
327 if (destroy)
1053 __u32 umask, int *destroy) in fanotify_mark_remove_from_mask()
1073 *destroy = !((fsn_mark->mask | fsn_mark->ignore_mask) & ~umask); in fanotify_mark_remove_from_mask()
1051 fanotify_mark_remove_from_mask(struct fsnotify_mark *fsn_mark, __u32 mask, unsigned int flags, __u32 umask, int *destroy) fanotify_mark_remove_from_mask() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c405 bool destroy; member
559 if (stor_device && stor_device->destroy) in get_out_stor_device()
589 if (stor_device->destroy && in get_in_stor_device()
1353 stor_device->destroy = true; in storvsc_dev_remove()
1968 stor_device->destroy = false; in storvsc_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_connectors.c847 .destroy = amdgpu_connector_destroy,
965 .destroy = amdgpu_connector_destroy,
1252 .destroy = amdgpu_connector_destroy,
1554 .destroy = amdgpu_connector_destroy,
1565 .destroy = amdgpu_connector_destroy,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_connector.c199 connector->funcs->destroy(connector); in drm_connector_free()
217 connector->funcs->destroy(connector); in drm_connector_free_work_fn()
344 * At driver unload time the driver's &drm_connector_funcs.destroy hook
360 if (drm_WARN_ON(dev, !(funcs && funcs->destroy))) in drm_connector_init()
378 * At driver unload time the driver's &drm_connector_funcs.destroy hook
397 if (drm_WARN_ON(dev, !(funcs && funcs->destroy))) in drm_connector_init_with_ddc()
439 if (drm_WARN_ON(dev, funcs && funcs->destroy)) in drmm_connector_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c509 .destroy = radeon_lvds_enc_destroy,
721 .destroy = radeon_enc_destroy,
885 .destroy = radeon_enc_destroy,
1011 /* don't destroy the i2c bus record here, this will be done in radeon_i2c_fini */ in radeon_ext_tmds_enc_destroy()
1028 .destroy = radeon_ext_tmds_enc_destroy,
1687 .destroy = radeon_enc_destroy,
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h248 hcc_tx_cb_callback destroy; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c323 .destroy = dcn10_link_encoder_destroy,
/kernel/linux/linux-5.10/virt/kvm/
H A Dvfio.c382 kfree(dev); /* alloc by kvm_ioctl_create_device, free by .destroy */ in kvm_vfio_destroy()
390 .destroy = kvm_vfio_destroy,
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_mw.c115 .destroy = malidp_mw_connector_destroy,
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dti-tfp410.c96 .destroy = drm_connector_cleanup,

Completed in 43 milliseconds

1...<<21222324252627282930>>...113