Searched refs:p_val (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/speakup/
H A Dvarhandlers.c180 int *p_val = var->p_val; local
211 if (var->var_type == VAR_TIME && p_val != NULL) {
212 *p_val = msecs_to_jiffies(val);
215 if (p_val != NULL)
216 *p_val = val;
257 if (!var->p_val)
258 var->p_val = var_data->u.s.default_val;
259 if (var->p_val != var_data->u.s.default_val)
260 strcpy((char *)var->p_val, var_dat
[all...]
H A Dspk_types.h106 void *p_val; /* ptr to programs variable to store value */ member in struct:st_var_header
H A Dkobjects.c565 for (cp = (char *)param->p_val; (ch = *cp); cp++) {
/drivers/media/dvb-frontends/
H A Dstv6110.c269 s32 p_calc, p_calc_opt = 1000, r_div, r_div_opt = 0, p_val; local
312 p_val = (int)(1 << (p + 1)) * 10;/* P = 2 or P = 4 */
316 if ((abssub(p_calc, p_val)) < (abssub(p_calc_opt, p_val)))
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c433 * @p_val: If non null, a pointer to the struct vmw_resource_validate_node
441 struct vmw_resource_val_node **p_val)
446 *p_val = NULL;
480 if (p_val)
481 *p_val = node;
497 * @p_val: Pointer to pointer to resource validalidation node. Populated
506 struct vmw_resource_val_node **p_val)
515 if (p_val)
516 *p_val = NULL;
533 if (p_val)
436 vmw_cmd_res_reloc_add(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, uint32_t *id_loc, struct vmw_resource *res, struct vmw_resource_val_node **p_val) argument
501 vmw_cmd_res_check(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, enum vmw_res_type res_type, const struct vmw_user_resource_conv *converter, uint32_t *id_loc, struct vmw_resource_val_node **p_val) argument
[all...]

Completed in 5565 milliseconds