Searched refs:cell (Results 1 – 4 of 4) sorted by relevance
| /scripts/dtc/ |
| D | checks.c | 1393 unsigned int cell, cellsize = 0; in check_property_phandle_args() local 1402 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args() 1408 phandle = propval_cell_n(prop, cell); in check_property_phandle_args() 1426 if (m->offset == (cell * sizeof(cell_t))) in check_property_phandle_args() 1432 cell); in check_property_phandle_args() 1439 cell); in check_property_phandle_args() 1452 prop->name, cell); in check_property_phandle_args() 1456 expected = (cell + cellsize + 1) * sizeof(cell_t); in check_property_phandle_args() 1457 if ((expected <= cell) || prop->val.len < expected) { in check_property_phandle_args() 1604 size_t cellsize, cell, map_cells; in check_interrupt_map() local [all …]
|
| D | flattree.c | 36 void (*cell)(void *, cell_t); member 93 .cell = bin_emit_cell, 212 .cell = asm_emit_cell, 265 emit->cell(etarget, prop->val.len); in flatten_tree() 266 emit->cell(etarget, nameoff); in flatten_tree() 277 emit->cell(etarget, tree->basenamelen+1); in flatten_tree() 278 emit->cell(etarget, stringtable_insert(strbuf, "name")); in flatten_tree()
|
| D | util.c | 404 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data() local 408 printf("0x%08" PRIx32 "%s", fdt32_to_cpu(cell[i]), in utilfdt_print_data()
|
| /scripts/kconfig/ |
| D | gconf.c | 224 static void renderer_edited(GtkCellRendererText * cell, 740 static void renderer_edited(GtkCellRendererText * cell, in renderer_edited() argument
|