Searched refs:join_bytes (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_pad.c | 174 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 723 cinfo.x[i] = join_bytes( ( ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 725 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker() 762 x = join_bytes( ( ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 764 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
|
| H A D | gslx680_firefly.c | 183 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 698 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), 700 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], 734 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), 736 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1],
|
| H A D | gsl3673.c | 276 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 818 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + in gsl3673_ts_worker() 820 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl3673_ts_worker() 857 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] in gsl3673_ts_worker() 859 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl3673_ts_worker()
|
| H A D | gslx680a.c | 293 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 825 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 827 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker() 864 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 866 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
|
| H A D | gsl3673_800x1280.c | 264 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 840 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + in gsl3673_ts_worker() 842 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl3673_ts_worker() 879 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] in gsl3673_ts_worker() 881 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl3673_ts_worker()
|
| H A D | gslx680.c | 336 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 1010 join_bytes((ts-> in gslX680_ts_worker() 1014 join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker() 1054 x = join_bytes((ts-> in gslX680_ts_worker() 1057 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
|
| H A D | gslx6801.c | 254 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 947 join_bytes((ts-> in gslX680_ts_worker() 951 join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker() 987 x = join_bytes((ts-> in gslX680_ts_worker() 990 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 270 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 813 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + in gsl_ts_worker() 815 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl_ts_worker() 852 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] in gsl_ts_worker() 854 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gsl_ts_worker()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 206 static inline u16 join_bytes(u8 a, u8 b) in join_bytes() function 773 cinfo.x[i] = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 775 cinfo.y[i] = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker() 812 x = join_bytes((ts->touch_data[ts->dd->x_index + 4 * i + 1] & 0xf), in gslX680_ts_worker() 814 y = join_bytes(ts->touch_data[ts->dd->y_index + 4 * i + 1], in gslX680_ts_worker()
|