Home
last modified time | relevance | path

Searched refs:rc_keycode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.h98 u32 rc_keycode; member
H A Daf9015.c1196 state->rc_keycode = RC_SCANCODE_NEC(buf[12], in af9015_rc_query()
1201 state->rc_keycode = RC_SCANCODE_NECX(buf[12] << 8 | in af9015_rc_query()
1208 state->rc_keycode = RC_SCANCODE_NEC32(buf[12] << 24 | in af9015_rc_query()
1214 rc_keydown(d->rc_dev, proto, state->rc_keycode, 0); in af9015_rc_query()