Searched refs:cell (Results 1 – 4 of 4) sorted by relevance
/scripts/dtc/ |
D | flattree.c | 36 void (*cell)(void *, cell_t); member 93 .cell = bin_emit_cell, 211 .cell = asm_emit_cell, 264 emit->cell(etarget, prop->val.len); in flatten_tree() 265 emit->cell(etarget, nameoff); in flatten_tree() 276 emit->cell(etarget, tree->basenamelen+1); in flatten_tree() 277 emit->cell(etarget, stringtable_insert(strbuf, "name")); in flatten_tree()
|
D | util.c | 393 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data() local 397 printf("0x%08" PRIx32 "%s", fdt32_to_cpu(cell[i]), in utilfdt_print_data()
|
D | checks.c | 1370 int cell, cellsize = 0; in check_property_phandle_args() local 1379 for (cell = 0; cell < prop->val.len / sizeof(cell_t); cell += cellsize + 1) { in check_property_phandle_args() 1384 phandle = propval_cell_n(prop, cell); in check_property_phandle_args() 1402 if (m->offset == (cell * sizeof(cell_t))) in check_property_phandle_args() 1408 cell); in check_property_phandle_args() 1415 cell); in check_property_phandle_args() 1428 prop->name, cell); in check_property_phandle_args() 1432 if (prop->val.len < ((cell + cellsize + 1) * sizeof(cell_t))) { in check_property_phandle_args()
|
/scripts/kconfig/ |
D | gconf.c | 256 static void renderer_edited(GtkCellRendererText * cell, 775 static void renderer_edited(GtkCellRendererText * cell, in renderer_edited() argument
|