Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/drivers/i2c/busses/
Di2c-pxa.c1053 enum pxa_i2c_types i2c_type = id->driver_data; in i2c_pxa_probe() local
1098 i2c->reg_ibmr = i2c->reg_base + pxa_reg_layout[i2c_type].ibmr; in i2c_pxa_probe()
1099 i2c->reg_idbr = i2c->reg_base + pxa_reg_layout[i2c_type].idbr; in i2c_pxa_probe()
1100 i2c->reg_icr = i2c->reg_base + pxa_reg_layout[i2c_type].icr; in i2c_pxa_probe()
1101 i2c->reg_isr = i2c->reg_base + pxa_reg_layout[i2c_type].isr; in i2c_pxa_probe()
1102 if (i2c_type != REGS_CE4100) in i2c_pxa_probe()
1103 i2c->reg_isar = i2c->reg_base + pxa_reg_layout[i2c_type].isar; in i2c_pxa_probe()
1145 if (i2c_type == REGS_CE4100) in i2c_pxa_probe()
Di2c-i801.c675 const char *i2c_type; member
699 strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE); in dmi_check_onboard_device()
/linux-2.6.39/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()