chdata 137 drivers/input/touchscreen/sx8654.c u16 chdata; chdata 161 drivers/input/touchscreen/sx8654.c chdata = be16_to_cpu(data[i]); chdata 163 drivers/input/touchscreen/sx8654.c if (unlikely(chdata == 0xFFFF)) { chdata 166 drivers/input/touchscreen/sx8654.c } else if (unlikely(chdata & 0x8000)) { chdata 167 drivers/input/touchscreen/sx8654.c dev_warn(dev, "hibit @ %d [0x%04x]\n", i, chdata); chdata 171 drivers/input/touchscreen/sx8654.c ch = chdata >> 12; chdata 173 drivers/input/touchscreen/sx8654.c x = chdata & MAX_12BIT; chdata 175 drivers/input/touchscreen/sx8654.c y = chdata & MAX_12BIT; chdata 178 drivers/input/touchscreen/sx8654.c chdata);