Searched refs:i2c_atr_add_adapter (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/media/i2c/
H A Dds90ub953.c1113 ret = i2c_atr_add_adapter(priv->plat_data->atr, priv->plat_data->port,
H A Dds90ub913.c666 ret = i2c_atr_add_adapter(priv->plat_data->atr, priv->plat_data->port,
/linux-master/drivers/i2c/
H A Di2c-atr.c567 int i2c_atr_add_adapter(struct i2c_atr *atr, u32 chan_id, function
660 EXPORT_SYMBOL_NS_GPL(i2c_atr_add_adapter, I2C_ATR);
/linux-master/include/linux/
H A Di2c-atr.h47 * adapters. Call i2c_atr_add_adapter() to add some.
60 * Precondition: all the adapters added with i2c_atr_add_adapter() must be
66 * i2c_atr_add_adapter - Create a child ("downstream") I2C bus.
88 int i2c_atr_add_adapter(struct i2c_atr *atr, u32 chan_id,
94 * i2c_atr_add_adapter(). If no I2C bus has been added

Completed in 153 milliseconds