Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dati_remote.c268 #define KIND_LITERAL 1 /* Simply pass to input system as EV_KEY */ macro
292 {KIND_LITERAL, 0x78, BTN_LEFT}, /* left btn down */
293 {KIND_LITERAL, 0x79, BTN_LEFT}, /* left btn up */
294 {KIND_LITERAL, 0x7c, BTN_RIGHT},/* right btn down */
295 {KIND_LITERAL, 0x7d, BTN_RIGHT},/* right btn up */
556 if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) { in ati_remote_input_report()
733 if (ati_remote_tbl[i].kind == KIND_LITERAL || in ati_remote_input_init()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds