base_present       37 drivers/hid/hid-google-hammer.c 	bool base_present;
base_present       96 drivers/hid/hid-google-hammer.c 	bool base_present;
base_present       99 drivers/hid/hid-google-hammer.c 		base_present = cbas_parse_base_state(
base_present      102 drivers/hid/hid-google-hammer.c 			"%s: base: %d\n", __func__, base_present);
base_present      118 drivers/hid/hid-google-hammer.c 			if (base_present != cbas_ec.base_present) {
base_present      121 drivers/hid/hid-google-hammer.c 						    !base_present);
base_present      123 drivers/hid/hid-google-hammer.c 				cbas_ec.base_present = base_present;
base_present      136 drivers/hid/hid-google-hammer.c 	bool base_present;
base_present      139 drivers/hid/hid-google-hammer.c 	error = cbas_ec_query_base(ec, true, &base_present);
base_present      146 drivers/hid/hid-google-hammer.c 		cbas_ec.base_present = base_present;
base_present      153 drivers/hid/hid-google-hammer.c 		if (!cbas_ec.base_present) {
base_present      205 drivers/hid/hid-google-hammer.c 	error = cbas_ec_query_base(ec, true, &cbas_ec.base_present);
base_present      211 drivers/hid/hid-google-hammer.c 	input_report_switch(input, SW_TABLET_MODE, !cbas_ec.base_present);
base_present      380 drivers/hid/hid-google-hammer.c 			cbas_ec.base_present, value);
base_present      387 drivers/hid/hid-google-hammer.c 		if (cbas_ec.input && cbas_ec.base_present) {