/linux/sound/soc/intel/avs/ |
H A D | topology.c | 121 * @parse: parsing function, extracts and assigns value to object's field 127 int (*parse)(struct snd_soc_component *comp, void *elem, void *object, u32 offset); member 203 /* Parse element by element. */ in avs_parse_uuid_tokens() 213 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens() 229 /* Parse element by element. */ in avs_parse_string_tokens() 239 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_string_tokens() 255 /* Parse element by element. */ in avs_parse_word_tokens() 270 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_word_tokens() 468 dev_err(comp->dev, "parse entry: %d of type: %d failed: %d\n", in parse_dictionary_entries() 508 .parse [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 26 @reader: a pointer to the open file to parse 34 @start_marker: regex marking the beginning of a structure to parse 42 def parse(self, pattern, end_marker): member in BlockParser 44 Parse a block and return a set of values. Values to extract must be 47 @end_marker: regex marking the end of the block to parse 62 @reader: a pointer to the open file to parse 63 @array_name: name of the array to parse 78 def parse(self): member in ArrayParser 80 Parse a block and return data as a dictionary. Items to extract must be 98 def parse(self, pattern, end_marker): member in InlineListParser [all …]
|
/linux/lib/ |
H A D | decompress_unlzo.c | 44 u8 *parse = input; in parse_header() local 50 * Then it is possible to parse several fields until the minimum in parse_header() 58 if (*parse++ != lzop_magic[l]) in parse_header() 64 version = get_unaligned_be16(parse); in parse_header() 65 parse += 7; in parse_header() 67 parse++; in parse_header() 68 if (get_unaligned_be32(parse) & HEADER_HAS_FILTER) in parse_header() 69 parse += 8; /* flags + filter info */ in parse_header() 71 parse += 4; /* flags */ in parse_header() 79 if (end - parse < 8 + 1 + 4) in parse_header() [all …]
|
H A D | cmdline.c | 36 * get_option - Parse integer from an option string 83 * get_options - Parse a string into a list of integers 90 * or a combination of both. The parse halts when the array is 103 * the parse to end (typically a null terminator, if @str is 142 * memparse - parse a string with mem suffixes into a number 143 * @ptr: Where parse begins 144 * @retptr: (output) Optional pointer to next char after parse completes 194 * parse_option_str - Parse a string and check an option is set or not 223 * Parse a string to get a param value pair.
|
H A D | parser.c | 132 * Description: Given a &substring_t and a base, attempts to parse the substring 164 * Description: Given a &substring_t and a base, attempts to parse the substring 189 * Description: Attempts to parse the &substring_t @s as a decimal integer. 205 * Description: Attempts to parse the &substring_t @s as a decimal integer. 227 * Description: Attempts to parse the &substring_t @s as a long decimal 244 * Description: Attempts to parse the &substring_t @s as an octal integer. 260 * Description: Attempts to parse the &substring_t @s as a hexadecimal integer. 272 * match_wildcard - parse if a string matches given wildcard pattern 276 * Description: Parse the string @str to check if matches wildcard
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser.c | 12 * ice_parser_sect_item_get - parse an item from a section 85 * @parse_item: the function to parse the item 169 dev_info(dev, "parse graph key builder:\n"); in ice_imem_pg_kb_dump() 232 * ice_imem_bm_init - parse 4 bits of Boost Main 248 * ice_imem_bkb_init - parse 10 bits of Boost Main Build 263 * ice_imem_npkb_init - parse 18 bits of Next Protocol Key Build 285 * ice_imem_pgkb_init - parse 35 bits of Parse Graph Key Build 286 * @kb: pointer to the Parse Graph Key Build structure 287 * @data: Parse Graph Key Build data to be parsed 328 * ice_imem_alu_init - parse 96 bits of ALU entry [all …]
|
/linux/drivers/pcmcia/ |
H A D | pcmcia_cis.c | 31 * @parse: buffer where the tuple shall be parsed (or NULL, if no parse) 33 * pccard_read_tuple() reads out one tuple and attempts to parse it 36 cisdata_t code, void *parse) in pccard_read_tuple() argument 60 ret = pcmcia_parse_tuple(&tuple, parse); in pccard_read_tuple() 72 * @parse: buffer where the tuple shall be parsed (or NULL, if no parse) 75 * gets passed the raw tuple, the paresed tuple (if @parse is 83 cisdata_t code, cisparse_t *parse, void *priv_data, in pccard_loop_tuple() argument 85 cisparse_t *parse, in pccard_loop_tuple() 109 if (parse) in pccard_loop_tuple() 110 if (pcmcia_parse_tuple(&tuple, parse)) in pccard_loop_tuple() [all …]
|
/linux/scripts/ |
H A D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd) 76 CMT="`git rev-parse --short HEAD`" 97 SRC="`git rev-parse --short HEAD^`" 98 DST="`git rev-parse --short HEAD`" 100 SRC="`git rev-parse --short $1`" 101 DST="`git rev-parse --short $2`" 133 CMT="`git rev-parse --short $1`"
|
/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd_cfg.c | 57 /* parse response: context command do not follow the common response */ in as10x_cmd_get_context() 58 /* structure -> specific handling response parse required */ in as10x_cmd_get_context() 115 /* parse response: context command do not follow the common response */ in as10x_cmd_set_context() 116 /* structure -> specific handling response parse required */ in as10x_cmd_set_context() 165 /* parse response */ in as10x_cmd_eLNA_change_mode() 173 * as10x_context_rsp_parse - Parse context command response 178 * response, a specific parse function is required.
|
H A D | as10x_cmd.c | 46 /* parse response */ in as10x_cmd_turn_on() 86 /* parse response */ in as10x_cmd_turn_off() 141 /* parse response */ in as10x_cmd_set_tune() 185 /* parse response */ in as10x_cmd_get_tune_status() 238 /* parse response */ in as10x_cmd_get_tps() 297 /* parse response */ in as10x_cmd_get_demod_stats() 357 /* parse response */ in as10x_cmd_get_impulse_resp() 385 * as10x_rsp_parse - Parse command response
|
/linux/drivers/acpi/acpica/ |
H A D | nsparse.c | 25 * PARAMETERS: table_desc - An ACPI table descriptor for table to parse 39 * Note: This causes the table to only have a single-pass parse. 143 * DESCRIPTION: Perform one complete parse of an ACPI/AML table. 223 /* Parse the AML */ in acpi_ns_one_complete_parse() 226 "*PARSE* pass %u parse\n", pass_number)); in acpi_ns_one_complete_parse() 240 * PARAMETERS: table_desc - An ACPI table descriptor for table to parse 245 * DESCRIPTION: Parse AML within an ACPI table and return a tree of ops 261 * Note: This causes the table to only have a single-pass parse. in acpi_ns_parse_table()
|
H A D | psloop.c | 4 * Module Name: psloop - Main AML parse loop 11 * Parse the AML and build an operation tree as most interpreters, (such as 140 * info in the first pass to parse it correctly. in acpi_ps_get_arguments() 172 * enough info in the first pass to parse them correctly. in acpi_ps_get_arguments() 216 * DESCRIPTION: Parse AML (pointed to by the current parser state) and return 343 * If the scope/device op fails to parse, skip the body of in acpi_ps_parse_loop() 344 * the scope op because the parse failure indicates that in acpi_ps_parse_loop() 347 …ACPI_INFO(("Skipping parse of AML opcode: %s (0x%4.4X)", acpi_ps_get_opcode_name(walk_state->opcod… in acpi_ps_parse_loop() 415 * If the if/while op fails to parse, we will skip parsing in acpi_ps_parse_loop() 488 * to parse them correctly. in acpi_ps_parse_loop() [all …]
|
H A D | acparser.h | 50 * psargs - Parse AML opcode arguments 85 * psobject - support for parse object processing 133 * psloop - main parse loop 161 * pstree - parse tree manipulation routines 175 * pswalk - parse tree walk routines
|
H A D | psobject.c | 4 * Module Name: psobject - Support for parse objects 109 * randomly fail because an ill-constructed parse tree in acpi_ps_get_aml_opcode() 149 * DESCRIPTION: Parse a named Op 268 * have enough info in the first pass to parse it correctly (i.e., in acpi_ps_build_named_op() 274 * (Length is unknown until parse of the body complete) in acpi_ps_build_named_op() 364 * body_length is unknown until we parse the body in acpi_ps_create_op() 373 * body_length is unknown until we parse the body in acpi_ps_create_op() 428 * status - Parse status before complete Op 449 /* Close this Op (will result in parse subtree deletion) */ in acpi_ps_complete_op() 580 * TBD: Cleanup parse ops on error in acpi_ps_complete_op() [all …]
|
/linux/Documentation/driver-api/mmc/ |
H A D | mmc-tools.rst | 15 - Print and parse extcsd data. 35 - Print and parse CID data. 36 - Print and parse CSD data. 37 - Print and parse SCR data.
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 58 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "eth_addr parse error"); in vcap_tc_flower_handler_ethaddr_usage() 94 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ipv4_addr parse error"); in vcap_tc_flower_handler_ipv4_usage() 130 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ipv6_addr parse error"); in vcap_tc_flower_handler_ipv6_usage() 166 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "port parse error"); in vcap_tc_flower_handler_portnum_usage() 208 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "cvlan parse error"); in vcap_tc_flower_handler_cvlan_usage() 245 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "vlan parse error"); in vcap_tc_flower_handler_vlan_usage() 321 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "tcp_flags parse error"); in vcap_tc_flower_handler_tcp_usage() 384 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "arp parse error"); in vcap_tc_flower_handler_arp_usage() 409 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_tos parse error"); in vcap_tc_flower_handler_ip_usage()
|
/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 276 Returns False if fails to parse KTAP/TAP header line. 283 lines - LineStream of KTAP output to parse 308 Returns False if fails to parse test header line. 314 lines - LineStream of KTAP output to parse 340 lines - LineStream of KTAP output to parse 370 lines - LineStream of KTAP output to parse 390 Returns False if fails to parse test result line. 400 lines - LineStream of KTAP output to parse 440 Parse lines that do not match the format of a test result line or 450 lines - LineStream of KTAP output to parse [all …]
|
/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_devlink.c | 25 * to parse the firmware version or to "BL" to parse the 35 * Parse @prod_info and store the version number in 87 * Parse @prod_info and store the hardware revision number in 120 * es58x_parse_product_info() - Parse the ES58x product information 124 * Retrieve the product information string and parse it to extract the 161 "could not parse product info: '%s'\n", prod_info); in es58x_parse_product_info()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 236 test_print("Couldn't parse trace event addr:port %s", src); in tracer_ip_split() 251 test_print("Couldn't parse trace event [addr]:port %s", src); in tracer_ip_split() 258 test_print("Couldn't parse trace event :port %s", p); in tracer_ip_split() 277 test_print("Couldn't parse trace event addr %s", addr); in tracer_scan_address() 283 test_print("Couldn't parse trace event port %s", port_str); in tracer_scan_address() 308 test_print("Couldn't parse trace event, matched = %d/10", in tracer_scan_event() 323 test_print("Couldn't parse trace event, matched = %d/13", in tracer_scan_event() 332 test_print("Couldn't parse trace event, matched = %d/6", in tracer_scan_event() 342 test_print("Couldn't parse trace event, matched = %d/5", in tracer_scan_event() 356 test_print("Couldn't parse trace event family %s", family); in tracer_scan_event() [all …]
|
/linux/drivers/md/ |
H A D | dm-init.c | 103 * dm_parse_table_entry - parse a table entry 157 * dm_parse_table - parse "dm-mod.create=" table field 175 DMERR("couldn't parse table"); in dm_parse_table() 184 * dm_parse_device_entry - parse a device entry 234 * dm_parse_devices - parse "dm-mod.create=" argument 260 DMERR("couldn't parse device"); in dm_parse_devices() 269 * dm_init_init - parse "dm-mod.create=" argument and configure drivers
|
/linux/tools/perf/tests/ |
H A D | expand-cgroup.c | 8 #include "parse-events.h" 11 #include <subcmd/parse-options.h> 130 pr_debug("failed to parse event '%s', err %d\n", event_str, ret); in expand_group_events() 160 pr_debug("failed to parse libpfm event '%s', err %d\n", in expand_libpfm_events() 191 pr_debug("failed to parse '%s' metric\n", metric_str); in expand_metric_events()
|
/linux/security/integrity/platform_certs/ |
H A D | efi_parser.c | 15 * parse_efi_signature_list - Parse an EFI signature list for certificates 17 * @data: The data blob to parse 21 * Parse an EFI signature list looking for elements of interest. A list is 32 * Error EBADMSG is returned if the list doesn't parse correctly and 0 is
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477_tc_flower.c | 12 * ksz9477_flower_parse_key_l2 - Parse Layer 2 key from flow rule and configure 95 * ksz9477_flower_parse_key - Parse flow rule keys for a specified port on a 98 * @port: The port number to parse the flow rule keys for. 100 * @rule: The flow_rule to parse. 142 * ksz9477_flower_parse_action - Parse flow rule actions for a specified port 145 * @port: The port number to parse the flow rule actions for.
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 191 ath11k_err(ab, "wmi tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n", in ath11k_wmi_tlv_iter() 203 ath11k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n", in ath11k_wmi_tlv_iter() 211 …ath11k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%u bytes is less than min length %zu)… in ath11k_wmi_tlv_iter() 610 ath11k_warn(ab, "failed to parse tlv %d\n", ret); in ath11k_service_ready_event() 4044 ath11k_warn(ab, "failed to parse tlv: %d\n", ret); in ath11k_wmi_obss_color_collision_event() 4555 struct wmi_tlv_dma_buf_release_parse *parse = data; in ath11k_wmi_tlv_dma_buf_entry_parse() local 4560 if (parse->num_buf_entry >= parse->fixed.num_buf_release_entry) in ath11k_wmi_tlv_dma_buf_entry_parse() 4563 parse->num_buf_entry++; in ath11k_wmi_tlv_dma_buf_entry_parse() 4571 struct wmi_tlv_dma_buf_release_parse *parse = data; in ath11k_wmi_tlv_dma_buf_meta_parse() local 4576 if (parse->num_meta >= parse->fixed.num_meta_data_entry) in ath11k_wmi_tlv_dma_buf_meta_parse() [all …]
|
/linux/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 337 cisparse_t parse; in pcmciamtd_cistpl_format() local 339 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format() 340 cistpl_format_t *t = &parse.format; in pcmciamtd_cistpl_format() 352 cisparse_t parse; in pcmciamtd_cistpl_jedec() local 355 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec() 356 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec() 369 cisparse_t parse; in pcmciamtd_cistpl_device() local 370 cistpl_device_t *t = &parse.device; in pcmciamtd_cistpl_device() 373 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device() 393 cisparse_t parse; in pcmciamtd_cistpl_geo() local [all …]
|