Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-wiimote-core.c1315 bool is_mp; in handler_ext() local
1344 is_mp = payload[5] & 0x02; in handler_ext()
1346 is_mp = false; in handler_ext()
1350 if (!(wdata->state.flags & WIIPROTO_FLAG_EXT_ACTIVE) && !is_mp) in handler_ext()
1355 if (is_mp && ops->in_mp) { in handler_ext()
1358 } 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()
1377 if (is_mp && ops->in_mp) { in handler_ext()
1380 } else if (!is_mp && valid_ext_handler(ops, len)) { in handler_ext()
/openbmc/linux/drivers/input/mouse/
H A Dalps.c640 if (f->is_mp) { in alps_decode_pinnacle()
666 if (f->is_mp) { in alps_decode_rushmore()
697 if (!f->is_mp) { in alps_decode_dolphin()
750 if (f->is_mp) { in alps_process_touchpad_packet_v3_v5()
772 if (f->is_mp) in alps_process_touchpad_packet_v3_v5()
1200 f->is_mp = 0; in alps_decode_ss4_v2()
1233 f->is_mp = 0; in alps_decode_ss4_v2()
1269 f->is_mp = 1; in alps_decode_ss4_v2()
1289 f->is_mp = 0; in alps_decode_ss4_v2()
1331 if (f->is_mp) { in alps_process_packet_ss4_v2()
[all …]
H A Dalps.h242 unsigned int is_mp:1; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch51418 + const int is_mp = V4L2_TYPE_IS_MULTIPLANAR(ctx->type);
51468 + if (is_mp) {
51507 + if (is_mp) {
51516 + if ((is_mp ? buf.m.planes[0].bytesused : buf.bytesused) == 0) {