Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dati_remote.c270 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */ macro
279 {KIND_ACCEL, 0x70, 0xff00}, /* left */
280 {KIND_ACCEL, 0x71, 0x0100}, /* right */
281 {KIND_ACCEL, 0x72, 0x00ff}, /* up */
282 {KIND_ACCEL, 0x73, 0x0001}, /* down */
285 {KIND_ACCEL, 0x74, 0xffff}, /* left up */
286 {KIND_ACCEL, 0x75, 0x01ff}, /* right up */
287 {KIND_ACCEL, 0x77, 0xff01}, /* left down */
288 {KIND_ACCEL, 0x76, 0x0101}, /* right down */
623 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report()
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dati_remote.c268 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */ macro
277 {KIND_ACCEL, 0x70, 0xff00}, /* left */
278 {KIND_ACCEL, 0x71, 0x0100}, /* right */
279 {KIND_ACCEL, 0x72, 0x00ff}, /* up */
280 {KIND_ACCEL, 0x73, 0x0001}, /* down */
283 {KIND_ACCEL, 0x74, 0xffff}, /* left up */
284 {KIND_ACCEL, 0x75, 0x01ff}, /* right up */
285 {KIND_ACCEL, 0x77, 0xff01}, /* left down */
286 {KIND_ACCEL, 0x76, 0x0101}, /* right down */
621 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report()
[all...]

Completed in 5 milliseconds