Searched refs:hat_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-input.c904 usage->hat_max = field->logical_maximum;
1433 (usage->hat_min < usage->hat_max || usage->hat_dir)) {
1548 if (usage->hat_min < usage->hat_max || usage->hat_dir) {
1551 hat_dir = (value - usage->hat_min) * 8 / (usage->hat_max - usage->hat_min + 1) + 1;
/linux-master/include/linux/
H A Dhid.h478 __s8 hat_max; /* ditto */ member in struct:hid_usage

Completed in 107 milliseconds