Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbd.c216 #define ATKBD_DEFAULT 0 macro
317 resource_disabled("atkbd", ATKBD_DEFAULT)) { in atkbd_configure()
318 i = kbd_find_keyboard(ATKBD_DRIVER_NAME, ATKBD_DEFAULT); in atkbd_configure()
328 if (resource_int_value("atkbd", ATKBD_DEFAULT, "flags", &i) == 0) in atkbd_configure()
335 if (atkbd_probe(ATKBD_DEFAULT, arg, flags)) in atkbd_configure()
337 if (atkbd_init(ATKBD_DEFAULT, &kbd, arg, flags)) in atkbd_configure()
354 if (unit == ATKBD_DEFAULT) { in atkbd_probe()
388 if (unit == ATKBD_DEFAULT) { in atkbd_init()