Lines Matching full:smbus
3 * i2c-smbus.c - SMBus extensions to the I2C protocol
13 #include <linux/i2c-smbus.h>
97 * SMBus calls, because those sleeping calls can't be made in IRQ context.
114 * responding, an SMBus device stops asserting SMBALERT#. in smbus_alert()
116 * Note that SMBus 2.0 reserves 10-bit addresses for future in smbus_alert()
238 * i2c_handle_smbus_alert - Handle an SMBus alert
300 * i2c_new_slave_host_notify_device - get a client for SMBus host-notify support
304 * Setup handling of the SMBus host-notify protocol on a given I2C bus segment.
307 * received via the SMBus host-notify address (0x8)
347 * i2c_free_slave_host_notify_device - free the client for SMBus host-notify
367 * SPD is not part of SMBus but we include it here for convenience as the
493 MODULE_DESCRIPTION("SMBus protocol extensions support");