Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 72 of 72) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cs.c396 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument
411 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini()
413 ttm_eu_fence_buffer_objects(&parser->ticket, in radeon_cs_parser_fini()
414 &parser->validated, in radeon_cs_parser_fini()
415 &parser->ib.fence->base); in radeon_cs_parser_fini()
417 ttm_eu_backoff_reservation(&parser->ticket, in radeon_cs_parser_fini()
418 &parser->validated); in radeon_cs_parser_fini()
421 if (parser->relocs != NULL) { in radeon_cs_parser_fini()
422 for (i = 0; i < parser->nrelocs; i++) { in radeon_cs_parser_fini()
423 struct radeon_bo *bo = parser->relocs[i].robj; in radeon_cs_parser_fini()
[all …]
Dr600_cs.c2341 static void r600_cs_parser_fini(struct radeon_cs_parser *parser, int error) in r600_cs_parser_fini() argument
2345 kfree(parser->relocs); in r600_cs_parser_fini()
2346 for (i = 0; i < parser->nchunks; i++) in r600_cs_parser_fini()
2347 drm_free_large(parser->chunks[i].kdata); in r600_cs_parser_fini()
2348 kfree(parser->chunks); in r600_cs_parser_fini()
2349 kfree(parser->chunks_array); in r600_cs_parser_fini()
2367 struct radeon_cs_parser parser; in r600_cs_legacy() local
2379 memset(&parser, 0, sizeof(struct radeon_cs_parser)); in r600_cs_legacy()
2380 parser.filp = filp; in r600_cs_legacy()
2381 parser.dev = &dev->pdev->dev; in r600_cs_legacy()
[all …]
Dradeon.h1696 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
/linux-4.1.27/drivers/hid/
Dhid-core.c122 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection() argument
127 usage = parser->local.usage[0]; in open_collection()
129 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection()
130 hid_err(parser->device, "collection stack overflow\n"); in open_collection()
134 if (parser->device->maxcollection == parser->device->collection_size) { in open_collection()
136 parser->device->collection_size * 2, GFP_KERNEL); in open_collection()
138 hid_err(parser->device, "failed to reallocate collection array\n"); in open_collection()
141 memcpy(collection, parser->device->collection, in open_collection()
143 parser->device->collection_size); in open_collection()
144 memset(collection + parser->device->collection_size, 0, in open_collection()
[all …]
/linux-4.1.27/drivers/of/
Daddress.c232 int of_pci_range_parser_init(struct of_pci_range_parser *parser, in of_pci_range_parser_init() argument
238 parser->node = node; in of_pci_range_parser_init()
239 parser->pna = of_n_addr_cells(node); in of_pci_range_parser_init()
240 parser->np = parser->pna + na + ns; in of_pci_range_parser_init()
242 parser->range = of_get_property(node, "ranges", &rlen); in of_pci_range_parser_init()
243 if (parser->range == NULL) in of_pci_range_parser_init()
246 parser->end = parser->range + rlen / sizeof(__be32); in of_pci_range_parser_init()
252 struct of_pci_range *of_pci_range_parser_one(struct of_pci_range_parser *parser, in of_pci_range_parser_one() argument
260 if (!parser->range || parser->range + parser->np > parser->end) in of_pci_range_parser_one()
263 range->pci_space = parser->range[0]; in of_pci_range_parser_one()
[all …]
Dof_pci.c168 struct of_pci_range_parser parser; in of_pci_get_host_bridge_resources() local
195 err = of_pci_range_parser_init(&parser, dev); in of_pci_get_host_bridge_resources()
200 for_each_of_pci_range(&parser, &range) { in of_pci_get_host_bridge_resources()
/linux-4.1.27/crypto/asymmetric_keys/
Dasymmetric_type.c271 struct asymmetric_key_parser *parser; in asymmetric_key_preparse() local
282 list_for_each_entry(parser, &asymmetric_key_parsers, link) { in asymmetric_key_preparse()
283 pr_debug("Trying parser '%s'\n", parser->name); in asymmetric_key_preparse()
285 ret = parser->parse(prep); in asymmetric_key_preparse()
359 int register_asymmetric_key_parser(struct asymmetric_key_parser *parser) in register_asymmetric_key_parser() argument
367 if (strcmp(cursor->name, parser->name) == 0) { in register_asymmetric_key_parser()
369 parser->name); in register_asymmetric_key_parser()
375 list_add_tail(&parser->link, &asymmetric_key_parsers); in register_asymmetric_key_parser()
377 pr_notice("Asymmetric key parser '%s' registered\n", parser->name); in register_asymmetric_key_parser()
390 void unregister_asymmetric_key_parser(struct asymmetric_key_parser *parser) in unregister_asymmetric_key_parser() argument
[all …]
DKconfig31 tristate "X.509 certificate parser"
41 tristate "PKCS#7 message parser"
60 This is intended for testing the PKCS#7 parser.
Dmscode.asn11 --- Microsoft individual code signing data blob parser
/linux-4.1.27/scripts/dtc/
DMakefile8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
25 HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC)
28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
Ddtc-parser.tab.c_shipped1 /* A Bison parser, made by GNU Bison 2.7.12-4996. */
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
33 /* C LALR(1) parser skeleton written by Richard Stallman, by
34 simplifying the original so-called "semantic" parser. */
66 #line 21 "dtc-parser.y"
86 #line 87 "dtc-parser.tab.c"
105 by #include "dtc-parser.tab.h". */
[all …]
Ddtc-parser.tab.h_shipped1 /* A Bison parser, made by GNU Bison 2.7.12-4996. */
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
79 #line 40 "dtc-parser.y"
102 #line 103 "dtc-parser.tab.h"
D.gitignore3 dtc-parser.tab.c
4 dtc-parser.tab.h
DMakefile.dtc17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
Ddtc-lexer.lex.c_shipped638 #include "dtc-parser.tab.h"
/linux-4.1.27/tools/perf/tests/
Dattr.py121 parser = ConfigParser.SafeConfigParser()
122 parser.read(path)
129 self.command = parser.get('config', 'command')
130 self.args = parser.get('config', 'args')
133 self.ret = parser.get('config', 'ret')
296 parser = optparse.OptionParser(usage=USAGE)
298 parser.add_option("-t", "--test",
300 parser.add_option("-d", "--test-dir",
302 parser.add_option("-p", "--perf",
304 parser.add_option("-v", "--verbose",
[all …]
/linux-4.1.27/include/linux/
Dof_address.h23 #define for_each_of_pci_range(parser, range) \ argument
24 for (; of_pci_range_parser_one(parser, range);)
51 extern int of_pci_range_parser_init(struct of_pci_range_parser *parser,
54 struct of_pci_range_parser *parser,
79 static inline int of_pci_range_parser_init(struct of_pci_range_parser *parser, in of_pci_range_parser_init() argument
86 struct of_pci_range_parser *parser, in of_pci_range_parser_one() argument
/linux-4.1.27/drivers/pci/host/
Dpci-xgene.c390 static int pci_dma_range_parser_init(struct of_pci_range_parser *parser, in pci_dma_range_parser_init() argument
396 parser->node = node; in pci_dma_range_parser_init()
397 parser->pna = of_n_addr_cells(node); in pci_dma_range_parser_init()
398 parser->np = parser->pna + na + ns; in pci_dma_range_parser_init()
400 parser->range = of_get_property(node, "dma-ranges", &rlen); in pci_dma_range_parser_init()
401 if (!parser->range) in pci_dma_range_parser_init()
403 parser->end = parser->range + rlen / sizeof(__be32); in pci_dma_range_parser_init()
412 struct of_pci_range_parser parser; in xgene_pcie_parse_map_dma_ranges() local
416 if (pci_dma_range_parser_init(&parser, np)) { in xgene_pcie_parse_map_dma_ranges()
422 for_each_of_pci_range(&parser, &range) { in xgene_pcie_parse_map_dma_ranges()
Dpcie-rcar.c852 static int pci_dma_range_parser_init(struct of_pci_range_parser *parser, in pci_dma_range_parser_init() argument
858 parser->node = node; in pci_dma_range_parser_init()
859 parser->pna = of_n_addr_cells(node); in pci_dma_range_parser_init()
860 parser->np = parser->pna + na + ns; in pci_dma_range_parser_init()
862 parser->range = of_get_property(node, "dma-ranges", &rlen); in pci_dma_range_parser_init()
863 if (!parser->range) in pci_dma_range_parser_init()
866 parser->end = parser->range + rlen / sizeof(__be32); in pci_dma_range_parser_init()
874 struct of_pci_range_parser parser; in rcar_pcie_parse_map_dma_ranges() local
878 if (pci_dma_range_parser_init(&parser, np)) in rcar_pcie_parse_map_dma_ranges()
882 for_each_of_pci_range(&parser, &range) { in rcar_pcie_parse_map_dma_ranges()
[all …]
Dpcie-designware.c350 struct of_pci_range_parser parser; in dw_pcie_host_init() local
378 if (of_pci_range_parser_init(&parser, np)) { in dw_pcie_host_init()
384 for_each_of_pci_range(&parser, &range) { in dw_pcie_host_init()
402 pp->io_mod_base = of_read_number(parser.range - in dw_pcie_host_init()
403 parser.np + na, ns); in dw_pcie_host_init()
412 pp->mem_mod_base = of_read_number(parser.range - in dw_pcie_host_init()
413 parser.np + na, ns); in dw_pcie_host_init()
423 pp->cfg0_mod_base = of_read_number(parser.range - in dw_pcie_host_init()
424 parser.np + na, ns); in dw_pcie_host_init()
Dpcie-xilinx.c668 struct of_pci_range_parser parser; in xilinx_pcie_parse_and_add_res() local
674 if (of_pci_range_parser_init(&parser, node)) { in xilinx_pcie_parse_and_add_res()
680 for_each_of_pci_range(&parser, &range) { in xilinx_pcie_parse_and_add_res()
Dpci-tegra.c1595 struct of_pci_range_parser parser; in tegra_pcie_parse_dt() local
1608 if (of_pci_range_parser_init(&parser, np)) { in tegra_pcie_parse_dt()
1613 for_each_of_pci_range(&parser, &range) { in tegra_pcie_parse_dt()
/linux-4.1.27/sound/core/seq/
Dseq_midi.c61 struct snd_midi_event *parser; member
94 if (msynth->parser == NULL) in snd_midi_input_event()
98 count = snd_midi_event_encode(msynth->parser, pbuf, res, &ev); in snd_midi_input_event()
152 snd_midi_event_reset_decode(msynth->parser); in event_process_midi()
154 if (msynth->parser == NULL) in event_process_midi()
156 len = snd_midi_event_decode(msynth->parser, msg, sizeof(msg), ev); in event_process_midi()
160 snd_midi_event_reset_decode(msynth->parser); in event_process_midi()
171 if (snd_midi_event_new(MAX_MIDI_EVENT_BUF, &msynth->parser) < 0) in snd_seq_midisynth_new()
203 snd_midi_event_reset_encode(msynth->parser); in midisynth_subscribe()
245 snd_midi_event_reset_decode(msynth->parser); in midisynth_use()
[all …]
Dseq_virmidi.c95 len = snd_midi_event_decode(vmidi->parser, msg, sizeof(msg), ev); in snd_virmidi_dev_receive_event()
182 res = snd_midi_event_encode(vmidi->parser, pbuf, count, &vmidi->event); in snd_virmidi_output_trigger()
184 snd_midi_event_reset_encode(vmidi->parser); in snd_virmidi_output_trigger()
218 if (snd_midi_event_new(0, &vmidi->parser) < 0) { in snd_virmidi_input_open()
246 if (snd_midi_event_new(MAX_MIDI_EVENT_BUF, &vmidi->parser) < 0) { in snd_virmidi_output_open()
270 snd_midi_event_free(vmidi->parser); in snd_virmidi_input_close()
282 snd_midi_event_free(vmidi->parser); in snd_virmidi_output_close()
/linux-4.1.27/scripts/genksyms/
Dparse.tab.h_shipped1 /* A Bison parser, made by GNU Bison 2.5.1. */
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
Dkeywords.gperf37 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
Dparse.tab.c_shipped1 /* A Bison parser, made by GNU Bison 2.5.1. */
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
33 /* C LALR(1) parser skeleton written by Richard Stallman, by
34 simplifying the original so-called "semantic" parser. */
298 /* The parser invokes alloca or malloc; define the necessary symbols. */
1127 /* YYINITDEPTH -- initial size of the parser's stacks. */
1288 correct lookahead information, and it depends on the parser not
[all …]
Dlex.lex.c_shipped1914 * SYM_ENUM_CONST. The parser will change this for struct and union tags later,
1935 of the parser to tailor the tokens that are returned. */
/linux-4.1.27/sound/pci/hda/
Dhda_sysfs.c611 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc); member
617 .parser = parse_codec_mode,
621 .parser = parse_model_mode,
626 .parser = parse_verb_mode,
631 .parser = parse_pincfg_mode,
636 .parser = parse_hint_mode
640 .parser = parse_vendor_id_mode,
644 .parser = parse_subsystem_id_mode,
648 .parser = parse_revision_id_mode,
652 .parser = parse_chip_name_mode,
[all …]
DKconfig235 tristate "Enable generic HD-audio codec parser"
237 Say Y or M here to enable the generic HD-audio codec parser
/linux-4.1.27/scripts/
Dcheckkconfigsymbols.py48 parser = OptionParser(usage=usage)
50 parser.add_option('-c', '--commit', dest='commit', action='store',
55 parser.add_option('-d', '--diff', dest='diff', action='store',
61 parser.add_option('', '--force', dest='force', action='store_true',
65 (opts, _) = parser.parse_args()
/linux-4.1.27/include/linux/mtd/
Dpartitions.h79 extern void register_mtd_parser(struct mtd_part_parser *parser);
80 extern void deregister_mtd_parser(struct mtd_part_parser *parser);
/linux-4.1.27/fs/befs/
DTODO9 * See if Alexander Viro's option parser made it into the kernel tree.
10 Use that if we can. (include/linux/parser.h)
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt34 Also provided is the concept of a data parser. Data parsers are responsible
36 function. The first data parser that recognises the blob gets to set the
39 A data parser may interpret the data blob as containing the bits representing a
169 The subtype is selected by the key data parser and the parser must initialise
237 During key instantiation each parser in the list is tried until one doesn't
240 The parser definition structure can be found in:
242 #include <keys/asymmetric-parser.h>
254 the parser.
256 There is currently only a single operation defined by the parser, and it is
285 If the parser is happy with the blob, it should propose a description for
[all …]
/linux-4.1.27/kernel/trace/
Dtrace.h878 static inline bool trace_parser_loaded(struct trace_parser *parser) in trace_parser_loaded() argument
880 return (parser->idx != 0); in trace_parser_loaded()
883 static inline bool trace_parser_cont(struct trace_parser *parser) in trace_parser_cont() argument
885 return parser->cont; in trace_parser_cont()
888 static inline void trace_parser_clear(struct trace_parser *parser) in trace_parser_clear() argument
890 parser->cont = false; in trace_parser_clear()
891 parser->idx = 0; in trace_parser_clear()
894 extern int trace_parser_get_init(struct trace_parser *parser, int size);
895 extern void trace_parser_put(struct trace_parser *parser);
896 extern int trace_get_user(struct trace_parser *parser, const char __user *ubuf,
Dftrace.c2995 struct trace_parser parser; member
3346 if (trace_parser_get_init(&iter->parser, FTRACE_BUFF_MAX)) { in ftrace_regex_open()
3370 trace_parser_put(&iter->parser); in ftrace_regex_open()
3387 trace_parser_put(&iter->parser); in ftrace_regex_open()
4001 struct trace_parser *parser; in ftrace_regex_write() local
4018 parser = &iter->parser; in ftrace_regex_write()
4019 read = trace_get_user(parser, ubuf, cnt, ppos); in ftrace_regex_write()
4021 if (read >= 0 && trace_parser_loaded(parser) && in ftrace_regex_write()
4022 !trace_parser_cont(parser)) { in ftrace_regex_write()
4023 ret = ftrace_process_regex(iter->hash, parser->buffer, in ftrace_regex_write()
[all …]
Dtrace.c885 int trace_parser_get_init(struct trace_parser *parser, int size) in trace_parser_get_init() argument
887 memset(parser, 0, sizeof(*parser)); in trace_parser_get_init()
889 parser->buffer = kmalloc(size, GFP_KERNEL); in trace_parser_get_init()
890 if (!parser->buffer) in trace_parser_get_init()
893 parser->size = size; in trace_parser_get_init()
900 void trace_parser_put(struct trace_parser *parser) in trace_parser_put() argument
902 kfree(parser->buffer); in trace_parser_put()
916 int trace_get_user(struct trace_parser *parser, const char __user *ubuf, in trace_get_user() argument
924 trace_parser_clear(parser); in trace_get_user()
937 if (!parser->cont) { in trace_get_user()
[all …]
Dtrace_events.c633 struct trace_parser parser; in ftrace_event_write() local
645 if (trace_parser_get_init(&parser, EVENT_BUF_SIZE + 1)) in ftrace_event_write()
648 read = trace_get_user(&parser, ubuf, cnt, ppos); in ftrace_event_write()
650 if (read >= 0 && trace_parser_loaded((&parser))) { in ftrace_event_write()
653 if (*parser.buffer == '!') in ftrace_event_write()
656 parser.buffer[parser.idx] = 0; in ftrace_event_write()
658 ret = ftrace_set_clr_event(tr, parser.buffer + !set, set); in ftrace_event_write()
666 trace_parser_put(&parser); in ftrace_event_write()
/linux-4.1.27/tools/perf/scripts/python/
Dsched-migration.py361 global parser
362 parser = SchedEventProxy()
366 timeslices = parser.timeslices
416 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
425 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
/linux-4.1.27/net/bluetooth/hidp/
Dsock.c129 __u16 parser; member
175 put_user(ca.parser, &uca->parser) || in hidp_sock_compat_ioctl()
Dhidp.h92 __u16 parser; member
/linux-4.1.27/arch/mips/pci/
Dpci.c129 struct of_pci_range_parser parser; in pci_load_of_ranges() local
134 if (of_pci_range_parser_init(&parser, node)) in pci_load_of_ranges()
137 for_each_of_pci_range(&parser, &range) { in pci_load_of_ranges()
/linux-4.1.27/drivers/mtd/
Dmtdpart.c755 struct mtd_part_parser *parser; in parse_mtd_partitions() local
762 parser = get_partition_parser(*types); in parse_mtd_partitions()
763 if (!parser && !request_module("%s", *types)) in parse_mtd_partitions()
764 parser = get_partition_parser(*types); in parse_mtd_partitions()
765 if (!parser) in parse_mtd_partitions()
767 ret = (*parser->parse_fn)(master, pparts, data); in parse_mtd_partitions()
768 put_partition_parser(parser); in parse_mtd_partitions()
771 ret, parser->name, master->name); in parse_mtd_partitions()
DKconfig155 This provides partitions parser for devices based on BCM47xx
/linux-4.1.27/include/sound/
Dseq_virmidi.h40 struct snd_midi_event *parser; member
/linux-4.1.27/drivers/staging/unisys/visorchipset/
DMakefile7 visorchipset-y := visorchipset_main.o file.o parser.o
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.py951 parser = optparse.OptionParser() variable
952 parser.add_option('-m', '--modulename', help='Module name', dest='modname',
954 parser.add_option('-p', '--protoident', help='Protocol Ident', dest='protoident',
957 (opts, args) = parser.parse_args()
963 parser.print_help()
/linux-4.1.27/block/
DMakefile23 obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o
DKconfig104 bool "Block device command line partition parser"
/linux-4.1.27/arch/arm/mach-integrator/
Dpci_v3.c771 struct of_pci_range_parser parser; in pci_v3_probe() local
789 if (of_pci_range_parser_init(&parser, np)) in pci_v3_probe()
818 for_each_of_pci_range(&parser, &range) { in pci_v3_probe()
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt33 on the codec. It has a generic parser as a fallback, but this
35 parser, usually the codec-specific parser (coded in patch_*.c) is used
204 parser are skipped.
205 - when `generic` is passed, the codec-specific parser is skipped and
206 only the generic parser is used.
348 This proc file can be also used to check whether the generic parser is
349 used. When the generic parser is used, the vendor/product ID name
390 Shows the pin default values set by the codec parser explicitly.
392 the parser. That is, if the parser doesn't change the pin default
420 The codec parser have several switches and adjustment knobs for
[all …]
Dhda_codec.txt41 string is passed to the codec parser, and it depends on the parser how
291 parsed via th generic parser (hda_generic.c). Its support is
DALSA-Configuration.txt915 model is given, the driver uses the generic codec parser without
/linux-4.1.27/Documentation/ABI/stable/
Dvdso19 Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1 /* A Bison parser, made by GNU Bison 2.5. */
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
33 /* C LALR(1) parser skeleton written by Richard Stallman, by
34 simplifying the original so-called "semantic" parser. */
289 /* The parser invokes alloca or malloc; define the necessary symbols. */
1052 /* YYINITDEPTH -- initial size of the parser's stacks. */
1213 correct lookahead information, and it depends on the parser not
[all …]
/linux-4.1.27/net/wireless/
DKconfig166 the parser will be upkept with the latest wireless-regdb updates but
167 older wireless-regdb formats will be ignored. The parser may later
/linux-4.1.27/arch/microblaze/pci/
Dpci-common.c560 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local
566 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
570 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/linux-4.1.27/arch/powerpc/kernel/
Dpci-common.c676 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local
682 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
686 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/linux-4.1.27/lib/
DMakefile25 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
/linux-4.1.27/drivers/gpu/drm/msm/
DNOTES84 These files are used both for a parser tool (in the same tree) to
/linux-4.1.27/Documentation/networking/
Dradiotap-headers.txt91 job by using the radiotap parser that lives in net/wireless/radiotap.c and has
D00-INDEX54 - Conexant AccessRunner USB ADSL Modem configuration file parser
/linux-4.1.27/tools/perf/util/
Dparse-events.y1 %pure-parser
/linux-4.1.27/Documentation/hid/
Dhidraw.txt6 received are not parsed by the HID parser, but are sent to and received from
/linux-4.1.27/Documentation/kbuild/
Dkconfig.txt91 to somehow debug the behaviour of the kconfig parser/frontends.
/linux-4.1.27/Documentation/isdn/
DREADME.hysdn164 0x00000020 Log firmware record parser
/linux-4.1.27/Documentation/filesystems/
Dhpfs.txt11 Werner Almesberger, 1992, 1993, MSDos option parser & CR/LF conversion
Dvfs.txt1124 The <linux/parser.h> header defines an API that helps parse these
/linux-4.1.27/drivers/mtd/nand/
DKconfig294 there is currently no mtd parser, so you may want to use command line
/linux-4.1.27/Documentation/scsi/
Dncr53c8xx.txt628 driver name "ncr53c8xx="(sym53c8xx). The kernel syntax parser then expects
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt672 subnodes were intermingled, the kernel parser requires that the
/linux-4.1.27/drivers/video/fbdev/
DKconfig201 Generalized Timing Formula and the EDID parser. A few drivers rely