Searched refs:coords (Results 1 – 4 of 4) 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/include/linux/ |
| H A D | mempolicy.h | 184 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()
|