Searched refs:BQ27500 (Results 1 – 2 of 2) 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()280 bool is_bq27500 = di->chip == BQ27500; in bq27x00_battery_read_nac()346 if (di->chip == BQ27500) in bq27x00_battery_read_energy()428 if (di->chip == BQ27500) in bq27x00_battery_read_pwr_avg()448 if ((di->chip == BQ27500)) { in bq27x00_battery_read_health()474 bool is_bq27500 = di->chip == BQ27500; in bq27x00_update()939 { "bq27500", BQ27500 },
167 bool "BQ27200/BQ27500 support"