Lines Matching full:interfaces

35 The message handler does not provide any user-level interfaces.
98 IPMI users tie into this, and the IPMI physical interfaces (called
99 System Management Interfaces, or SMIs) also tie in here. This
107 ipmi_si - A driver for various system interfaces. This supports KCS,
108 SMIC, and BT interfaces. Unless you have an SMBus interface or your
112 I2C kernel driver's SMBus interfaces to send and receive IPMI messages
135 linux/ipmi_smi.h - Contains the interface for system management interfaces
261 view of the IPMI interfaces. It allows multiple SMI interfaces to be
266 Watching For Interfaces
273 watcher with ipmi_smi_watcher_register() to iterate over interfaces
378 As mentioned before, multiple SMI interfaces may be registered to the
384 The ipmi_smi.h defines the interface for management interfaces, see
391 The SI driver allows KCS, BT, and SMIC interfaces to be configured
392 in the system. It discovers interfaces through a host of different
395 You can specify up to four interfaces on the module load line and
431 registers used by the interfaces may not appear at successive
461 doesn't find any interfaces or all the interfaces fail to work. The
487 these interfaces suck.
499 The driver supports a hot add and remove of interfaces. This way,
500 interfaces can be added or removed after the kernel is up and running.
552 The tryxxx parameters can be used to disable detecting interfaces
591 The driver supports a hot add and remove of interfaces through the I2C
641 You can use the IPMI smi_watcher to catch the IPMI interfaces as they