Searched refs:p_res (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/ |
H A D | karma.c | 24 __le32 p_res; in karma_partition() member
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | karma.c | 24 __le32 p_res; in karma_partition() member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource.c | 163 void vmw_resource_unreference(struct vmw_resource **p_res) in vmw_resource_unreference() argument 165 struct vmw_resource *res = *p_res; in vmw_resource_unreference() 167 *p_res = NULL; in vmw_resource_unreference() 247 * @p_res: On successful return the location pointed to will contain 258 struct vmw_resource **p_res) in vmw_user_resource_lookup_handle() 274 *p_res = res; in vmw_user_resource_lookup_handle() 291 * @p_res: On successful return the location pointed to will contain 253 vmw_user_resource_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter, struct vmw_resource **p_res) vmw_user_resource_lookup_handle() argument
|
H A D | vmwgfx_drv.h | 753 extern void vmw_resource_unreference(struct vmw_resource **p_res); 772 struct vmw_resource **p_res);
|
H A D | vmwgfx_execbuf.c | 652 struct vmw_resource **p_res) in vmw_cmd_res_check() 658 if (p_res) in vmw_cmd_res_check() 659 *p_res = NULL; in vmw_cmd_res_check() 703 if (p_res) in vmw_cmd_res_check() 704 *p_res = res; in vmw_cmd_res_check() 646 vmw_cmd_res_check(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, u32 dirty, const struct vmw_user_resource_conv *converter, uint32_t *id_loc, struct vmw_resource **p_res) vmw_cmd_res_check() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource.c | 166 void vmw_resource_unreference(struct vmw_resource **p_res) in vmw_resource_unreference() argument 168 struct vmw_resource *res = *p_res; in vmw_resource_unreference() 170 *p_res = NULL; in vmw_resource_unreference() 249 * @p_res: On successful return the location pointed to will contain 260 struct vmw_resource **p_res) in vmw_user_resource_lookup_handle() 276 *p_res = res; in vmw_user_resource_lookup_handle() 255 vmw_user_resource_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter, struct vmw_resource **p_res) vmw_user_resource_lookup_handle() argument
|
H A D | vmwgfx_drv.h | 794 extern void vmw_resource_unreference(struct vmw_resource **p_res); 813 struct vmw_resource **p_res);
|
H A D | vmwgfx_execbuf.c | 627 * @p_res: Pointer to pointer to resource validalidation node. Populated on 637 struct vmw_resource **p_res) in vmw_cmd_res_check() 644 if (p_res) in vmw_cmd_res_check() 645 *p_res = NULL; in vmw_cmd_res_check() 690 if (p_res) in vmw_cmd_res_check() 691 *p_res = res; in vmw_cmd_res_check() 631 vmw_cmd_res_check(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, u32 dirty, const struct vmw_user_resource_conv *converter, uint32_t *id_loc, struct vmw_resource **p_res) vmw_cmd_res_check() argument
|
Completed in 33 milliseconds