/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_simple_resource.c | 53 * @res_free: Function pointer to destroy the simple resource. 63 void (*res_free)(struct vmw_resource *res)) in vmw_simple_resource_init() 68 ret = vmw_resource_init(dev_priv, res, false, res_free, in vmw_simple_resource_init() 72 res_free(res); in vmw_simple_resource_init()
|
H A D | vmwgfx_context.c | 67 .res_free = vmw_user_context_free 183 void (*res_free)(struct vmw_resource *res)) in vmw_gb_context_init() 192 res_free, in vmw_gb_context_init() 234 if (res_free) in vmw_gb_context_init() 235 res_free(res); in vmw_gb_context_init() 243 void (*res_free)(struct vmw_resource *res), in vmw_context_init() 254 return vmw_gb_context_init(dev_priv, dx, res, res_free); in vmw_context_init() 257 res_free, &vmw_legacy_context_func); in vmw_context_init() 286 if (res_free == NULL) in vmw_context_init() 289 res_free(re in vmw_context_init() [all...] |
H A D | vmwgfx_resource_priv.h | 54 void (*res_free) (struct vmw_resource *res); member 143 void (*res_free) (struct vmw_resource *res),
|
H A D | vmwgfx_resource.c | 155 if (res->res_free != NULL) in vmw_resource_release() 156 res->res_free(res); in vmw_resource_release() 210 * @res_free: Resource destructor. 215 void (*res_free) (struct vmw_resource *res), in vmw_resource_init() 220 res->res_free = res_free; in vmw_resource_init()
|
H A D | vmwgfx_shader.c | 83 .res_free = vmw_user_shader_free 165 void (*res_free) (struct vmw_resource *res)) in vmw_gb_shader_init() 170 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_gb_shader_init() 174 if (res_free) in vmw_gb_shader_init() 175 res_free(res); in vmw_gb_shader_init()
|
H A D | vmwgfx_surface.c | 121 .res_free = vmw_user_surface_free 607 * @res_free: Pointer to a resource destructor used to free 612 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init() 617 BUG_ON(!res_free); in vmw_surface_init() 618 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_surface_init() 623 res_free(res); in vmw_surface_init()
|
H A D | vmwgfx_drv.h | 165 * @res_free: The resource destructor. 189 void (*res_free) (struct vmw_resource *res); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_simple_resource.c | 55 * @res_free: Function pointer to destroy the simple resource. 65 void (*res_free)(struct vmw_resource *res)) in vmw_simple_resource_init() 70 ret = vmw_resource_init(dev_priv, res, false, res_free, in vmw_simple_resource_init() 74 res_free(res); in vmw_simple_resource_init()
|
H A D | vmwgfx_context.c | 68 .res_free = vmw_user_context_free 181 void (*res_free)(struct vmw_resource *res)) in vmw_gb_context_init() 190 res_free, in vmw_gb_context_init() 232 if (res_free) in vmw_gb_context_init() 233 res_free(res); in vmw_gb_context_init() 241 void (*res_free)(struct vmw_resource *res), in vmw_context_init() 252 return vmw_gb_context_init(dev_priv, dx, res, res_free); in vmw_context_init() 255 res_free, &vmw_legacy_context_func); in vmw_context_init() 284 if (res_free == NULL) in vmw_context_init() 287 res_free(re in vmw_context_init() [all...] |
H A D | vmwgfx_resource_priv.h | 54 void (*res_free) (struct vmw_resource *res); member 141 void (*res_free) (struct vmw_resource *res),
|
H A D | vmwgfx_shader.c | 87 .res_free = vmw_user_shader_free 167 void (*res_free) (struct vmw_resource *res)) in vmw_gb_shader_init() 172 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_gb_shader_init() 176 if (res_free) in vmw_gb_shader_init() 177 res_free(res); in vmw_gb_shader_init()
|
H A D | vmwgfx_resource.c | 152 if (res->res_free != NULL) in vmw_resource_release() 153 res->res_free(res); in vmw_resource_release() 208 * @res_free: Resource destructor. 213 void (*res_free) (struct vmw_resource *res), in vmw_resource_init() 218 res->res_free = res_free; in vmw_resource_init()
|
H A D | vmwgfx_surface.c | 123 .res_free = vmw_user_surface_free 610 * @res_free: Pointer to a resource destructor used to free 615 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init() 620 BUG_ON(!res_free); in vmw_surface_init() 621 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_surface_init() 626 res_free(res); in vmw_surface_init()
|
H A D | vmwgfx_drv.h | 165 * @res_free: The resource destructor. 187 void (*res_free) (struct vmw_resource *res); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cpt.c | 1087 goto res_free; in cpt_inline_inb_lf_cmd_send() 1143 res_free: in cpt_inline_inb_lf_cmd_send()
|
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
H A D | tm6000-video.c | 837 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free() function 1024 res_free(dev, fh); in vidioc_streamoff() 1471 res_free(dev, fh); in tm6000_release()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 880 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free() function 1156 res_free(dev, vq->type); in em28xx_stop_streaming() 1191 res_free(dev, vq->type); in em28xx_stop_vbi_streaming()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 870 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free() function 1146 res_free(dev, vq->type); in em28xx_stop_streaming() 1181 res_free(dev, vq->type); in em28xx_stop_vbi_streaming()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 327 res_alloc->res_free; in mlx4_grant_resource() 368 res_alloc->res_free -= count; in mlx4_grant_resource() 415 res_alloc->res_free += count; in mlx4_release_resource() 432 res_alloc->res_free = num_instances; in initialize_res_quotas() 435 res_alloc->res_free += dev->caps.reserved_mtts; in initialize_res_quotas() 545 res_alloc->res_free = dev->caps.max_counters - 1; in mlx4_init_resource_tracker()
|
H A D | mlx4.h | 547 int res_free; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 327 res_alloc->res_free; in mlx4_grant_resource() 368 res_alloc->res_free -= count; in mlx4_grant_resource() 415 res_alloc->res_free += count; in mlx4_release_resource() 432 res_alloc->res_free = num_instances; in initialize_res_quotas() 435 res_alloc->res_free += dev->caps.reserved_mtts; in initialize_res_quotas() 545 res_alloc->res_free = dev->caps.max_counters - 1; in mlx4_init_resource_tracker()
|
H A D | mlx4.h | 549 int res_free; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 3674 goto res_free; in bnad_pci_probe() 3756 res_free: in bnad_pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 3655 goto res_free; in bnad_pci_probe() 3737 res_free: in bnad_pci_probe()
|