/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 69 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local 77 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 81 input_abs_get_min(input, axis_x), in touchscreen_parse_properties() 85 axis_x) + 1, in touchscreen_parse_properties() 88 input_abs_get_fuzz(input, axis_x), in touchscreen_parse_properties() 91 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 121 prop->max_x = input_abs_get_max(input, axis_x); in touchscreen_parse_properties() 127 absinfo = &input->absinfo[axis_x]; in touchscreen_parse_properties() 143 swap(input->absinfo[axis_x], input->absinfo[axis_y]); in touchscreen_parse_properties()
|
H A D | sur40.c | 73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member 74 __le16 axis_y; /* axis_x == bb_size_y && axis_y == bb_size_x */
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 70 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local 78 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 82 input_abs_get_min(input, axis_x), in touchscreen_parse_properties() 86 axis_x) + 1, in touchscreen_parse_properties() 89 input_abs_get_fuzz(input, axis_x), in touchscreen_parse_properties() 92 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 122 prop->max_x = input_abs_get_max(input, axis_x); in touchscreen_parse_properties() 128 absinfo = &input->absinfo[axis_x]; in touchscreen_parse_properties() 144 swap(input->absinfo[axis_x], input->absinfo[axis_y]); in touchscreen_parse_properties()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 495 const struct gamma_pixel *axis_x, in find_software_points() 511 left = axis_x[i].r; in find_software_points() 514 right = axis_x[i + 1].r; in find_software_points() 516 right = axis_x[max_number - 1].r; in find_software_points() 518 left = axis_x[i].g; in find_software_points() 521 right = axis_x[i + 1].g; in find_software_points() 523 right = axis_x[max_number - 1].g; in find_software_points() 525 left = axis_x[i].b; in find_software_points() 528 right = axis_x[i + 1].b; in find_software_points() 530 right = axis_x[max_numbe in find_software_points() 493 find_software_points( const struct dc_gamma *ramp, const struct gamma_pixel *axis_x, struct fixed31_32 hw_point, enum channel_name channel, uint32_t *index_to_start, uint32_t *index_left, uint32_t *index_right, enum hw_point_position *pos) find_software_points() argument 572 build_custom_gamma_mapping_coefficients_worker( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, enum channel_name channel, uint32_t number_of_points) build_custom_gamma_mapping_coefficients_worker() argument 1447 calculate_interpolated_hardware_curve( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, uint32_t number_of_points, struct dc_transfer_func_distributed_points *tf_pts) calculate_interpolated_hardware_curve() argument 1635 map_regamma_hw_to_x_user( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, struct hw_x_point *coords_x, const struct gamma_pixel *axis_x, const struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts, bool mapUserRamp) map_regamma_hw_to_x_user() argument 1799 struct gamma_pixel *axis_x = NULL; mod_color_calculate_degamma_params() local 2038 struct gamma_pixel *axis_x = NULL; mod_color_calculate_regamma_params() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 509 const struct gamma_pixel *axis_x, in find_software_points() 525 left = axis_x[i].r; in find_software_points() 528 right = axis_x[i + 1].r; in find_software_points() 530 right = axis_x[max_number - 1].r; in find_software_points() 532 left = axis_x[i].g; in find_software_points() 535 right = axis_x[i + 1].g; in find_software_points() 537 right = axis_x[max_number - 1].g; in find_software_points() 539 left = axis_x[i].b; in find_software_points() 542 right = axis_x[i + 1].b; in find_software_points() 544 right = axis_x[max_numbe in find_software_points() 507 find_software_points( const struct dc_gamma *ramp, const struct gamma_pixel *axis_x, struct fixed31_32 hw_point, enum channel_name channel, uint32_t *index_to_start, uint32_t *index_left, uint32_t *index_right, enum hw_point_position *pos) find_software_points() argument 586 build_custom_gamma_mapping_coefficients_worker( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, enum channel_name channel, uint32_t number_of_points) build_custom_gamma_mapping_coefficients_worker() argument 1522 calculate_interpolated_hardware_curve( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, uint32_t number_of_points, struct dc_transfer_func_distributed_points *tf_pts) calculate_interpolated_hardware_curve() argument 1708 map_regamma_hw_to_x_user( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, struct hw_x_point *coords_x, const struct gamma_pixel *axis_x, const struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts, bool map_user_ramp, bool do_clamping) map_regamma_hw_to_x_user() argument 1883 struct gamma_pixel *axis_x = NULL; mod_color_calculate_degamma_params() local 2125 struct gamma_pixel *axis_x = NULL; mod_color_calculate_regamma_params() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | lis3lv02d.h | 26 * @axis_x: Sensor orientation remapping for x-axis 114 s8 axis_x; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lis3lv02d.h | 26 * @axis_x: Sensor orientation remapping for x-axis 114 s8 axis_x; member
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d_i2c.c | 125 if (pdata->axis_x) in lis3lv02d_i2c_probe() 126 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
|
H A D | lis3lv02d.c | 1083 pdata->axis_x = sval; in lis3lv02d_init_dt()
|
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d_i2c.c | 124 if (pdata->axis_x) in lis3lv02d_i2c_probe() 125 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
|
H A D | lis3lv02d.c | 1082 pdata->axis_x = sval; in lis3lv02d_init_dt()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sur40.c | 73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member 74 __le16 axis_y; /* axis_x == bb_size_y && axis_y == bb_size_x */
|