Home
last modified time | relevance | path

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

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