Searched refs:axis_x (Results 1 – 5 of 5) sorted by relevance
456 const struct gamma_pixel *axis_x, in find_software_points() argument472 left = axis_x[i].r; in find_software_points()475 right = axis_x[i + 1].r; in find_software_points()477 right = axis_x[max_number - 1].r; in find_software_points()479 left = axis_x[i].g; in find_software_points()482 right = axis_x[i + 1].g; in find_software_points()484 right = axis_x[max_number - 1].g; in find_software_points()486 left = axis_x[i].b; in find_software_points()489 right = axis_x[i + 1].b; in find_software_points()491 right = axis_x[max_number - 1].b; in find_software_points()[all …]
114 s8 axis_x; member
125 if (pdata->axis_x) in lis3lv02d_i2c_probe()126 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
1064 pdata->axis_x = sval; in lis3lv02d_init_dt()
73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member