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

/linux-master/drivers/media/usb/dvb-usb/
H A Da800.c56 RC_SCANCODE_NEC(key[1], key[3]), 0);
H A Dvp7045.c114 rc_keydown(d->rc_dev, RC_PROTO_NEC, RC_SCANCODE_NEC(0, key), 0);
H A Dcxusb.c526 RC_SCANCODE_NEC(~ircode[2] & 0xff, ircode[3]), 0);
545 RC_SCANCODE_NEC(~ircode[1] & 0xff, ircode[2]), 0);
H A Ddib0700_core.c774 keycode = RC_SCANCODE_NEC(poll_reply->nec.system,
H A Ddib0700_devices.c560 scancode = RC_SCANCODE_NEC(st->buf[3 - 2], st->buf[3 - 3]);
/linux-master/include/media/
H A Drc-map.h126 #define RC_SCANCODE_NEC(addr, cmd) (((addr) << 8) | (cmd)) macro
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-input.c225 poll_result->scancode = RC_SCANCODE_NEC(msg[1], msg[2]);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c213 code = RC_SCANCODE_NEC(st->data[1], st->data[3]);
H A Danysee.c1137 RC_SCANCODE_NEC(0x08, ircode[1]), 0);
H A Daf9015.c1196 state->rc_keycode = RC_SCANCODE_NEC(buf[12],
H A Drtl28xxu.c1687 rc_code = RC_SCANCODE_NEC(buf[0], buf[2]);
H A Daf9035.c1878 key = RC_SCANCODE_NEC(buf[0], buf[2]);

Completed in 162 milliseconds