Searched refs:BQ27742 (Results 1 – 1 of 1) sorted by relevance
92 enum bq27x00_chip { BQ27000, BQ27500, BQ27425, BQ27742, BQ27510}; enumerator221 if (di->chip == BQ27425 || di->chip == BQ27500 || di->chip == BQ27742 in bq27xxx_is_chip_version_higher()235 if (di->chip == BQ27500 || di->chip == BQ27742) in bq27x00_battery_read_rsoc()281 bool is_bq27742 = di->chip == BQ27742; in bq27x00_battery_read_nac()477 bool is_bq27742 = di->chip == BQ27742; in bq27x00_update()783 } else if (di->chip == BQ27742) { in bq27x00_powersupply_init()941 { "bq27742", BQ27742 },