/u-boot/drivers/net/fsl-mc/ |
A D | dpni.c | 65 token); in dpni_close() 126 token); in dpni_set_pools() 142 token); in dpni_enable() 157 token); in dpni_disable() 172 token); in dpni_reset() 189 token); in dpni_get_attributes() 211 token); in dpni_set_errors_behavior() 229 token); in dpni_set_buffer_layout() 247 token); in dpni_get_qdid() 271 token); in dpni_get_tx_data_offset() [all …]
|
A D | dprc.c | 68 token); in dprc_close() 89 token); in dprc_create_container() 113 token); in dprc_destroy_container() 130 token); in dprc_reset_container() 148 token); in dprc_get_attributes() 172 token); in dprc_get_obj_count() 197 token); in dprc_get_obj() 225 token); in dprc_get_res_count() 251 token); in dprc_get_res_ids() 279 token); in dprc_get_obj_region() [all …]
|
A D | dpmac.c | 17 uint16_t *token) in dpmac_open() argument 41 uint16_t token) in dpmac_close() argument 47 token); in dpmac_close() 100 uint16_t token, in dpmac_get_attributes() argument 109 token); in dpmac_get_attributes() 133 token); in dpmac_mdio_read() 157 token); in dpmac_mdio_write() 175 token); in dpmac_get_link_cfg() 189 uint16_t token, in dpmac_set_link_state() argument 197 token); in dpmac_set_link_state() [all …]
|
A D | dpbp.c | 15 uint16_t *token) in dpbp_open() argument 39 uint16_t token) in dpbp_close() argument 45 token); in dpbp_close() 99 uint16_t token) in dpbp_enable() argument 105 token); in dpbp_enable() 113 uint16_t token) in dpbp_disable() argument 120 token); in dpbp_disable() 128 uint16_t token) in dpbp_reset() argument 135 token); in dpbp_reset() 143 uint16_t token, in dpbp_get_attributes() argument [all …]
|
A D | dpsparser.c | 13 u16 *token) in dpsparser_open() argument 29 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpsparser_open() 36 u16 token) in dpsparser_close() argument 42 token); in dpsparser_close() 49 u16 token, in dpsparser_create() argument 59 token); in dpsparser_create() 73 u16 token, in dpsparser_destroy() argument 82 token); in dpsparser_destroy() 93 u16 token, in dpsparser_apply_spb() argument 103 token); in dpsparser_apply_spb()
|
/u-boot/tools/ |
A D | ublimage.c | 53 value = strtoul(token, &endptr, 16); in get_cfg_value() 54 if (errno || (token == endptr)) { in get_cfg_value() 56 name, linenr, token); in get_cfg_value() 80 "ublimage special boot mode", token); in parse_cfg_cmd() 83 "(%s)\n", name, lineno, token); in parse_cfg_cmd() 115 "ublimage commands", token); in parse_cfg_fld() 118 "(%s)\n", name, lineno, token); in parse_cfg_fld() 133 char *token, *saveptr1, *saveptr2; in parse_cfg_file() local 163 if (token == NULL) in parse_cfg_file() 170 if (token == NULL) in parse_cfg_file() [all …]
|
A D | imx8mimage.c | 45 if (errno || token == endptr) { in get_cfg_value() 47 name, linenr, token); in get_cfg_value() 96 token); in parse_cfg_cmd() 97 if (!strncmp(token, "sd", 2)) in parse_cfg_cmd() 104 ap_img = token; in parse_cfg_cmd() 107 sld_img = token; in parse_cfg_cmd() 110 signed_hdmi = token; in parse_cfg_cmd() 136 name, lineno, token); in parse_cfg_fld() 193 if (!token) in parse_cfg_file() 200 if (!token) in parse_cfg_file() [all …]
|
A D | aisimage.c | 86 value = strtoul(token, &endptr, 16); in get_cfg_value() 87 if (errno || (token == endptr)) { in get_cfg_value() 89 name, linenr, token); in get_cfg_value() 259 char *token, *saveptr1, *saveptr2; in aisimage_generate() local 297 if (token == NULL) in aisimage_generate() 301 line = token; in aisimage_generate() 305 while (token != NULL) { in aisimage_generate() 307 if (token == NULL) in aisimage_generate() 311 if (token[0] == '#') in aisimage_generate() 317 "aisimage commands", token); in aisimage_generate() [all …]
|
A D | pblimage.c | 91 static void check_get_hexval(char *token) in check_get_hexval() argument 96 if (!sscanf(token, "%x", &hexval)) { in check_get_hexval() 98 lineno, token); in check_get_hexval() 111 char *token, *saveptr1, *saveptr2; in pbl_parser() local 123 token = strtok_r(line, "\r\n", &saveptr1); in pbl_parser() 125 if (token == NULL) in pbl_parser() 127 for (line = token;; line = NULL) { in pbl_parser() 128 token = strtok_r(line, " \t", &saveptr2); in pbl_parser() 129 if (token == NULL) in pbl_parser() 132 if (token[0] == '#') in pbl_parser() [all …]
|
A D | imx8image.c | 85 token); in parse_cfg_cmd() 101 param_stack[p_idx].filename = token; in parse_cfg_cmd() 116 if (!strncmp(token, "IMX8QX", 6)) { in parse_cfg_cmd() 129 token); in parse_cfg_cmd() 146 token); in parse_cfg_fld() 162 if (!strncmp(token, "fuse", 4)) { in parse_cfg_fld() 212 (uint32_t)strtoll(token, NULL, 0); in parse_cfg_fld() 236 char *token, *saveptr1, *saveptr2; in parse_cfg_file() local 256 if (!token) in parse_cfg_file() 263 if (!token) in parse_cfg_file() [all …]
|
A D | atmelimage.c | 55 static int atmel_find_pmecc_parameter_in_token(const char *token) in atmel_find_pmecc_parameter_in_token() argument 60 debug("token: '%s'\n", token); in atmel_find_pmecc_parameter_in_token() 63 if (strncmp(token, configs[pos], strlen(configs[pos])) == 0) { in atmel_find_pmecc_parameter_in_token() 64 param = strstr(token, "="); in atmel_find_pmecc_parameter_in_token() 95 pr_err("Could not find parameter in token '%s'\n", token); in atmel_find_pmecc_parameter_in_token() 101 char *token; in atmel_parse_pmecc_params() local 103 token = strtok(txt, ","); in atmel_parse_pmecc_params() 104 while (token != NULL) { in atmel_parse_pmecc_params() 105 if (atmel_find_pmecc_parameter_in_token(token)) in atmel_parse_pmecc_params() 108 token = strtok(NULL, ","); in atmel_parse_pmecc_params()
|
A D | imximage.c | 106 value = strtoul(token, &endptr, 16); in get_cfg_value() 107 if (errno || (token == endptr)) { in get_cfg_value() 109 name, linenr, token); in get_cfg_value() 637 name, lineno, token); in parse_cfg_cmd() 671 name, lineno, token); in parse_cfg_cmd() 680 copy_plugin_code(imxhdr, token); in parse_cfg_cmd() 693 "imximage commands", token); in parse_cfg_fld() 696 "(%s)\n", name, lineno, token); in parse_cfg_fld() 765 if (token == NULL) in parse_cfg_file() 772 if (token == NULL) in parse_cfg_file() [all …]
|
A D | asn1_compiler.c | 300 struct token { struct 319 const struct token *token = _key; in directive_compare() local 325 clen = (dlen < token->size) ? dlen : token->size; in directive_compare() 348 struct token *tokens; in tokenise() 683 struct token *name; 684 struct token *type; 706 struct token *name; 707 struct token *def; 732 const struct token *token = _key; in type_finder() local 740 token->size); in type_finder() [all …]
|
/u-boot/drivers/net/fsl-mc/dpio/ |
A D | dpio.c | 14 uint16_t *token) in dpio_open() argument 38 uint16_t token) in dpio_close() argument 45 token); in dpio_close() 98 uint16_t token) in dpio_enable() argument 105 token); in dpio_enable() 113 uint16_t token) in dpio_disable() argument 120 token); in dpio_disable() 128 uint16_t token) in dpio_reset() argument 135 token); in dpio_reset() 143 uint16_t token, in dpio_get_attributes() argument [all …]
|
/u-boot/scripts/kconfig/ |
A D | zconf.y | 48 %token <id>T_MENU 56 %token <id>T_HELP 58 %token <id>T_IF 59 %token <id>T_ENDIF 63 %token <id>T_TYPE 66 %token <id>T_IMPLY 70 %token <id>T_ON 73 %token T_UNEQUAL 74 %token T_LESS 76 %token T_GREATER [all …]
|
/u-boot/include/fsl-mc/ |
A D | fsl_dpbp.h | 69 uint16_t *token); 84 uint16_t token); 144 uint16_t token); 156 uint16_t token); 169 uint16_t token, 182 uint16_t token); 209 uint16_t token,
|
A D | fsl_dpio.h | 76 uint16_t *token); 88 uint16_t token); 137 uint16_t token, 152 uint16_t token, 166 uint16_t token); 178 uint16_t token); 190 uint16_t token); 225 uint16_t token,
|
A D | fsl_dpsparser.h | 120 u16 *token); 135 u16 token); 158 u16 token, 172 u16 token, 189 u16 token,
|
A D | fsl_dpmac.h | 119 uint16_t *token); 134 uint16_t token); 209 uint16_t token, 224 uint16_t token, 266 uint16_t token, 293 uint16_t token, 307 uint16_t token, 342 uint16_t token, 368 uint16_t token, 458 uint16_t token,
|
A D | fsl_dpni.h | 533 uint16_t token, 548 uint16_t token, 587 uint16_t token, 600 uint16_t token); 612 uint16_t token); 668 uint16_t token, 839 uint16_t token, 912 uint16_t token, 968 uint16_t token, 1311 uint16_t token, [all …]
|
/u-boot/scripts/dtc/ |
A D | dtc-parser.y | 59 %token DT_V1 60 %token DT_PLUGIN 61 %token DT_MEMRESERVE 63 %token DT_BITS 64 %token DT_DEL_PROP 65 %token DT_DEL_NODE 66 %token DT_OMIT_NO_REF 70 %token <byte> DT_BYTE 71 %token <data> DT_STRING 73 %token <labelref> DT_REF [all …]
|
/u-boot/lib/efi_loader/ |
A D | efi_file.c | 348 if (!token) { in efi_file_open_ex() 357 token->status = EFI_SUCCESS; in efi_file_open_ex() 358 efi_signal_event(token->event); in efi_file_open_ex() 578 if (!token) { in efi_file_read_ex() 583 ret = efi_file_read_int(this, &token->buffer_size, token->buffer); in efi_file_read_ex() 586 token->status = EFI_SUCCESS; in efi_file_read_ex() 678 if (!token) { in efi_file_write_ex() 683 ret = efi_file_write_int(this, &token->buffer_size, token->buffer); in efi_file_write_ex() 686 token->status = EFI_SUCCESS; in efi_file_write_ex() 995 if (!token) { in efi_file_flush_ex() [all …]
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.c | 39 static void *token; variable 64 void octeontx_bch_putv(void *token) in octeontx_bch_putv() argument 66 bch_vf_initialized = !!token; in octeontx_bch_putv() 67 bch_vf = token; in octeontx_bch_putv() 72 return token; in octeontx_bch_getp() 75 void octeontx_bch_putp(void *token) in octeontx_bch_putp() argument 77 bch_pf = token; in octeontx_bch_putp() 78 bch_pf_initialized = !!token; in octeontx_bch_putp() 190 token = (void *)dev; in octeontx_pci_bchpf_probe()
|
/u-boot/common/ |
A D | cli_simple.c | 186 char *token; /* start of token in cmdbuf */ in cli_simple_run_command() local 238 token = str; in cli_simple_run_command() 245 debug_parser("token: \"%s\"\n", token); in cli_simple_run_command() 248 cli_simple_process_macros(token, finaltoken, in cli_simple_run_command()
|
/u-boot/drivers/i2c/ |
A D | meson_i2c.c | 71 static void meson_i2c_add_token(struct meson_i2c *i2c, int token) in meson_i2c_add_token() argument 74 i2c->tokens[0] |= (token & 0xf) << (i2c->num_tokens * 4); in meson_i2c_add_token() 76 i2c->tokens[1] |= (token & 0xf) << ((i2c->num_tokens % 8) * 4); in meson_i2c_add_token() 157 int token; in meson_i2c_do_start() local 159 token = (msg->flags & I2C_M_RD) ? TOKEN_SLAVE_ADDR_READ : in meson_i2c_do_start() 164 meson_i2c_add_token(i2c, token); in meson_i2c_do_start()
|