Searched refs:use_smbus (Results 1 – 7 of 7) sorted by relevance
59 int use_smbus; member196 if (at24->use_smbus) { in at24_eeprom_read()231 if (at24->use_smbus) { in at24_eeprom_read()327 if (!at24->use_smbus) { in at24_eeprom_write()479 int use_smbus = 0; in at24_probe() local535 use_smbus = I2C_SMBUS_I2C_BLOCK_DATA; in at24_probe()538 use_smbus = I2C_SMBUS_WORD_DATA; in at24_probe()541 use_smbus = I2C_SMBUS_BYTE_DATA; in at24_probe()571 at24->use_smbus = use_smbus; in at24_probe()590 if (!use_smbus || use_smbus_write) { in at24_probe()[all …]
17 bool use_smbus; /* Use smbus I/O instead of I2C */ member
234 bool use_smbus; /* Use smbus I/O instead of I2C */ member545 if (info->use_smbus) in ov7670_read()555 if (info->use_smbus) in ov7670_write()1576 info->use_smbus = config->use_smbus; in ov7670_probe()
111 short int use_smbus; /* SMBUS or straight I2c? */ member
358 mcam->use_smbus = 0; in mmpcam_probe()
489 mcam->use_smbus = 1; in cafe_pci_probe()
1817 sensor_cfg.use_smbus = cam->use_smbus; in mccic_register()