| /tools/ |
| A D | image-sig-host.c | 109 const char *name; in image_get_checksum_algo() local 125 const char *name; in image_get_crypto_algo() local 141 struct padding_algo *image_get_padding_algo(const char *name) in image_get_padding_algo()
|
| A D | rkmux.py | 55 def __init__(self, name): argument 114 def process_file(name, fd): argument 181 def process_csv(name, fd): argument 205 name = sys.argv[2] variable
|
| A D | ublimage.c | 47 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() 73 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() 109 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() 129 static uint32_t parse_cfg_file(struct ubl_header *ublhdr, char *name) in parse_cfg_file()
|
| A D | imximage.c | 100 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() 147 static void set_dcd_val_v1(struct imx_header *imxhdr, char *name, int lineno, in set_dcd_val_v1() 241 static void set_dcd_val_v2(struct imx_header *imxhdr, char *name, int lineno, in set_dcd_val_v2() 270 char *name, int lineno) in set_dcd_rst_v1() 283 char *name, int lineno) in set_dcd_rst_v2() 604 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() 686 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() 740 static uint32_t parse_cfg_file(struct imx_header *imxhdr, char *name) in parse_cfg_file()
|
| A D | ifwitool.c | 40 char *name; member 136 uint8_t name[4]; member 147 uint8_t name[12]; member 195 uint8_t name[12]; member 208 uint8_t name[4]; member 333 const char *name; member 795 const char *name) in bpdt_print_entries() 834 const char *name) in bpdt_read_header() 1095 const char *name) in validate_subpart_dir_without_checksum() 1101 const char *name) in validate_subpart_dir_with_checksum() [all …]
|
| /tools/binman/ |
| A D | state.py | 76 def __init__(self, name): argument 185 def GetEntryArg(name): argument 196 def GetEntryArgBool(name): argument 341 def AddSubnode(node, name): argument 475 def GetTiming(name): argument 493 def TimingStart(name): argument 502 def TimingAccum(name): argument
|
| A D | fmap_util.py | 58 def NameToFmap(name): argument 101 def EncodeFmap(image_size, name, areas): argument
|
| /tools/binman/btool/ |
| A D | cbfstool.py | 129 def __init__(self, name): argument 147 def add_raw(self, cbfs_fname, name, fname, compress=None, base=None): argument 171 def add_stage(self, cbfs_fname, name, fname): argument
|
| A D | lzop.py | 29 def __init__(self, name): argument
|
| A D | btool_gzip.py | 29 def __init__(self, name): argument
|
| A D | bzip2.py | 29 def __init__(self, name): argument
|
| A D | xz.py | 29 def __init__(self, name): argument
|
| A D | zstd.py | 29 def __init__(self, name): argument
|
| A D | cst.py | 24 def __init__(self, name): argument
|
| A D | _testing.py | 13 def __init__(self, name): argument
|
| A D | lz4.py | 78 def __init__(self, name): argument
|
| A D | fdtgrep.py | 63 def __init__(self, name): argument
|
| /tools/dtoc/ |
| A D | src_scan.py | 22 def conv_name_to_c(name): argument 82 def __init__(self, name, fname): argument 136 def __init__(self, name): argument 171 def __init__(self, name, fname): argument 231 def get_driver(self, name): argument 715 def add_uclass_alias(self, name, num, node): argument
|
| A D | fdt.py | 117 def __init__(self, node, offset, name, data): argument 291 def __init__(self, fdt, parent, offset, name, path): argument 308 def FindNode(self, name): argument 552 def Subnode(self, name): argument 564 def AddSubnode(self, name): argument 577 def insert_subnode(self, name): argument 811 def FromData(data, name=''): argument 978 def Node(self, fdt, parent, offset, name, path): argument
|
| /tools/patman/ |
| A D | cseries.py | 460 def unmark(self, name, allow_unmarked=False, dry_run=False): argument 504 def open(self, pwork, name, version): argument 615 def project_set(self, pwork, name, quiet=False): argument 649 def remove(self, name, dry_run=False): argument 672 def rename(self, series, name, dry_run=False): argument 816 def send(self, pwork, name, autolink, autolink_wait, args): argument 1043 def upstream_add(self, name, url): argument 1065 def upstream_set_default(self, name): argument 1083 def upstream_delete(self, name): argument 1092 def version_remove(self, name, version, dry_run=False): argument [all …]
|
| A D | database.py | 279 def series_find_by_name(self, name, include_archived=False): argument 378 def series_add(self, name, desc): argument 406 def series_remove_by_name(self, name): argument 432 def series_set_name(self, series_idnum, name): argument 719 def upstream_add(self, name, url): argument 736 def upstream_set_default(self, name): argument 767 def upstream_delete(self, name): argument 797 def settings_update(self, name, proj_id, link_name): argument
|
| A D | series.py | 67 def __setattr__(self, name, value): argument 70 def __getattr__(self, name): argument 74 def from_fields(idnum, name, desc): argument 81 def AddTag(self, commit, line, name, value): argument
|
| A D | cser_helper.py | 280 def prep_series(self, name, end=None): argument 403 def get_series_by_name(self, name, include_archived=False): argument 420 def _get_branch_name(self, name, version): argument 445 def _set_link(self, ser_id, name, version, link, update_commit, argument 567 def _parse_series(self, name, include_archived=False): argument 702 def _prepare_process(self, name, count, new_name=None, quiet=False): argument 819 def _finish_process(self, repo, branch, name, cur, old_head, new_name=None, argument 887 def _filter_commits(self, name, series, seq_to_drop): argument 912 def process_series(self, name, series, new_name=None, switch=False, argument 976 def _mark_series(self, name, series, dry_run=False): argument
|
| /tools/buildman/ |
| A D | bsettings.py | 34 def add_section(name): argument 53 def get_global_item_value(name): argument
|
| /tools/u_boot_pylib/ |
| A D | tools.py | 220 def get_host_compile_tool(env, name): argument 263 def get_target_compile_tool(name, cross_compile=None): argument 347 def run_result(name, *args, **kwargs): argument 396 def tool_find(name): argument 419 def run(name, *args, **kwargs): argument
|