Searched refs:axis_x (Results 1 – 5 of 5) sorted by relevance
613 const struct gamma_pixel *axis_x, in find_software_points() argument629 left = axis_x[i].r; in find_software_points()632 right = axis_x[i + 1].r; in find_software_points()634 right = axis_x[max_number - 1].r; in find_software_points()636 left = axis_x[i].g; in find_software_points()639 right = axis_x[i + 1].g; in find_software_points()641 right = axis_x[max_number - 1].g; in find_software_points()643 left = axis_x[i].b; in find_software_points()646 right = axis_x[i + 1].b; in find_software_points()648 right = axis_x[max_number - 1].b; in find_software_points()[all …]
124 if (pdata->axis_x) in lis3lv02d_i2c_probe()125 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
1073 pdata->axis_x = sval; in lis3lv02d_init_dt()
114 s8 axis_x; member
73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member