Lines Matching full:ipmi
5 * The interface to the IPMI driver for the system interfaces (KCS, SMIC,
40 #include <linux/ipmi.h>
118 /* Number of IPMI events received from the hardware. */
144 * IPMI
705 "Maybe ok, but ipmi might run very slowly.\n", in handle_transaction_done()
988 * A busy-waiting loop for speeding up IPMI operation.
994 * Documentation/driver-api/ipmi.rst for details.
1250 …"Force the kipmi daemon to be enabled (1) or disabled(0). Normally the IPMI driver auto-detects t…
1256 …"Max time (in microseconds) to busy-wait for IPMI data before sleeping. 0 (default) means to wait …
1324 * the port is probably not an IPMI SMI interface. in wait_for_msg_done()
1731 * As Dell has no plans to release IPMI 1.5 firmware that *ever*
1739 * IPMI Version = 0x51 IPMI 1.5
1742 * Additionally, PowerEdge systems with IPMI < 1.5 may also assert
1998 pr_err("IPMI interface added with no device\n"); in try_smi_init()
2097 dev_info(new_smi->io.dev, "IPMI %s interface initialized\n", in try_smi_init()
2134 pr_info("IPMI System Interface driver\n"); in init_ipmi_si()
2369 MODULE_ALIAS("platform:dmi-ipmi-si");
2372 MODULE_DESCRIPTION("Interface to the IPMI driver for the KCS, SMIC, and BT system interfaces.");