Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pasemi/
Dmisc.c27 char *i2c_type; member
42 if (strlcpy(info->type, i2c_devices[i].i2c_type, in find_i2c_driver()
/linux-4.4.14/drivers/i2c/busses/
Di2c-pxa.c1190 enum pxa_i2c_types i2c_type; in i2c_pxa_probe() local
1213 ret = i2c_pxa_probe_dt(dev, i2c, &i2c_type); in i2c_pxa_probe()
1215 ret = i2c_pxa_probe_pdata(dev, i2c, &i2c_type); in i2c_pxa_probe()
1233 i2c->reg_ibmr = i2c->reg_base + pxa_reg_layout[i2c_type].ibmr; in i2c_pxa_probe()
1234 i2c->reg_idbr = i2c->reg_base + pxa_reg_layout[i2c_type].idbr; in i2c_pxa_probe()
1235 i2c->reg_icr = i2c->reg_base + pxa_reg_layout[i2c_type].icr; in i2c_pxa_probe()
1236 i2c->reg_isr = i2c->reg_base + pxa_reg_layout[i2c_type].isr; in i2c_pxa_probe()
1237 if (i2c_type != REGS_CE4100) in i2c_pxa_probe()
1238 i2c->reg_isar = i2c->reg_base + pxa_reg_layout[i2c_type].isar; in i2c_pxa_probe()
1240 if (i2c_type == REGS_PXA910) { in i2c_pxa_probe()
[all …]
Di2c-i801.c918 const char *i2c_type; member
942 strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE); in dmi_check_onboard_device()
/linux-4.4.14/drivers/staging/rdma/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()