Searched refs:KIND_LITERAL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | ati_remote.c | 282 #define KIND_LITERAL 1 /* Simply pass to input system as EV_KEY */ macro 306 {KIND_LITERAL, 0x78, BTN_LEFT}, /* left btn down */ 307 {KIND_LITERAL, 0x79, BTN_LEFT}, /* left btn up */ 308 {KIND_LITERAL, 0x7c, BTN_RIGHT},/* right btn down */ 309 {KIND_LITERAL, 0x7d, BTN_RIGHT},/* right btn up */ 564 if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) { in ati_remote_input_report() 740 if (ati_remote_tbl[i].kind == KIND_LITERAL || in ati_remote_input_init()
|