Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dcobalt_btns.c18 static const unsigned short cobalt_map[] = { variable
30 unsigned short keymap[ARRAY_SIZE(cobalt_map)];
31 int count[ARRAY_SIZE(cobalt_map)];
80 memcpy(bdev->keymap, cobalt_map, sizeof(bdev->keymap)); in cobalt_buttons_probe()
98 for (i = 0; i < ARRAY_SIZE(cobalt_map); i++) in cobalt_buttons_probe()