Home
last modified time | relevance | path

Searched refs:i2c_atr_new (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Di2c-atr.h53 struct i2c_atr *i2c_atr_new(struct i2c_adapter *parent, struct device *dev,
/openbmc/linux/drivers/i2c/
H A Di2c-atr.c500 struct i2c_atr *i2c_atr_new(struct i2c_adapter *parent, struct device *dev, in i2c_atr_new() function
550 EXPORT_SYMBOL_NS_GPL(i2c_atr_new, I2C_ATR);
/openbmc/linux/Documentation/i2c/
H A Di2c-address-translators.rst86 calling i2c_atr_new() passing attach/detach callbacks
/openbmc/linux/drivers/media/i2c/
H A Dds90ub960.c1095 priv->atr = i2c_atr_new(parent_adap, dev, &ub960_atr_ops, in ub960_init_atr()