Home
last modified time | relevance | path

Searched refs:i2c_type (Results 1 – 3 of 3) sorted by relevance

/drivers/i2c/busses/
Di2c-pxa.c1139 enum pxa_i2c_types i2c_type; in i2c_pxa_probe() local
1153 ret = i2c_pxa_probe_dt(dev, i2c, &i2c_type); in i2c_pxa_probe()
1155 ret = i2c_pxa_probe_pdata(dev, i2c, &i2c_type); in i2c_pxa_probe()
1191 i2c->reg_ibmr = i2c->reg_base + pxa_reg_layout[i2c_type].ibmr; in i2c_pxa_probe()
1192 i2c->reg_idbr = i2c->reg_base + pxa_reg_layout[i2c_type].idbr; in i2c_pxa_probe()
1193 i2c->reg_icr = i2c->reg_base + pxa_reg_layout[i2c_type].icr; in i2c_pxa_probe()
1194 i2c->reg_isr = i2c->reg_base + pxa_reg_layout[i2c_type].isr; in i2c_pxa_probe()
1195 if (i2c_type != REGS_CE4100) in i2c_pxa_probe()
1196 i2c->reg_isar = i2c->reg_base + pxa_reg_layout[i2c_type].isar; in i2c_pxa_probe()
Di2c-i801.c875 const char *i2c_type; member
899 strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE); in dmi_check_onboard_device()
/drivers/infiniband/hw/ipath/
Dipath_eeprom.c92 enum i2c_type { enum
115 enum i2c_type line, in i2c_gpio_set()
163 enum i2c_type line, in i2c_gpio_get()