Home
last modified time | relevance | path

Searched refs:ipmi_msg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/
Dacpi_ipmi.c204 struct acpi_ipmi_msg *ipmi_msg; in ipmi_msg_alloc() local
210 ipmi_msg = kzalloc(sizeof(struct acpi_ipmi_msg), GFP_KERNEL); in ipmi_msg_alloc()
211 if (!ipmi_msg) { in ipmi_msg_alloc()
216 kref_init(&ipmi_msg->kref); in ipmi_msg_alloc()
217 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()
218 INIT_LIST_HEAD(&ipmi_msg->head); in ipmi_msg_alloc()
219 ipmi_msg->device = ipmi; in ipmi_msg_alloc()
220 ipmi_msg->msg_done = ACPI_IPMI_UNKNOWN; in ipmi_msg_alloc()
222 return ipmi_msg; in ipmi_msg_alloc()
/Linux-v4.19/include/uapi/linux/
Dipmi.h134 struct ipmi_msg { struct
243 struct ipmi_msg msg;
297 struct ipmi_msg msg; /* The data field must point to a buffer.
/Linux-v4.19/drivers/char/ipmi/
Dipmi_devintf.c666 static void get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg()
/Linux-v4.19/Documentation/
DIPMI.txt190 struct ipmi_msg
225 struct ipmi_msg msg;