Home
last modified time | relevance | path

Searched defs:button_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/landisk/include/
H A Dbutton.h92 struct button_type { struct
93 char button_type[32]; argument
/netbsd-src/sys/dev/acpi/
H A Dacpi_button.c64 struct button_type { struct
69 static const struct button_type power_button_type = { argument
/netbsd-src/sys/arch/landisk/dev/
H A Dbutton.c214 struct button_type *button_type = (void *)data; in btnioctl() local