Searched refs:get_sda (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-uniphier.c289 .get_sda = uniphier_i2c_get_sda,
H A Di2c-fsi.c650 .get_sda = fsi_i2c_get_sda,
H A Di2c-octeon-core.c789 .get_sda = octeon_i2c_get_sda,
H A Di2c-uniphier-f.c475 .get_sda = uniphier_fi2c_get_sda,
H A Di2c-davinci.c378 .get_sda = davinci_i2c_get_sda,
H A Di2c-axxia.c666 .get_sda = axxia_i2c_get_sda,
H A Di2c-omap.c1346 .get_sda = omap_i2c_get_sda,
H A Di2c-npcm7xx.c1785 rinfo->get_sda = npcm_i2c_get_SDA;
/linux-master/drivers/i2c/
H A Di2c-core-base.c206 else if (bri->get_sda)
207 ret = bri->get_sda(adap);
447 bri->get_sda = get_sda_gpio_value;
458 if (!bri->set_sda && !bri->get_sda) {
459 err_str = "either get_sda() or set_sda() needed";
/linux-master/include/linux/
H A Di2c.h617 * @get_sda: This gets current value of SDA line. This or set_sda() is mandatory
620 * @set_sda: This sets/clears the SDA line. This or get_sda() is mandatory for
645 int (*get_sda)(struct i2c_adapter *adap); member in struct:i2c_bus_recovery_info

Completed in 166 milliseconds