Searched refs:coords (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | jornada720_ts.c | 53 static int jornada720_ts_average(int coords[4]) in jornada720_ts_average() 55 int coord, high_bits = coords[3]; in jornada720_ts_average() 57 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average() 58 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average() 59 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
|
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 760 struct access_coordinate coords[ACCESS_COORDINATE_MAX]; in DEFINE_FREE() local 818 rc = cxl_pci_get_bandwidth(to_pci_dev(dev), coords); in DEFINE_FREE() 826 cxl_coordinates_combine(coords, coords, ctx->coord); in DEFINE_FREE() 833 cxl_coordinates_combine(coords, coords, dport->coord); in DEFINE_FREE() 839 cxl_bandwidth_add(us_ctx->coord, us_ctx->coord, coords); in DEFINE_FREE()
|
| /linux/drivers/gpu/drm/amd/display/modules/color/ |
| H A D | color_gamma.c | 1544 struct hw_x_point *coords = coordinates_x; in copy_rgb_regamma_to_coordinates_x() local 1549 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x() 1550 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x() 1551 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x() 1553 ++coords; in copy_rgb_regamma_to_coordinates_x() 1637 struct hw_x_point *coords = coords_x; in map_regamma_hw_to_x_user() local 1641 copy_rgb_regamma_to_coordinates_x(coords, in map_regamma_hw_to_x_user() 1646 ramp, coeff128, rgb_user, coords, axis_x, in map_regamma_hw_to_x_user()
|
| /linux/include/linux/ |
| H A D | mempolicy.h | 183 struct access_coordinate *coords);
|
| /linux/mm/ |
| H A D | mempolicy.c | 220 int mempolicy_set_node_perf(unsigned int node, struct access_coordinate *coords) in mempolicy_set_node_perf() argument 227 bw_val = min(coords->read_bandwidth, coords->write_bandwidth); in mempolicy_set_node_perf()
|