Searched refs:destroy (Results 276 - 300 of 729) sorted by relevance

<<11121314151617181920>>

/linux-master/include/scsi/
H A Dlibfcoe.h304 * @destroy: handler to delete per-instance FCoE structures
316 int (*destroy) (struct net_device *device); member in struct:fcoe_transport
/linux-master/net/openvswitch/
H A Dvport-netdev.c204 .destroy = netdev_destroy,
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c700 .destroy = drm_plane_cleanup,
724 .destroy = drm_crtc_cleanup,
732 .destroy = drm_encoder_cleanup,
749 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_link_encoder.c79 .destroy = dcn10_link_encoder_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_link_encoder.c153 .destroy = dcn10_link_encoder_destroy,
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.c117 .destroy = malidp_mw_connector_destroy,
/linux-master/include/drm/
H A Ddrm_plane.h346 * @destroy:
352 void (*destroy)(struct drm_plane *plane); member in struct:drm_plane_funcs
834 * The @drm_plane_funcs.destroy hook must be NULL.
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h150 void (*destroy)(struct link_encoder **enc); member in struct:link_encoder_funcs
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_link_encoder.c218 .destroy = dcn10_link_encoder_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_dio_link_encoder.c84 .destroy = dcn10_link_encoder_destroy,
/linux-master/mm/
H A Dzbud.c423 .destroy = zbud_zpool_destroy,
/linux-master/tools/perf/util/
H A Dbpf_counter_cgroup.c282 evsel__delete(cgrp_switch); // it'll destroy on_switch progs too
293 .destroy = bperf_cgrp__destroy,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c35 int (*destroy)(struct mlxsw_sp_port *mlxsw_sp_port, member in struct:mlxsw_sp_qdisc_ops
258 if (mlxsw_sp_qdisc->ops->destroy)
259 err = mlxsw_sp_qdisc->ops->destroy(mlxsw_sp_port,
839 .destroy = mlxsw_sp_qdisc_red_destroy,
1077 .destroy = mlxsw_sp_qdisc_tbf_destroy,
1532 .destroy = mlxsw_sp_qdisc_prio_destroy,
1585 .destroy = mlxsw_sp_qdisc_ets_destroy,
1632 * Ignore it--the original Qdisc's destroy will follow.
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c396 .destroy = qxl_crtc_destroy,
446 .destroy = drm_gem_fb_destroy,
903 .destroy = drm_plane_helper_destroy,
925 .destroy = drm_plane_helper_destroy,
1107 .destroy = qxl_conn_destroy,
/linux-master/fs/nfs/
H A Dclient.c600 server->destroy = nfs_destroy_server;
1021 if (server->destroy != NULL)
1022 server->destroy(server);
1131 server->destroy = source->destroy;
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c266 * cpu_cf_event in not created, its destroy() function is not
815 event->destroy = hw_perf_event_destroy;
861 if (unlikely(err) && event->destroy)
862 event->destroy(event);
1810 event->destroy = hw_perf_event_destroy;
1814 event->destroy(event);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c164 * Send the fifo command to destroy a screen.
233 DRM_ERROR("Failed to destroy Screen Object\n");
300 DRM_ERROR("Failed to destroy Screen Object\n");
306 .destroy = vmw_sou_crtc_destroy,
327 .destroy = vmw_sou_encoder_destroy,
343 .destroy = vmw_sou_connector_destroy,
753 .destroy = vmw_du_primary_plane_destroy,
762 .destroy = vmw_du_cursor_plane_destroy,
H A Dvmwgfx_stdu.c321 * @stdu: display unit to destroy
395 DRM_ERROR("Failed to destroy Screen Target\n");
441 /* Don't destroy the Screen Target if we are only setting the
451 DRM_ERROR("Failed to destroy Screen Target\n");
784 .destroy = vmw_stdu_crtc_destroy,
820 .destroy = vmw_stdu_encoder_destroy,
884 .destroy = vmw_stdu_connector_destroy,
1476 .destroy = vmw_du_primary_plane_destroy,
1485 .destroy = vmw_du_cursor_plane_destroy,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c314 bool destroy = false; variable
322 destroy = true;
326 if (destroy)
1052 __u32 umask, int *destroy)
1072 *destroy = !((fsn_mark->mask | fsn_mark->ignore_mask) & ~umask);
1050 fanotify_mark_remove_from_mask(struct fsnotify_mark *fsn_mark, __u32 mask, unsigned int flags, __u32 umask, int *destroy) argument
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c148 .destroy = drm_plane_cleanup,
484 .destroy = drm_crtc_cleanup,
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c275 .destroy = nv_destroy_plane,
466 .destroy = nv_destroy_plane,
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c564 .destroy = sm_metadata_destroy,
701 .destroy = sm_bootstrap_destroy,
/linux-master/fs/squashfs/
H A Dsuper.c472 msblk->thread_ops->destroy(msblk);
592 sbi->thread_ops->destroy(sbi);
629 * destroy cache.
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c707 if (pevent[0]->destroy) {
708 pevent[0]->destroy = NULL;
/linux-master/arch/x86/kernel/
H A Dkgdb.c669 if (pevent[0]->destroy != NULL) {
670 pevent[0]->destroy = NULL;

Completed in 1167 milliseconds

<<11121314151617181920>>