Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c1206 enum pxa_i2c_types i2c_type; in i2c_pxa_probe() local
1229 ret = i2c_pxa_probe_dt(dev, i2c, &i2c_type); in i2c_pxa_probe()
1231 ret = i2c_pxa_probe_pdata(dev, i2c, &i2c_type); in i2c_pxa_probe()
1249 i2c->reg_ibmr = i2c->reg_base + pxa_reg_layout[i2c_type].ibmr; in i2c_pxa_probe()
1250 i2c->reg_idbr = i2c->reg_base + pxa_reg_layout[i2c_type].idbr; in i2c_pxa_probe()
1251 i2c->reg_icr = i2c->reg_base + pxa_reg_layout[i2c_type].icr; in i2c_pxa_probe()
1252 i2c->reg_isr = i2c->reg_base + pxa_reg_layout[i2c_type].isr; in i2c_pxa_probe()
1253 i2c->fm_mask = pxa_reg_layout[i2c_type].fm ? : ICR_FM; in i2c_pxa_probe()
1254 i2c->hs_mask = pxa_reg_layout[i2c_type].hs ? : ICR_HS; in i2c_pxa_probe()
1256 if (i2c_type != REGS_CE4100) in i2c_pxa_probe()
[all …]
Di2c-i801.c1077 const char *i2c_type; member
1101 strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE); in dmi_check_onboard_device()