have_key
u8 have_key, driver_num, sensor_num;
have_key = (ts->config[GOODIX_CFG_LOC_HAVE_KEY] & 0x01);
if (have_key)
driver_num, sensor_num, have_key);
int have_key = 0;
have_key = 1;
if (!have_key) {
tx_params->have_key = !!info->control.hw_key;
tx_params->have_key) {
bool have_key;
if (have_key(optee, key)) {
if (th->have_key) {
th->have_key = false;
th->have_key = true;
if (!th->have_key)
if (th->have_key && ktime_get_real_seconds() >= th->expires) {
th->have_key = false;
return th->have_key;
if (!have_key(th))
bool have_key;
bool have_key = false;
have_key = true;
if (!have_key)