Searched refs:cell_count (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/power/supply/ |
H A D | ltc4162-l-charger.c | 121 u8 cell_count; /* Number of connected cells, 0 while unknown */ in ltc4162l_state_decode() 130 if (info->cell_count) in ltc4162l_get_status() 131 return info->cell_count; in ltc4162l_get_status() 143 info->cell_count = val; in ltc4162l_get_status() 283 * cell_count × scaling factor in ltc4162l_get_input_current() 284 * For ltc4162-s, it uses a cell_count value of 2 for each group of 3 in ltc4162l_get_input_current() 456 * cell_count × (vcharge_setting × a + b) in ltc4162l_get_term_current() 507 * cell_count × (vcharge_setting × a + b) in charge_status_show() 542 u8 cell_count) in vbat_show() 544 value /= cell_count; in vbat_show() 84 u8 cell_count; /* Number of connected cells, 0 while unknown */ global() member 365 u8 cell_count = ltc4162l_get_cell_count(info); ltc4162l_set_vcharge() local [all...] |
/linux/drivers/mailbox/ |
H A D | arm_mhu_db.c | 249 u32 cell_count; in mhu_db_probe() local 262 err = of_property_read_u32(np, "#mbox-cells", &cell_count); in mhu_db_probe() 268 if (cell_count == 2) { in mhu_db_probe()
|
/linux/drivers/of/ |
H A D | base.c | 1212 int cell_count) in of_phandle_iterator_init() argument 1223 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1231 it->cell_count = cell_count; in of_phandle_iterator_init() 1280 if (it->cell_count >= 0) { in of_phandle_iterator_next() 1281 count = it->cell_count; in of_phandle_iterator_next() 1291 count = it->cell_count; in of_phandle_iterator_next() 1346 int cell_count, int index, in __of_parse_phandle_with_args() argument 1356 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
|