pressbit 38 drivers/input/keyboard/mcs_touchkey.c unsigned int pressbit; pressbit 70 drivers/input/keyboard/mcs_touchkey.c pressed = (val & (1 << chip->pressbit)) >> chip->pressbit; pressbit 76 drivers/input/keyboard/mcs_touchkey.c key_val = val & (0xff >> (8 - chip->pressbit)); pressbit 126 drivers/input/keyboard/mcs_touchkey.c data->chip.pressbit = MCS5000_TOUCHKEY_STATUS_PRESS; pressbit 131 drivers/input/keyboard/mcs_touchkey.c data->chip.pressbit = MCS5080_TOUCHKEY_STATUS_PRESS;