HomeSort by: relevance | last modified time | path
    Searched refs:button_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/landisk/include/
button.h 92 struct button_type { struct
93 char button_type[32]; member in struct:button_type
95 #define BUTTON_IOC_GET_TYPE _IOR('P', 1, sizeof(struct button_type))
  /src/sys/dev/acpi/
acpi_button.c 64 struct button_type { struct
69 static const struct button_type power_button_type = {
74 static const struct button_type sleep_button_type = {
118 const struct button_type *type;
  /src/sys/arch/landisk/dev/
button.c 214 struct button_type *button_type = (void *)data; local in function:btnioctl
215 strcpy(button_type->button_type, btn_type);

Completed in 12 milliseconds