Home
last modified time | relevance | path

Searched refs:cell_count (Results 1 – 3 of 3) sorted by relevance

/drivers/power/supply/
A Dltc4162-l-charger.c130 if (info->cell_count) in ltc4162l_get_cell_count()
542 u8 cell_count) in ltc4162l_vcharge() argument
544 value /= cell_count; in ltc4162l_vcharge()
563 u8 cell_count; in ltc4162l_set_vcharge() local
569 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() local
604 if (!cell_count) in ltc4015_set_vcharge()
611 if (!cell_count) in ltc4015_set_vcharge()
[all …]
/drivers/mailbox/
A Darm_mhu_db.c249 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()
/drivers/of/
A Dbase.c1239 int cell_count) in of_phandle_iterator_init() argument
1250 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() argument
1383 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()

Completed in 15 milliseconds