Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-wiimote-modules.c1091 static const s8 digital_to_analog[3] = {0x20, 0, -0x20}; in wiimod_classic_in_ext() local
1095 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext()
1097 ly = digital_to_analog[1 - !(ext[4] & 0x40) in wiimod_classic_in_ext()
1105 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext()
1107 ly = digital_to_analog[1 - !(ext[4] & 0x40) in wiimod_classic_in_ext()