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

/linux-master/include/media/
H A Drc-map.h128 #define RC_SCANCODE_NEC32(data) ((data) & 0xffffffff) macro
/linux-master/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c760 keycode = RC_SCANCODE_NEC32(poll_reply->nec.system << 24 |
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c221 code = RC_SCANCODE_NEC32(st->data[1] << 24 |
H A Dlmedm04.c305 key = RC_SCANCODE_NEC32(ibuf[2] << 24 |
H A Daf9015.c1208 state->rc_keycode = RC_SCANCODE_NEC32(buf[12] << 24 |
H A Drtl28xxu.c1697 rc_code = RC_SCANCODE_NEC32(buf[0] << 24 | buf[1] << 16 |
H A Daf9035.c1887 key = RC_SCANCODE_NEC32(buf[0] << 24 | buf[1] << 16 |

Completed in 143 milliseconds