num_expected      124 drivers/hid/hid-multitouch.c 	__u8 num_expected;	/* expected last contact index */
num_expected      994 drivers/hid/hid-multitouch.c 	    app->num_received >= app->num_expected)
num_expected     1182 drivers/hid/hid-multitouch.c 			app->num_expected = contact_count;
num_expected     1185 drivers/hid/hid-multitouch.c 			app->num_expected = contact_count;
num_expected     1211 drivers/hid/hid-multitouch.c 	if (app->num_received >= app->num_expected)
num_expected     2540 drivers/hid/wacom_wac.c 	if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected)
num_expected     2657 drivers/hid/wacom_wac.c 			hid_data->num_expected = value;
num_expected     2660 drivers/hid/wacom_wac.c 		hid_data->num_expected = wacom_wac->features.touch_max;
num_expected     2676 drivers/hid/wacom_wac.c 	if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected)
num_expected      313 drivers/hid/wacom_wac.h 	int num_expected;