Searched defs:mfi_bbu_status (Results 1 – 2 of 2) sorted by relevance
1392 struct mfi_bbu_status { struct1393 uint8_t battery_type;1399 uint8_t reserved;1400 uint16_t voltage; /* mV */1401 int16_t current; /* mA */1402 uint16_t temperature; /* degC */1403 uint32_t fw_status;1429 union mfi_bbu_status_detail detail; argument
1196 int mfi_bbu_status = mfi_get_bbu(sc, &bbu_stat); in mfi_attach() local