HelenOS sources
layout_ops_t 70 uspace/srv/hid/input/input.c static layout_ops_t *layout[NUM_LAYOUTS] = {
layout_ops_t 44 uspace/srv/hid/input/layout.c layout_t *layout_create(layout_ops_t *ops)
layout_ops_t 58 uspace/srv/hid/input/layout.h extern layout_ops_t us_qwerty_ops;
layout_ops_t 59 uspace/srv/hid/input/layout.h extern layout_ops_t us_dvorak_ops;
layout_ops_t 60 uspace/srv/hid/input/layout.h extern layout_ops_t cz_ops;
layout_ops_t 61 uspace/srv/hid/input/layout.h extern layout_ops_t ar_ops;
layout_ops_t 62 uspace/srv/hid/input/layout.h extern layout_ops_t fr_azerty_ops;
layout_ops_t 64 uspace/srv/hid/input/layout.h extern layout_t *layout_create(layout_ops_t *);
layout_ops_t 48 uspace/srv/hid/input/layout/ar.c layout_ops_t ar_ops = {
layout_ops_t 59 uspace/srv/hid/input/layout/cz.c layout_ops_t cz_ops = {
layout_ops_t 47 uspace/srv/hid/input/layout/fr_azerty.c layout_ops_t fr_azerty_ops = {
layout_ops_t 47 uspace/srv/hid/input/layout/us_dvorak.c layout_ops_t us_dvorak_ops = {
layout_ops_t 47 uspace/srv/hid/input/layout/us_qwerty.c layout_ops_t us_qwerty_ops = {
HelenOS homepage, sources at GitHub