Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c54 } hid_hat_to_axis[] = {{0, 0}, {0, -1}, {1, -1}, {1, 0}, {1, 1}, {0, 1}, {-1, 1}, {-1, 0}, {-1, -1}}; variable
1790 input_event(input, usage->type, usage->code, hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1791 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()

Completed in 3 milliseconds