| /drivers/iommu/iommufd/ |
| A D | main.c | 27 void (*destroy)(struct iommufd_object *obj); member 391 struct iommu_destroy destroy; member 660 .destroy = iommufd_device_destroy, 663 .destroy = iommufd_fault_destroy, 666 .destroy = iommufd_hw_queue_destroy, 669 .destroy = iommufd_hwpt_paging_destroy, 677 .destroy = iommufd_ioas_destroy, 680 .destroy = iommufd_vdevice_destroy, 684 .destroy = iommufd_veventq_destroy, 688 .destroy = iommufd_viommu_destroy, [all …]
|
| A D | viommu.c | 11 if (viommu->ops && viommu->ops->destroy) in iommufd_viommu_destroy() 12 viommu->ops->destroy(viommu); in iommufd_viommu_destroy() 122 if (vdev->destroy) in iommufd_vdevice_abort() 123 vdev->destroy(vdev); in iommufd_vdevice_abort() 270 if (hw_queue->destroy) in iommufd_hw_queue_destroy() 271 hw_queue->destroy(hw_queue); in iommufd_hw_queue_destroy()
|
| /drivers/gpu/drm/loongson/ |
| A D | lsdc_output_7a1000.c | 96 .destroy = drm_connector_cleanup, 133 .destroy = drm_encoder_cleanup, 137 .destroy = drm_encoder_cleanup,
|
| A D | lsdc_output_7a2000.c | 204 .destroy = drm_connector_cleanup, 213 .destroy = drm_connector_cleanup, 274 .destroy = drm_encoder_cleanup, 278 .destroy = drm_encoder_cleanup,
|
| /drivers/gpu/drm/mgag200/ |
| A D | mgag200_vga.c | 11 .destroy = drm_encoder_cleanup 22 .destroy = drm_connector_cleanup,
|
| A D | mgag200_vga_bmc.c | 48 .destroy = drm_encoder_cleanup 104 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/sysfb/ |
| A D | efidrm.c | 107 .destroy = drm_plane_cleanup, 116 .destroy = drm_crtc_cleanup, 120 .destroy = drm_encoder_cleanup, 129 .destroy = drm_connector_cleanup,
|
| A D | vesadrm.c | 209 .destroy = drm_plane_cleanup, 246 .destroy = drm_crtc_cleanup, 250 .destroy = drm_encoder_cleanup, 259 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/hyperv/ |
| A D | hyperv_drm_modeset.c | 64 .destroy = drm_connector_cleanup, 123 .destroy = drm_crtc_cleanup, 229 .destroy = drm_plane_cleanup, 234 .destroy = drm_encoder_cleanup,
|
| /drivers/mtd/chips/ |
| A D | chipreg.c | 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
| /drivers/gpu/drm/ast/ |
| A D | ast_sil164.c | 17 .destroy = drm_encoder_cleanup, 71 .destroy = drm_connector_cleanup,
|
| A D | ast_vga.c | 17 .destroy = drm_encoder_cleanup, 71 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ldu.c | 251 .destroy = vmw_ldu_crtc_destroy, 273 .destroy = vmw_ldu_encoder_destroy, 289 .destroy = vmw_ldu_connector_destroy, 366 .destroy = vmw_du_primary_plane_destroy, 375 .destroy = vmw_cursor_plane_destroy,
|
| A D | vmwgfx_context.c | 82 .destroy = NULL, 97 .destroy = vmw_gb_context_destroy, 112 .destroy = vmw_dx_context_destroy, 151 if (res->func->destroy == vmw_gb_context_destroy || in vmw_hw_context_destroy() 152 res->func->destroy == vmw_dx_context_destroy) { in vmw_hw_context_destroy() 157 (void) res->func->destroy(res); in vmw_hw_context_destroy()
|
| /drivers/gpu/drm/armada/ |
| A D | armada_fbdev.c | 28 fbh->fb->funcs->destroy(fbh->fb); in armada_fbdev_fb_destroy() 118 dfb->fb.funcs->destroy(&dfb->fb); in armada_fbdev_driver_fbdev_probe()
|
| /drivers/scsi/fcoe/ |
| A D | fcoe_transport.c | 58 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR); 59 __MODULE_PARM_TYPE(destroy, "string"); 60 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface"); 832 rc = ft->destroy(netdev); in fcoe_ctlr_destroy_store() 947 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()
|
| /drivers/md/persistent-data/ |
| A D | dm-space-map.h | 20 void (*destroy)(struct dm_space_map *sm); member 81 sm->destroy(sm); in dm_sm_destroy()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dvo.c | 364 .destroy = intel_connector_destroy, 379 if (intel_dvo->dev.dev_ops->destroy) in intel_dvo_enc_destroy() 380 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev); in intel_dvo_enc_destroy() 386 .destroy = intel_dvo_enc_destroy,
|
| /drivers/gpu/drm/logicvc/ |
| A D | logicvc_interface.c | 64 .destroy = drm_encoder_cleanup, 87 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/tegra/ |
| A D | fbdev.c | 137 goto destroy; in tegra_fbdev_driver_fbdev_probe() 149 destroy: in tegra_fbdev_driver_fbdev_probe()
|
| /drivers/gpu/drm/virtio/ |
| A D | virtgpu_display.c | 52 .destroy = drm_crtc_cleanup, 62 .destroy = drm_gem_fb_destroy, 247 .destroy = virtio_gpu_conn_destroy,
|
| /drivers/gpu/drm/udl/ |
| A D | udl_modeset.c | 323 .destroy = drm_plane_cleanup, 401 .destroy = drm_crtc_cleanup, 413 .destroy = drm_encoder_cleanup, 453 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/ |
| A D | drm_simple_kms_helper.c | 40 .destroy = drm_encoder_cleanup, 207 .destroy = drm_crtc_cleanup, 366 .destroy = drm_plane_cleanup,
|
| /drivers/gpu/drm/tiny/ |
| A D | cirrus-qemu.c | 370 .destroy = drm_plane_cleanup, 416 .destroy = drm_crtc_cleanup, 424 .destroy = drm_encoder_cleanup, 444 .destroy = drm_connector_cleanup,
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo.c | 318 bo->destroy(bo); in ttm_bo_release() 932 void (*destroy) (struct ttm_buffer_object *)) in ttm_bo_init_reserved() 940 bo->destroy = destroy; in ttm_bo_init_reserved() 1025 void (*destroy) (struct ttm_buffer_object *)) in ttm_bo_init_validate() 1031 sg, resv, destroy); in ttm_bo_init_validate()
|