Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dhil_mlc.c93 mlc->di_map[j] = -1; in hil_mlc_clear_di_map()
115 if (mlc->di_map[j] == idx) in hil_mlc_match_di_scratch()
139 if (mlc->di_map[j] == idx) in hil_mlc_find_free_di()
157 if (mlc->di_map[j] == idx) in hil_mlc_clean_serio_map()
173 serio = did ? mlc->serio[mlc->di_map[did - 1]] : NULL; in hil_mlc_send_polls()
189 serio = did ? mlc->serio[mlc->di_map[did-1]] : NULL; in hil_mlc_send_polls()
255 mlc->di_map[mlc->ddi] = rc; in hilse_match()
262 mlc->di_map[mlc->ddi] = rc; in hilse_match()
/linux/include/linux/
H A Dhil_mlc.h154 int di_map[7]; /* Maps below items to live devs */ member