Home
last modified time | relevance | path

Searched refs: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]; member
95 #define BUTTON_IOC_GET_TYPE _IOR('P', 1, sizeof(struct button_type))
/netbsd-src/sys/dev/acpi/
H A Dacpi_button.c64 struct button_type { struct
69 static const struct button_type power_button_type = { argument
74 static const struct button_type sleep_button_type = {
118 const struct button_type *type; in acpibut_attach()
/netbsd-src/sys/arch/landisk/dev/
H A Dbutton.c214 struct button_type *button_type = (void *)data; in btnioctl() local
215 strcpy(button_type->button_type, btn_type); in btnioctl()