| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 102 struct parser { struct 112 demangle_status status; // if status == 0 parser is valid argument 113 struct parser parser; member 124 static NODISCARD demangle_status try_parse_path(struct parser *parser) { in try_parse_path() 172 struct parser parser = { inner, inner_len, 0, 0 }; in rust_demangle_v0_demangle() local 662 static NODISCARD demangle_status parser_push_depth(struct parser *parser) { in parser_push_depth() 671 static demangle_status parser_pop_depth(struct parser *parser) { in parser_pop_depth() 676 static uint8_t parser_peek(struct parser const *parser) { in parser_peek() 684 static bool parser_eat(struct parser *parser, uint8_t ch) { in parser_eat() 695 static uint8_t parser_next(struct parser *parser) { in parser_next() [all …]
|
| /linux/scripts/ |
| H A D | bpf_doc.py | 375 def __init__(self, parser): argument 421 def __init__(self, parser): argument 485 def __init__(self, parser): argument 666 def __init__(self, parser): argument 698 def __init__(self, parser): argument 921 def __init__(self, parser): argument 942 def __init__(self, parser): argument
|
| H A D | bloat-o-meter | 15 parser = argparse.ArgumentParser(description="Simple script used to compare the symbol sizes of 2 o… variable
|
| H A D | macro_checker.py | 11 parser = argparse.ArgumentParser() variable
|
| /linux/tools/docs/ |
| H A D | get_feat.py | 105 def parse_arch(self, parser): argument 113 def parse_feat(self, parser): argument 177 def parser(self): member in GetFeature
|
| H A D | check-variable-fonts.py | 26 parser=argparse.ArgumentParser(description=checker.description(), variable
|
| /linux/drivers/mtd/ |
| H A D | mtdpart.c | 520 mtd_part_do_parse(struct mtd_part_parser * parser,struct mtd_info * master,struct mtd_partitions * pparts,struct mtd_part_parser_data * data) mtd_part_do_parse() argument 583 struct mtd_part_parser *parser; mtd_part_of_parse() local 672 struct mtd_part_parser *parser; parse_mtd_partitions() local 719 const struct mtd_part_parser *parser; mtd_part_parser_cleanup() local [all...] |
| /linux/drivers/of/ |
| H A D | address.c | 265 struct of_range_parser parser; in of_range_to_resource() local 757 parser_init(struct of_pci_range_parser * parser,struct device_node * node,const char * name) parser_init() argument 778 of_pci_range_parser_init(struct of_pci_range_parser * parser,struct device_node * node) of_pci_range_parser_init() argument 785 of_pci_dma_range_parser_init(struct of_pci_range_parser * parser,struct device_node * node) of_pci_dma_range_parser_init() argument 793 of_pci_range_parser_one(struct of_pci_range_parser * parser,struct of_pci_range * range) of_pci_range_parser_one() argument 898 struct of_range_parser parser; of_dma_get_range() local 971 struct of_range_parser parser; of_dma_get_max_cpu_address() local [all...] |
| /linux/include/linux/mtd/ |
| H A D | partitions.h | 92 const struct mtd_part_parser *parser; member 97 #define register_mtd_parser(parser) __register_mtd_parser(parser, THIS_MODULE) argument
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 96 def load_required_plugins(self, reqs, parser, args, remaining): argument 167 def call_add_args(self, parser): argument 684 def set_args(parser): argument 915 def set_operation_mode(pm, parser, args, remaining): argument
|
| H A D | tdc_multibatch.py | 13 parser = argparse.ArgumentParser( variable
|
| /linux/crypto/asymmetric_keys/ |
| H A D | asymmetric_type.c | 400 struct asymmetric_key_parser *parser; in asymmetric_key_preparse() local 626 int register_asymmetric_key_parser(struct asymmetric_key_parser *parser) in register_asymmetric_key_parser() 657 void unregister_asymmetric_key_parser(struct asymmetric_key_parser *parser) in unregister_asymmetric_key_parser()
|
| /linux/tools/sched/ |
| H A D | dl_bw_dump.py | 53 parser = argparse.ArgumentParser(description=desc, variable
|
| H A D | root_domains_dump.py | 64 parser = argparse.ArgumentParser(description=desc, variable
|
| /linux/tools/tracing/rtla/sample/ |
| H A D | timerlat_load.py | 27 parser = argparse.ArgumentParser(description='user-space timerlat thread in Python') variable
|
| /linux/tools/verification/rvgen/ |
| H A D | __main__.py | 19 parser = argparse.ArgumentParser(description='Generate kernel rv monitor') variable
|
| /linux/drivers/accel/habanalabs/goya/ |
| H A D | goya.c | 3328 struct hl_cs_parser *parser, in goya_pin_memory_before_cs() 3374 struct hl_cs_parser *parser, in goya_validate_dma_pkt_host() 3477 struct hl_cs_parser *parser, in goya_validate_dma_pkt_no_host() 3522 struct hl_cs_parser *parser, in goya_validate_dma_pkt_no_mmu() 3559 struct hl_cs_parser *parser, in goya_validate_dma_pkt_mmu() 3596 struct hl_cs_parser *parser, in goya_validate_wreg32() 3640 struct hl_cs_parser *parser, bool is_mmu) in goya_validate_cb() 3747 struct hl_cs_parser *parser, in goya_patch_dma_packet() 3877 struct hl_cs_parser *parser) in goya_patch_cb() 3975 struct hl_cs_parser *parser) in goya_parse_cb_mmu() [all …]
|
| /linux/tools/perf/scripts/python/ |
| H A D | stackcollapse.py | 57 parser = OptionParser(option_list=option_list) variable
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | conftest.py | 80 def pytest_addoption(parser): argument
|
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_recompose_table.py | 250 parser = argparse.ArgumentParser(description="Generate Unicode recomposition table") variable
|
| H A D | gen_ucs_fallback_table.py | 355 parser = argparse.ArgumentParser(description="Generate Unicode fallback character tables") variable
|
| H A D | gen_ucs_width_table.py | 292 parser = argparse.ArgumentParser(description="Generate Unicode width tables") variable
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_abi.py | 90 parser = None variable in KernelCmd
|
| /linux/tools/hv/ |
| H A D | lsvmbus | 8 parser = OptionParser() variable
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 51 def add_args(self, parser): argument
|