Searched refs:cell_count (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/power/supply/ |
| H A D | ltc4162-l-charger.c | 130 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 …]
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 80 int cell_count; member 382 const char *list_name, const char *cells_name, int cell_count, 399 int cell_count); 766 int cell_count, in __of_parse_phandle_with_args() argument 804 int cell_count) in of_phandle_iterator_init() argument 1030 int cell_count = -1; in of_parse_phandle_with_args() local 1034 cell_count = 0; in of_parse_phandle_with_args() 1037 cell_count, index, out_args); in of_parse_phandle_with_args() 1072 int cell_count, in of_parse_phandle_with_fixed_args() argument 1076 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
|
| /linux-6.15/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-6.15/drivers/of/ |
| H A D | base.c | 1239 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()
|