Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Dtmdc.c58 #define TMDC_BTN 16 macro
72 static const short tmdc_btn_pad[TMDC_BTN] =
74 static const short tmdc_btn_joy[TMDC_BTN] =
77 static const short tmdc_btn_fm[TMDC_BTN] =
79 static const short tmdc_btn_at[TMDC_BTN] =
339 for (j = 0; j < port->btnc[i] && j < TMDC_BTN; j++) in tmdc_setup_port()