Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c117 __s32 *raw_cc; /* contact count in the report */ member
540 mt_application->raw_cc = DEFAULT_ZERO; in mt_allocate_application()
796 app->raw_cc = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1134 if (app->raw_cc != DEFAULT_ZERO) in mt_touch_report()
1135 contact_count = *app->raw_cc; in mt_touch_report()