Searched refs:axis_x (Results 1 – 5 of 5) sorted by relevance
374 const struct gamma_pixel *axis_x, in find_software_points() argument390 left = axis_x[i].r; in find_software_points()393 right = axis_x[i + 1].r; in find_software_points()395 right = axis_x[max_number - 1].r; in find_software_points()397 left = axis_x[i].g; in find_software_points()400 right = axis_x[i + 1].g; in find_software_points()402 right = axis_x[max_number - 1].g; in find_software_points()404 left = axis_x[i].b; in find_software_points()407 right = axis_x[i + 1].b; in find_software_points()409 right = axis_x[max_number - 1].b; in find_software_points()[all …]
114 s8 axis_x; member
138 if (pdata->axis_x) in lis3lv02d_i2c_probe()139 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
1077 pdata->axis_x = sval; in lis3lv02d_init_dt()
77 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member