Home
last modified time | relevance | path

Searched refs:i2c_new_smbus_alert_device (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Di2c-smbus.h29 struct i2c_client *i2c_new_smbus_alert_device(struct i2c_adapter *adapter,
/kernel/linux/linux-6.6/include/linux/
H A Di2c-smbus.h29 struct i2c_client *i2c_new_smbus_alert_device(struct i2c_adapter *adapter,
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-smbus.c676 * i2c_new_smbus_alert_device - get ara client for SMBus alert support
690 struct i2c_client *i2c_new_smbus_alert_device(struct i2c_adapter *adapter, in i2c_new_smbus_alert_device() function
700 EXPORT_SYMBOL_GPL(i2c_new_smbus_alert_device); variable
714 return PTR_ERR_OR_ZERO(i2c_new_smbus_alert_device(adapter, NULL)); in of_i2c_setup_smbus_alert()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-smbus.c679 * i2c_new_smbus_alert_device - get ara client for SMBus alert support
693 struct i2c_client *i2c_new_smbus_alert_device(struct i2c_adapter *adapter, in i2c_new_smbus_alert_device() function
703 EXPORT_SYMBOL_GPL(i2c_new_smbus_alert_device); variable
721 return PTR_ERR_OR_ZERO(i2c_new_smbus_alert_device(adapter, NULL)); in i2c_setup_smbus_alert()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-thunderx-pcidrv.c130 ara = i2c_new_smbus_alert_device(&i2c->adap, &i2c->alert_data); in thunder_i2c_smbus_setup_of()
H A Di2c-parport.c338 ara = i2c_new_smbus_alert_device(&adapter->adapter, in i2c_parport_attach()
H A Di2c-xlp9xx.c497 ara = i2c_new_smbus_alert_device(&priv->adapter, &priv->alert_data); in xlp9xx_i2c_smbus_setup()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-thunderx-pcidrv.c130 ara = i2c_new_smbus_alert_device(&i2c->adap, &i2c->alert_data); in thunder_i2c_smbus_setup_of()
H A Di2c-parport.c348 ara = i2c_new_smbus_alert_device(&adapter->adapter, in i2c_parport_attach()
H A Di2c-xlp9xx.c497 ara = i2c_new_smbus_alert_device(&priv->adapter, &priv->alert_data); in xlp9xx_i2c_smbus_setup()
H A Di2c-stm32f7.c2057 alert->ara = i2c_new_smbus_alert_device(adap, &alert->setup); in stm32f7_i2c_enable_smbus_alert()

Completed in 10 milliseconds