Searched refs:global_options (Results 1 – 2 of 2) sorted by relevance
54 struct dt_global_options global_options; member253 init_dt_global_options(&writer->global_options); in dt_image_writer_start()297 struct dt_global_options *global_options = &writer->global_options; in set_global_options() local300 global_options->page_size = strtoul(value, NULL, 0); in set_global_options()302 global_options->version = strtoul(value, NULL, 0); in set_global_options()305 global_options->dt_type = ACPI; in set_global_options()307 global_options->dt_type = DTB; in set_global_options()310 return set_dt_options(&global_options->default_options, option, value); in set_global_options()390 if (writer->global_options.dt_type == ACPI) { in flush_entry_to_img()421 &writer->global_options.default_options); in dt_image_writer_add_entry()[all …]
157 The `global_options` and `entryX_options` must start with one or more space