mfi.c | 1195 struct mfi_bbu_status bbu_stat; local in function:mfi_attach 1196 int mfi_bbu_status = mfi_get_bbu(sc, &bbu_stat); 1198 switch (bbu_stat.battery_type) { 1206 aprint_normal("unknown type %d", bbu_stat.battery_type); 2604 struct mfi_bbu_status bbu_stat; local in function:mfi_sensor_refresh 2611 bbu_status = mfi_get_bbu(sc, &bbu_stat);
|