Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
A Dltc4162-l-charger.c84 u8 cell_count; /* Number of connected cells, 0 while unknown */ member
93 if (info->cell_count) in ltc4162l_get_cell_count()
94 return info->cell_count; in ltc4162l_get_cell_count()
106 info->cell_count = val; in ltc4162l_get_cell_count()
365 u8 cell_count = ltc4162l_get_cell_count(info); in ltc4162l_set_vcharge() local
367 if (!cell_count) in ltc4162l_set_vcharge()
370 value /= cell_count; in ltc4162l_set_vcharge()
867 info->cell_count = value; in ltc4162l_probe()
/linux/include/linux/
A Dof.h80 int cell_count; member
373 const char *list_name, const char *cells_name, int cell_count,
390 int cell_count);
739 int cell_count, in __of_parse_phandle_with_args() argument
777 int cell_count) in of_phandle_iterator_init() argument
1009 int cell_count = -1; in of_parse_phandle_with_args() local
1013 cell_count = 0; in of_parse_phandle_with_args()
1016 cell_count, index, out_args); in of_parse_phandle_with_args()
1051 int cell_count, in of_parse_phandle_with_fixed_args() argument
1055 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
/linux/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()
/linux/drivers/of/
A Dbase.c1163 int cell_count) in of_phandle_iterator_init() argument
1174 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1182 it->cell_count = cell_count; in of_phandle_iterator_init()
1231 if (it->cell_count >= 0) { in of_phandle_iterator_next()
1232 count = it->cell_count; in of_phandle_iterator_next()
1242 count = it->cell_count; in of_phandle_iterator_next()
1297 int cell_count, int index, in __of_parse_phandle_with_args() argument
1307 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()

Completed in 20 milliseconds