Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dacpi_ipmi.c191 struct acpi_ipmi_msg *ipmi_msg; in ipmi_msg_alloc() local
197 ipmi_msg = kzalloc(sizeof(struct acpi_ipmi_msg), GFP_KERNEL); in ipmi_msg_alloc()
198 if (!ipmi_msg) { in ipmi_msg_alloc()
203 kref_init(&ipmi_msg->kref); in ipmi_msg_alloc()
204 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()
205 INIT_LIST_HEAD(&ipmi_msg->head); in ipmi_msg_alloc()
206 ipmi_msg->device = ipmi; in ipmi_msg_alloc()
207 ipmi_msg->msg_done = ACPI_IPMI_UNKNOWN; in ipmi_msg_alloc()
209 return ipmi_msg; in ipmi_msg_alloc()
/linux-5.19.10/include/uapi/linux/
Dipmi.h148 struct ipmi_msg { struct
257 struct ipmi_msg msg;
311 struct ipmi_msg msg; /* The data field must point to a buffer.
/linux-5.19.10/drivers/char/ipmi/
Dipmi_devintf.c664 static void get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg()
/linux-5.19.10/Documentation/driver-api/
Dipmi.rst207 struct ipmi_msg
242 struct ipmi_msg msg;