Searched refs:button_type (Results 1 – 3 of 3) sorted by relevance
92 struct button_type { struct93 char button_type[32]; member95 #define BUTTON_IOC_GET_TYPE _IOR('P', 1, sizeof(struct button_type))
64 struct button_type { struct69 static const struct button_type power_button_type = { argument74 static const struct button_type sleep_button_type = {118 const struct button_type *type; in acpibut_attach()
214 struct button_type *button_type = (void *)data; in btnioctl() local215 strcpy(button_type->button_type, btn_type); in btnioctl()