Searched refs:res_free (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 47 void (*res_free) (struct vmw_resource *res); member 90 void (*res_free) (struct vmw_resource *res),
|
D | vmwgfx_context.c | 67 .res_free = vmw_user_context_free 176 void (*res_free)(struct vmw_resource *res)) in vmw_gb_context_init() 185 res_free, in vmw_gb_context_init() 227 if (res_free) in vmw_gb_context_init() 228 res_free(res); in vmw_gb_context_init() 236 void (*res_free)(struct vmw_resource *res), in vmw_context_init() 247 return vmw_gb_context_init(dev_priv, dx, res, res_free); in vmw_context_init() 250 res_free, &vmw_legacy_context_func); in vmw_context_init() 280 if (res_free == NULL) in vmw_context_init() 283 res_free(res); in vmw_context_init()
|
D | vmwgfx_resource.c | 155 if (res->res_free != NULL) in vmw_resource_release() 156 res->res_free(res); in vmw_resource_release() 216 void (*res_free) (struct vmw_resource *res), in vmw_resource_init() 221 res->res_free = res_free; in vmw_resource_init() 315 if (!res->avail || res->res_free != converter->res_free) { in vmw_user_resource_lookup_handle() 800 void (*res_free) (struct vmw_resource *res)) in vmw_stream_init() 805 ret = vmw_resource_init(dev_priv, res, false, res_free, in vmw_stream_init() 809 if (res_free == NULL) in vmw_stream_init() 812 res_free(&stream->res); in vmw_stream_init() 871 if (res->res_free != &vmw_user_stream_free) { in vmw_stream_unref_ioctl() [all …]
|
D | vmwgfx_shader.c | 86 .res_free = vmw_user_shader_free 162 void (*res_free) (struct vmw_resource *res)) in vmw_gb_shader_init() 167 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_gb_shader_init() 171 if (res_free) in vmw_gb_shader_init() 172 res_free(res); in vmw_gb_shader_init()
|
D | vmwgfx_surface.c | 88 .res_free = vmw_user_surface_free 576 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init() 581 BUG_ON(res_free == NULL); in vmw_surface_init() 584 ret = vmw_resource_init(dev_priv, res, true, res_free, in vmw_surface_init() 591 res_free(res); in vmw_surface_init()
|
D | vmwgfx_drv.h | 126 void (*res_free) (struct vmw_resource *res); member
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 858 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free() function 1051 res_free(dev, fh); in vidioc_streamoff() 1495 res_free(dev, fh); in tm6000_release()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 921 static void res_free(struct cx231xx_fh *fh) in res_free() function 1500 res_free(fh); in vidioc_streamoff() 1842 res_free(fh); in cx231xx_close()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 319 res_alloc->res_free; in mlx4_grant_resource() 360 res_alloc->res_free -= count; in mlx4_grant_resource() 407 res_alloc->res_free += count; in mlx4_release_resource() 424 res_alloc->res_free = num_instances; in initialize_res_quotas() 427 res_alloc->res_free += dev->caps.reserved_mtts; in initialize_res_quotas() 517 res_alloc->res_free = dev->caps.max_counters - 1; in mlx4_init_resource_tracker() 606 res_alloc->res_free -= res_alloc->guaranteed[t]; in mlx4_init_resource_tracker()
|
D | mlx4.h | 544 int res_free; member
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 862 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free() function 992 res_free(dev, vq->type); in em28xx_stop_streaming() 1024 res_free(dev, vq->type); in em28xx_stop_vbi_streaming()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 3703 goto res_free; in bnad_pci_probe() 3788 res_free: in bnad_pci_probe()
|