Home | History | Annotate | Download | only in hw

Lines Matching refs:values

410          * the DPad values from the ranges above.
435 int32_t* values;
441 * of (min,max,fuzz,flat) 32-bit values.
449 * since the values only depend on the hardware configuration.
452 s->abs_info = values = malloc(sizeof(uint32_t)*s->abs_info_count);
455 values[0] = 0;
456 values[1] = config->hw_lcd_width-1;
457 values[2] = 0;
458 values[3] = 0;
459 values += 4;
462 values[0] = 0;
463 values[1] = config->hw_lcd_height-1;
464 values[2] = 0;
465 values[3] = 0;
466 values += 4;
469 values[0] = 0;
470 values[1] = 1;
471 values[2] = 0;
472 values[3] = 0;