Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/joystick/
Dtmdc.c43 #define TMDC_BTN 16 macro
57 static const short tmdc_btn_pad[TMDC_BTN] =
59 static const short tmdc_btn_joy[TMDC_BTN] =
62 static const short tmdc_btn_fm[TMDC_BTN] =
64 static const short tmdc_btn_at[TMDC_BTN] =
324 for (j = 0; j < port->btnc[i] && j < TMDC_BTN; j++) in tmdc_setup_port()