Searched refs:cell_count (Results 1 – 3 of 3) sorted by relevance
130 if (info->cell_count) in ltc4162l_get_cell_count()542 u8 cell_count) in ltc4162l_vcharge() argument544 value /= cell_count; in ltc4162l_vcharge()563 u8 cell_count; in ltc4162l_set_vcharge() local569 if (!cell_count) in ltc4162l_set_vcharge()576 if (!cell_count) in ltc4162l_set_vcharge()583 if (!cell_count) in ltc4162l_set_vcharge()598 u8 cell_count; in ltc4015_set_vcharge() local604 if (!cell_count) in ltc4015_set_vcharge()611 if (!cell_count) in ltc4015_set_vcharge()[all …]
249 u32 cell_count; in mhu_db_probe() local262 err = of_property_read_u32(np, "#mbox-cells", &cell_count); in mhu_db_probe()268 if (cell_count == 2) { in mhu_db_probe()
1239 int cell_count) in of_phandle_iterator_init() argument1250 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()1258 it->cell_count = cell_count; in of_phandle_iterator_init()1307 if (it->cell_count >= 0) { in of_phandle_iterator_next()1308 count = it->cell_count; in of_phandle_iterator_next()1318 count = it->cell_count; in of_phandle_iterator_next()1373 int cell_count, int index, in __of_parse_phandle_with_args() argument1383 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
Completed in 15 milliseconds