/openbmc/linux/drivers/power/supply/ |
H A D | ltc4162-l-charger.c | 84 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()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 80 int cell_count; member 379 const char *list_name, const char *cells_name, int cell_count, 396 int cell_count); 731 int cell_count, in __of_parse_phandle_with_args() argument 769 int cell_count) in of_phandle_iterator_init() argument 993 int cell_count = -1; in of_parse_phandle_with_args() local 997 cell_count = 0; in of_parse_phandle_with_args() 1000 cell_count, index, out_args); in of_parse_phandle_with_args() 1035 int cell_count, in of_parse_phandle_with_fixed_args() argument 1039 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 1110 int cell_count) in of_phandle_iterator_init() argument 1121 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1129 it->cell_count = cell_count; in of_phandle_iterator_init() 1178 if (it->cell_count >= 0) { in of_phandle_iterator_next() 1179 count = it->cell_count; in of_phandle_iterator_next() 1189 count = it->cell_count; in of_phandle_iterator_next() 1244 int cell_count, int index, in __of_parse_phandle_with_args() argument 1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 318 const char *cells_name, int cell_count, 655 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 659 cells_name, cell_count, index, in dev_read_phandle_with_args()
|
H A D | ofnode.h | 469 const char *cells_name, int cell_count,
|
/openbmc/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()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 161 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 165 cells_name, cell_count, index, in dev_read_phandle_with_args()
|
H A D | of_access.c | 574 int cell_count, int index, in __of_parse_phandle_with_args() argument 627 count = cell_count; in __of_parse_phandle_with_args()
|
H A D | ofnode.c | 359 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 380 cell_count, index, &args); in ofnode_parse_phandle_with_args()
|
/openbmc/qemu/chardev/ |
H A D | baum.c | 344 uint8_t cell_count[] = { BAUM_RSP_CellCount, baum->x * baum->y }; in baum_cellCount_timer_cb() local 346 baum_write_packet(baum, cell_count, sizeof(cell_count)); in baum_cellCount_timer_cb()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 217 int cell_count, int index,
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 741 int cell_count, int index, in fdtdec_parse_phandle_with_args() argument 800 count = cell_count; in fdtdec_parse_phandle_with_args()
|