Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dati_remote.c266 #define KIND_LITERAL 1 /* Simply pass to input system as EV_KEY */ macro
290 {KIND_LITERAL, 0x78, BTN_LEFT}, /* left btn down */
291 {KIND_LITERAL, 0x79, BTN_LEFT}, /* left btn up */
292 {KIND_LITERAL, 0x7c, BTN_RIGHT},/* right btn down */
293 {KIND_LITERAL, 0x7d, BTN_RIGHT},/* right btn up */
554 if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) { in ati_remote_input_report()
731 if (ati_remote_tbl[i].kind == KIND_LITERAL || in ati_remote_input_init()