Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-multitouch.c118 __s32 *raw_cc; /* contact count in the report */ member
586 mt_application->raw_cc = DEFAULT_ZERO; in mt_allocate_application()
860 app->raw_cc = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1221 if (app->raw_cc != DEFAULT_ZERO) in mt_touch_report()
1222 contact_count = *app->raw_cc; in mt_touch_report()