/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 15 This provides partition parsing for BCM63xx devices with CFE 29 tristate "Command line partition table parsing" 36 You will still need the parsing functions to be called by the driver 102 This driver adds support for parsing a partition with an Image Tag 106 tristate "ARM Firmware Suite partition parsing" 117 You will still need the parsing functions to be called by the driver 154 tristate "RedBoot partition table parsing" 166 You will still need the parsing functions to be called by the driver 207 This provides support for parsing partitions from Shared Memory (SMEM)
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 414 - Traps packets dropped due to an error in the VXLAN header parsing which 418 - Traps packets dropped due to an error in the LLC+SNAP header parsing 421 - Traps packets dropped due to an error in the VLAN header parsing. Could 425 - Traps packets dropped due to an error in the PPPoE+PPP header parsing. 431 - Traps packets dropped due to an error in the MPLS header parsing which 435 - Traps packets dropped due to an error in the ARP header parsing 438 - Traps packets dropped due to an error in the first IP header parsing. 445 - Traps packets dropped due to an error in the parsing of the last IP 450 - Traps packets dropped due to an error in the GRE header parsing 453 - Traps packets dropped due to an error in the UDP header parsing. [all …]
|
/linux/Documentation/bpf/ |
H A D | prog_flow_dissector.rst | 36 dissection, or BPF_DROP to indicate parsing error. 60 Pre-VLAN parsing:: 79 Post-VLAN parsing:: 111 continue parsing first fragment; the default expected behavior is that 115 stop parsing as soon as it reaches IPv6 flow label; used by 118 parsing as soon as it reaches encapsulated headers; used by routing 131 * ``_dissect`` routine - entry point; it does input ``n_proto`` parsing and
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | arg_parsing.c | 33 ASSERT_OK(parse_test_list("arg_parsing", &set, true), "parsing"); in test_parse_test_list() 43 "parsing"); in test_parse_test_list() 57 "parsing"); in test_parse_test_list() 72 "parsing"); in test_parse_test_list() 73 ASSERT_OK(parse_test_list("bpf_cookie", &set, true), "parsing"); in test_parse_test_list() 74 ASSERT_OK(parse_test_list("send_signal", &set, true), "parsing"); in test_parse_test_list() 90 ASSERT_OK(parse_test_list("bpf_cookie/trace", &set, false), "parsing"); in test_parse_test_list() 102 "parsing"); in test_parse_test_list()
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card2-custom-sample.c | 46 /* You can custom before parsing */ in custom_hook_pre() 57 /* You can custom after parsing */ in custom_hook_post() 74 * You can custom Normal parsing in custom_normal() 89 * You can custom DPCM parsing in custom_dpcm() 104 * You can custom Codec2Codec parsing in custom_c2c() 158 /* use audio-graph-card2 parsing with own custom hooks */ in custom_probe()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 398 /* Idle Check rule parsing data */ 1236 * Return: Error if the parsing fails, ok otherwise. 1252 * Return: Error if the parsing fails, ok otherwise. 1285 * Return: Error if the parsing fails, ok otherwise. 1300 * Return: Error if the parsing fails, ok otherwise. 1310 * parsing. After the continuous parsing ends, mcp_trace_free_meta_data should 1317 * Return: Error if the parsing fails, ok otherwise. 1331 * Return: Error if the parsing fails, ok otherwise. 1340 * Should be called after continuous MCP Trace parsing. 1358 * Return: Error if the parsing fails, ok otherwise. [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | psloop.c | 12 * Perl) do. Parsing is done by hand rather than with a YACC generated parser 13 * to tightly constrain stack and dynamic memory usage. Parsing is kept 14 * flexible and the code fairly compact by parsing based on a list of AML 139 * Skip parsing of control method because we don't have enough in acpi_ps_get_arguments() 171 * Skip parsing of Buffers and Packages because we don't have in acpi_ps_get_arguments() 298 /* Iterative parsing loop, while there is more AML to process: */ in acpi_ps_parse_loop() 415 * If the if/while op fails to parse, we will skip parsing in acpi_ps_parse_loop() 486 * Skip parsing of control method or opregion body, in acpi_ps_parse_loop() 490 * Completed parsing an op_region declaration, we now in acpi_ps_parse_loop()
|
/linux/Documentation/networking/ |
H A D | strparser.rst | 35 parsing (e.g. BPF parsing in case of KCM), and a rcv_msg function 56 Temporarily pause a stream parser. Message parsing is suspended 71 error, and it is called from the upper layer to stop parsing 138 other < 0 Error in parsing, give control back to userspace 200 in parsing. The default function stops the stream parser and
|
/linux/include/linux/qed/ |
H A D | eth_common.h | 125 /* The parsing information data fo rthe first tx bd of a given packet */ 139 /* The parsing information data for the second tx bd of a given packet */ 177 /* Tunneling parsing flags */ 366 /* The parsing information data for the third tx bd of a given packet */ 389 /* The parsing information data for the forth tx bd of a given packet. */ 409 struct eth_tx_data_4th_bd data; /* Parsing information data */
|
/linux/crypto/asymmetric_keys/ |
H A D | Kconfig | 32 This option provides support for parsing X.509 format blobs for key 42 This option provides support for parsing PKCS#8 format blobs for 53 This option provides support for parsing PKCS#7 format messages for
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dfl-fme | 54 fails with -EINVAL if input parsing fails or input error code 63 fails with -EINVAL if input parsing fails or input error code 84 -EINVAL if input parsing fails or input inject error code isn't 93 fails with -EINVAL if input parsing fails or input error code 198 -EINVAL if input parsing fails. 211 -EINVAL if input parsing fails.
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | keytable.c.rst | 125 perror ("parsing input file scancode"); 131 perror ("parsing input file scancode"); 138 perror ("parsing input file keycode"); 142 // printf ("parsing %s=%s:", scancode, keycode);
|
/linux/tools/perf/util/ |
H A D | metricgroup.h | 30 * A metric referenced by a metric_expr. When parsing a metric expression IDs 33 * metric_events need to be known before parsing so that their values may be 65 /** A value substituted for '?' during parsing. */
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_platform.c | 116 dev_err(dev, "sxgbe common irq parsing failed\n"); in sxgbe_platform_probe() 127 dev_err(dev, "sxgbe tx irq parsing failed\n"); in sxgbe_platform_probe() 135 dev_err(dev, "sxgbe rx irq parsing failed\n"); in sxgbe_platform_probe() 142 dev_err(dev, "sxgbe lpi irq parsing failed\n"); in sxgbe_platform_probe()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_tlv.c | 372 * @results: Array of pointers to store the results of parsing 396 /* Work through list of attributes, parsing them as necessary */ in fbnic_tlv_attr_parse_array() 405 /* Stop parsing on full error */ in fbnic_tlv_attr_parse_array() 427 * @results: Array of pointers to store the results of parsing 446 /* Work through list of attributes, parsing them as necessary */ in fbnic_tlv_attr_parse() 452 /* Stop parsing on full error */ in fbnic_tlv_attr_parse() 481 * Will take a message a number of message types via the attribute parsing
|
/linux/tools/testing/selftests/net/ |
H A D | msg_zerocopy.sh | 34 # Argument parsing 46 # Argument parsing: configure addresses 58 # Argument parsing: select receive mode
|
H A D | io_uring_zerocopy_tx.sh | 40 # Argument parsing 52 # Argument parsing: configure addresses 64 # Argument parsing: select receive mode
|
/linux/include/media/ |
H A D | v4l2-fwnode.h | 3 * V4L2 fwnode binding parsing library 221 * %-EINVAL on parsing failure 233 * parsing of which failed. 279 * %-EINVAL on parsing failure 323 * the parsing of which failed. 370 * * %-ENOLINK if link parsing between v4l2 (sub)dev and connector fails
|
/linux/tools/perf/arch/x86/tests/ |
H A D | arch-tests.c | 26 DEFINE_SUITE("x86 Sample parsing", x86_sample_parsing); 29 TEST_CASE_REASON("x86 hybrid event parsing", hybrid, "not hybrid"),
|
/linux/include/linux/ |
H A D | parser.h | 6 * Intended use of these functions is parsing filesystem argument lists, 8 * parsing is required.
|
/linux/scripts/ |
H A D | check-sysctl-docs | 28 # curentry: the name of the current proc entry (procname when parsing 29 # a ctl_table, constructed path when parsing a ctl_path) 63 if (debug) print "Parsing " $0
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-fwnode.c | 3 * V4L2 fwnode binding parsing library 427 pr_debug("===== begin parsing endpoint %pfw\n", fwnode); in __v4l2_fwnode_endpoint_parse() 503 pr_debug("===== end parsing endpoint %pfw\n", fwnode); in v4l2_fwnode_endpoint_parse() 554 pr_debug("===== end parsing endpoint %pfw\n", fwnode); in v4l2_fwnode_endpoint_alloc_parse() 820 * -EINVAL if property parsing failed 848 /* -ENOENT here means successful parsing */ in v4l2_fwnode_reference_parse() 1012 * -EINVAL if property parsing otherwise failed 1098 * -EINVAL if property parsing otherwisefailed 1173 * -EINVAL if property parsing failed 1199 dev_warn(dev, "parsing property \"%s\" failed (%d)\n", in v4l2_async_nf_parse_fwnode_sensor() [all …]
|
/linux/drivers/pci/ |
H A D | of.c | 302 * devm_of_pci_get_host_bridge_resources() - Resource-managed parsing of PCI 307 * @resources: list where the range of resources will be added after DT parsing 309 * from 'dma-ranges') will be added after DT parsing 318 * It returns zero if the range parsing has been successful or a standard error 362 dev_dbg(dev, "Parsing ranges property...\n"); in devm_of_pci_get_host_bridge_resources() 417 dev_dbg(dev, "Parsing dma-ranges property...\n"); in devm_of_pci_get_host_bridge_resources() 475 * device tree parsing in of_irq_parse_pci() 523 * the OF parsing code. in of_irq_parse_pci()
|
/linux/tools/perf/tests/shell/ |
H A D | stat.sh | 48 echo "stat repeat weak groups test [Skipped event parsing failed]" 67 echo "Topdown event group test [Skipped event parsing failed]" 93 echo "Topdown weak groups test [Skipped event parsing failed]"
|
/linux/rust/macros/ |
H A D | pin_data.rs | 7 // This proc-macro only does some pre-parsing and then delegates the actual parsing to in pin_data() 90 /// The error is appended to `errs` to allow normal parsing to continue.
|