Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-wiimote-core.c1303 bool is_mp; in handler_ext() local
1332 is_mp = payload[5] & 0x02; in handler_ext()
1334 is_mp = false; in handler_ext()
1338 if (!(wdata->state.flags & WIIPROTO_FLAG_EXT_ACTIVE) && !is_mp) in handler_ext()
1343 if (is_mp && ops->in_mp) { in handler_ext()
1346 } else if (!is_mp && valid_ext_handler(ops, len)) { in handler_ext()
1353 if (is_mp && ops->in_mp) { in handler_ext()
1356 } else if (!is_mp && valid_ext_handler(ops, len)) { in handler_ext()
1365 if (is_mp && ops->in_mp) { in handler_ext()
1368 } else if (!is_mp && valid_ext_handler(ops, len)) { in handler_ext()
/linux-4.1.27/drivers/input/mouse/
Dalps.c623 f->is_mp = !!(p[0] & 0x40); in alps_decode_pinnacle()
649 f->is_mp = !!(p[5] & 0x40); in alps_decode_rushmore()
664 f->is_mp = !!(p[0] & 0x20); in alps_decode_dolphin()
666 if (!f->is_mp) { in alps_decode_dolphin()
719 if (f->is_mp) { in alps_process_touchpad_packet_v3_v5()
758 if (f->is_mp) in alps_process_touchpad_packet_v3_v5()
1181 f->is_mp = 0; in alps_decode_ss4_v2()
1204 f->is_mp = 0; in alps_decode_ss4_v2()
1226 f->is_mp = 1; in alps_decode_ss4_v2()
1271 if (f->is_mp) { in alps_process_packet_ss4_v2()
[all …]
Dalps.h207 unsigned int is_mp:1; member