Searched refs:ipmi_msg (Results 1 – 4 of 4) sorted by relevance
127 struct acpi_ipmi_msg *ipmi_msg; in acpi_alloc_ipmi_msg() local130 ipmi_msg = kzalloc(sizeof(struct acpi_ipmi_msg), GFP_KERNEL); in acpi_alloc_ipmi_msg()131 if (!ipmi_msg) { in acpi_alloc_ipmi_msg()135 init_completion(&ipmi_msg->tx_complete); in acpi_alloc_ipmi_msg()136 INIT_LIST_HEAD(&ipmi_msg->head); in acpi_alloc_ipmi_msg()137 ipmi_msg->device = ipmi; in acpi_alloc_ipmi_msg()138 return ipmi_msg; in acpi_alloc_ipmi_msg()
161 struct ipmi_msg { struct549 struct ipmi_msg msg;603 struct ipmi_msg msg; /* The data field must point to a buffer.
696 static long get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg()711 static long put_compat_ipmi_msg(struct ipmi_msg *p64, in put_compat_ipmi_msg()
189 struct ipmi_msg224 struct ipmi_msg msg;