Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c92 mlc->di_map[j] = -1; in hil_mlc_clear_di_map()
114 if (mlc->di_map[j] == idx) in hil_mlc_match_di_scratch()
138 if (mlc->di_map[j] == idx) in hil_mlc_find_free_di()
156 if (mlc->di_map[j] == idx) in hil_mlc_clean_serio_map()
172 serio = did ? mlc->serio[mlc->di_map[did - 1]] : NULL; in hil_mlc_send_polls()
188 serio = did ? mlc->serio[mlc->di_map[did-1]] : NULL; in hil_mlc_send_polls()
254 mlc->di_map[mlc->ddi] = rc; in hilse_match()
261 mlc->di_map[mlc->ddi] = rc; in hilse_match()
/openbmc/linux/include/linux/
H A Dhil_mlc.h154 int di_map[7]; /* Maps below items to live devs */ member