Home
last modified time | relevance | path

Searched refs:raw_cc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c118 __s32 *raw_cc; /* contact count in the report */ member
581 mt_application->raw_cc = DEFAULT_ZERO; in mt_allocate_application()
855 app->raw_cc = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1216 if (app->raw_cc != DEFAULT_ZERO) in mt_touch_report()
1217 contact_count = *app->raw_cc; in mt_touch_report()