Searched defs:destroy (Results 1 - 14 of 14) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h61 void (*destroy)(struct vmw_fence_obj *fence); member in struct:vmw_fence_obj
/drivers/md/
H A Ddm-path-selector.h41 void (*destroy) (struct path_selector *ps); member in struct:path_selector_type
/drivers/gpu/drm/i915/
H A Ddvo.h130 void (*destroy) (struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
/drivers/md/persistent-data/
H A Ddm-space-map.h17 void (*destroy)(struct dm_space_map *sm); member in struct:dm_space_map
68 sm->destroy(sm);
/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h70 void (*destroy)(struct cphy *); member in struct:cphy_ops
H A Dgmac.h98 void (*destroy)(struct cmac *); member in struct:cmac_ops
/drivers/staging/ramster/
H A Dtmem.c177 static void tmem_pool_flush(struct tmem_pool *pool, bool destroy) argument
197 if (destroy)
518 * "put", "get", "flush", "flush_object", "new pool" and "destroy pool".
/drivers/staging/zcache/
H A Dtmem.c176 static void tmem_pool_flush(struct tmem_pool *pool, bool destroy) argument
196 if (destroy)
514 * "put", "get", "flush", "flush_object", "new pool" and "destroy pool".
/drivers/scsi/
H A Dstorvsc_drv.c259 bool destroy; member in struct:storvsc_device
372 if (stor_device && stor_device->destroy)
402 if (stor_device->destroy &&
1012 stor_device->destroy = true;
1438 stor_device->destroy = false;
/drivers/infiniband/core/
H A Dcma.c1464 /* User wants to destroy the CM ID */
1664 int destroy = 0; local
1672 destroy = 1;
1677 if (destroy)
1686 int destroy = 0; local
1695 destroy = 1;
1701 if (destroy)
/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h498 * FCoE connection destroy request $$KEEP_ENDIANNESS$$
509 * FCoe destroy request $$KEEP_ENDIANNESS$$
541 struct fcoe_kwqe_destroy destroy; member in union:fcoe_kwqe
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h315 void (*destroy)(struct drm_device *, int engine); member in struct:nouveau_exec_engine
398 void (*destroy)(struct drm_device *); member in struct:nouveau_display_engine
491 void (*destroy)(struct nouveau_pm_profile *); member in struct:nouveau_pm_profile_func
/drivers/net/hyperv/
H A Dhyperv_net.h481 bool destroy; member in struct:netvsc_device
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2813 * FCoE connection destroy request $$KEEP_ENDIANNESS$$
2824 * FCoe destroy request $$KEEP_ENDIANNESS$$
2856 struct fcoe_kwqe_destroy destroy; member in union:fcoe_kwqe

Completed in 737 milliseconds