Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1698 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c473 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, bool backoff) in amdgpu_cs_parser_fini() argument
488 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in amdgpu_cs_parser_fini()
490 ttm_eu_fence_buffer_objects(&parser->ticket, in amdgpu_cs_parser_fini()
491 &parser->validated, in amdgpu_cs_parser_fini()
492 parser->fence); in amdgpu_cs_parser_fini()
494 ttm_eu_backoff_reservation(&parser->ticket, in amdgpu_cs_parser_fini()
495 &parser->validated); in amdgpu_cs_parser_fini()
497 fence_put(parser->fence); in amdgpu_cs_parser_fini()
499 if (parser->ctx) in amdgpu_cs_parser_fini()
500 amdgpu_ctx_put(parser->ctx); in amdgpu_cs_parser_fini()
[all …]
Damdgpu_uvd.c64 struct amdgpu_cs_parser *parser; member
343 lo = amdgpu_get_ib_value(ctx->parser, ctx->ib_idx, ctx->data0); in amdgpu_uvd_cs_pass1()
344 hi = amdgpu_get_ib_value(ctx->parser, ctx->ib_idx, ctx->data1); in amdgpu_uvd_cs_pass1()
347 mapping = amdgpu_cs_find_mapping(ctx->parser, addr, &bo); in amdgpu_uvd_cs_pass1()
353 if (!ctx->parser->adev->uvd.address_64_bit) { in amdgpu_uvd_cs_pass1()
355 cmd = amdgpu_get_ib_value(ctx->parser, ctx->ib_idx, ctx->idx) >> 1; in amdgpu_uvd_cs_pass1()
522 struct amdgpu_device *adev = ctx->parser->adev; in amdgpu_uvd_cs_msg()
569 adev->uvd.filp[i] = ctx->parser->filp; in amdgpu_uvd_cs_msg()
587 if (adev->uvd.filp[i] != ctx->parser->filp) { in amdgpu_uvd_cs_msg()
630 lo = amdgpu_get_ib_value(ctx->parser, ctx->ib_idx, ctx->data0); in amdgpu_uvd_cs_pass2()
[all …]
Damdgpu_uvd.h37 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
Damdgpu.h2397 amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
/linux-4.4.14/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.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1 /* A Bison parser, made by GNU Bison 3.0.2. */
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. */
65 #line 20 "dtc-parser.y" /* yacc.c:339 */
83 #line 84 "dtc-parser.tab.c" /* yacc.c:339 */
102 by #include "dtc-parser.tab.h". */
[all …]
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.h_shipped1 /* A Bison parser, made by GNU Bison 3.0.2. */
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
77 #line 38 "dtc-parser.y" /* yacc.c:1909 */
96 #line 97 "dtc-parser.tab.h" /* yacc.c:1909 */
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.4.14/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.c174 struct of_pci_range_parser parser; in of_pci_get_host_bridge_resources() local
201 err = of_pci_range_parser_init(&parser, dev); in of_pci_get_host_bridge_resources()
206 for_each_of_pci_range(&parser, &range) { in of_pci_get_host_bridge_resources()
/linux-4.4.14/crypto/asymmetric_keys/
Dasymmetric_type.c282 struct asymmetric_key_parser *parser; in asymmetric_key_preparse() local
293 list_for_each_entry(parser, &asymmetric_key_parsers, link) { in asymmetric_key_preparse()
294 pr_debug("Trying parser '%s'\n", parser->name); in asymmetric_key_preparse()
296 ret = parser->parse(prep); in asymmetric_key_preparse()
378 int register_asymmetric_key_parser(struct asymmetric_key_parser *parser) in register_asymmetric_key_parser() argument
386 if (strcmp(cursor->name, parser->name) == 0) { in register_asymmetric_key_parser()
388 parser->name); in register_asymmetric_key_parser()
394 list_add_tail(&parser->link, &asymmetric_key_parsers); in register_asymmetric_key_parser()
396 pr_notice("Asymmetric key parser '%s' registered\n", parser->name); in register_asymmetric_key_parser()
409 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.4.14/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.4.14/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,
86 static inline int of_pci_range_parser_init(struct of_pci_range_parser *parser, in of_pci_range_parser_init() argument
93 struct of_pci_range_parser *parser, in of_pci_range_parser_one() argument
/linux-4.4.14/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.4.14/drivers/pci/host/
Dpci-xgene.c431 static int pci_dma_range_parser_init(struct of_pci_range_parser *parser, in pci_dma_range_parser_init() argument
437 parser->node = node; in pci_dma_range_parser_init()
438 parser->pna = of_n_addr_cells(node); in pci_dma_range_parser_init()
439 parser->np = parser->pna + na + ns; in pci_dma_range_parser_init()
441 parser->range = of_get_property(node, "dma-ranges", &rlen); in pci_dma_range_parser_init()
442 if (!parser->range) in pci_dma_range_parser_init()
444 parser->end = parser->range + rlen / sizeof(__be32); in pci_dma_range_parser_init()
453 struct of_pci_range_parser parser; in xgene_pcie_parse_map_dma_ranges() local
457 if (pci_dma_range_parser_init(&parser, np)) { in xgene_pcie_parse_map_dma_ranges()
463 for_each_of_pci_range(&parser, &range) { in xgene_pcie_parse_map_dma_ranges()
Dpcie-rcar.c877 static int pci_dma_range_parser_init(struct of_pci_range_parser *parser, in pci_dma_range_parser_init() argument
883 parser->node = node; in pci_dma_range_parser_init()
884 parser->pna = of_n_addr_cells(node); in pci_dma_range_parser_init()
885 parser->np = parser->pna + na + ns; in pci_dma_range_parser_init()
887 parser->range = of_get_property(node, "dma-ranges", &rlen); in pci_dma_range_parser_init()
888 if (!parser->range) in pci_dma_range_parser_init()
891 parser->end = parser->range + rlen / sizeof(__be32); in pci_dma_range_parser_init()
899 struct of_pci_range_parser parser; in rcar_pcie_parse_map_dma_ranges() local
903 if (pci_dma_range_parser_init(&parser, np)) in rcar_pcie_parse_map_dma_ranges()
907 for_each_of_pci_range(&parser, &range) { in rcar_pcie_parse_map_dma_ranges()
[all …]
Dpcie-xilinx.c673 struct of_pci_range_parser parser; in xilinx_pcie_parse_and_add_res() local
679 if (of_pci_range_parser_init(&parser, node)) { in xilinx_pcie_parse_and_add_res()
685 for_each_of_pci_range(&parser, &range) { in xilinx_pcie_parse_and_add_res()
Dpci-tegra.c1579 struct of_pci_range_parser parser; in tegra_pcie_parse_dt() local
1592 if (of_pci_range_parser_init(&parser, np)) { in tegra_pcie_parse_dt()
1597 for_each_of_pci_range(&parser, &range) { in tegra_pcie_parse_dt()
/linux-4.4.14/scripts/
Dcheckkconfigsymbols.py50 parser = OptionParser(usage=usage)
52 parser.add_option('-c', '--commit', dest='commit', action='store',
57 parser.add_option('-d', '--diff', dest='diff', action='store',
63 parser.add_option('-f', '--find', dest='find', action='store_true',
68 parser.add_option('-i', '--ignore', dest='ignore', action='store',
74 parser.add_option('', '--force', dest='force', action='store_true',
78 (opts, _) = parser.parse_args()
/linux-4.4.14/scripts/genksyms/
Dparse.tab.h_shipped1 /* A Bison parser, made by GNU Bison 2.7. */
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.7. */
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. */
310 /* The parser invokes alloca or malloc; define the necessary symbols. */
1112 /* YYINITDEPTH -- initial size of the parser's stacks. */
1272 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.4.14/sound/pci/hda/
Dhda_sysfs.c610 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc); member
616 .parser = parse_codec_mode,
620 .parser = parse_model_mode,
625 .parser = parse_verb_mode,
630 .parser = parse_pincfg_mode,
635 .parser = parse_hint_mode
639 .parser = parse_vendor_id_mode,
643 .parser = parse_subsystem_id_mode,
647 .parser = parse_revision_id_mode,
651 .parser = parse_chip_name_mode,
[all …]
DKconfig206 tristate "Enable generic HD-audio codec parser"
208 Say Y or M here to enable the generic HD-audio codec parser
/linux-4.4.14/tools/hv/
Dlsvmbus6 parser = OptionParser()
7 parser.add_option("-v", "--verbose", dest="verbose",
11 (options, args) = parser.parse_args()
/linux-4.4.14/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.4.14/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.4.14/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
284 If the parser is happy with the blob, it should propose a description for
[all …]
/linux-4.4.14/drivers/mtd/
Dmtdpart.c757 struct mtd_part_parser *parser; in parse_mtd_partitions() local
765 parser = get_partition_parser(*types); in parse_mtd_partitions()
766 if (!parser && !request_module("%s", *types)) in parse_mtd_partitions()
767 parser = get_partition_parser(*types); in parse_mtd_partitions()
769 parser ? parser->name : NULL); in parse_mtd_partitions()
770 if (!parser) in parse_mtd_partitions()
772 ret = (*parser->parse_fn)(master, pparts, data); in parse_mtd_partitions()
774 master->name, parser->name, ret); in parse_mtd_partitions()
775 put_partition_parser(parser); in parse_mtd_partitions()
778 ret, parser->name, master->name); in parse_mtd_partitions()
DKconfig155 This provides partitions parser for devices based on BCM47xx
/linux-4.4.14/kernel/trace/
Dtrace.h888 static inline bool trace_parser_loaded(struct trace_parser *parser) in trace_parser_loaded() argument
890 return (parser->idx != 0); in trace_parser_loaded()
893 static inline bool trace_parser_cont(struct trace_parser *parser) in trace_parser_cont() argument
895 return parser->cont; in trace_parser_cont()
898 static inline void trace_parser_clear(struct trace_parser *parser) in trace_parser_clear() argument
900 parser->cont = false; in trace_parser_clear()
901 parser->idx = 0; in trace_parser_clear()
904 extern int trace_parser_get_init(struct trace_parser *parser, int size);
905 extern void trace_parser_put(struct trace_parser *parser);
906 extern int trace_get_user(struct trace_parser *parser, const char __user *ubuf,
Dftrace.c3005 struct trace_parser parser; member
3356 if (trace_parser_get_init(&iter->parser, FTRACE_BUFF_MAX)) { in ftrace_regex_open()
3380 trace_parser_put(&iter->parser); in ftrace_regex_open()
3397 trace_parser_put(&iter->parser); in ftrace_regex_open()
4018 struct trace_parser *parser; in ftrace_regex_write() local
4035 parser = &iter->parser; in ftrace_regex_write()
4036 read = trace_get_user(parser, ubuf, cnt, ppos); in ftrace_regex_write()
4038 if (read >= 0 && trace_parser_loaded(parser) && in ftrace_regex_write()
4039 !trace_parser_cont(parser)) { in ftrace_regex_write()
4040 ret = ftrace_process_regex(iter->hash, parser->buffer, in ftrace_regex_write()
[all …]
Dtrace_events.c821 struct trace_parser parser; in ftrace_event_write() local
833 if (trace_parser_get_init(&parser, EVENT_BUF_SIZE + 1)) in ftrace_event_write()
836 read = trace_get_user(&parser, ubuf, cnt, ppos); in ftrace_event_write()
838 if (read >= 0 && trace_parser_loaded((&parser))) { in ftrace_event_write()
841 if (*parser.buffer == '!') in ftrace_event_write()
844 parser.buffer[parser.idx] = 0; in ftrace_event_write()
846 ret = ftrace_set_clr_event(tr, parser.buffer + !set, set); in ftrace_event_write()
854 trace_parser_put(&parser); in ftrace_event_write()
1588 struct trace_parser parser; in ftrace_event_pid_write() local
1603 if (trace_parser_get_init(&parser, EVENT_BUF_SIZE + 1)) in ftrace_event_pid_write()
[all …]
Dtrace.c899 int trace_parser_get_init(struct trace_parser *parser, int size) in trace_parser_get_init() argument
901 memset(parser, 0, sizeof(*parser)); in trace_parser_get_init()
903 parser->buffer = kmalloc(size, GFP_KERNEL); in trace_parser_get_init()
904 if (!parser->buffer) in trace_parser_get_init()
907 parser->size = size; in trace_parser_get_init()
914 void trace_parser_put(struct trace_parser *parser) in trace_parser_put() argument
916 kfree(parser->buffer); in trace_parser_put()
930 int trace_get_user(struct trace_parser *parser, const char __user *ubuf, in trace_get_user() argument
938 trace_parser_clear(parser); in trace_get_user()
951 if (!parser->cont) { in trace_get_user()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/target/
Dtcm_mod_builder.py663 parser = optparse.OptionParser() variable
664 parser.add_option('-m', '--modulename', help='Module name', dest='modname',
666 parser.add_option('-p', '--protoident', help='Protocol Ident', dest='protoident',
669 (opts, args) = parser.parse_args()
675 parser.print_help()
/linux-4.4.14/include/sound/
Dseq_virmidi.h40 struct snd_midi_event *parser; member
/linux-4.4.14/block/
DMakefile23 obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o
DKconfig104 bool "Block device command line partition parser"
/linux-4.4.14/Documentation/
Dmen-chameleon-bus.txt49 - the parser for the Chameleon table.
75 The parser reads the first 512 bytes of a Chameleon device and parses the
76 Chameleon table. Currently the parser only supports the Chameleon v2 variant
/linux-4.4.14/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.4.14/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 …]
DALSA-Configuration.txt915 model is given, the driver uses the generic codec parser without
/linux-4.4.14/Documentation/ABI/stable/
Dvdso19 Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
/linux-4.4.14/scripts/kconfig/
Dzconf.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. */
301 /* The parser invokes alloca or malloc; define the necessary symbols. */
1074 /* YYINITDEPTH -- initial size of the parser's stacks. */
1235 correct lookahead information, and it depends on the parser not
[all …]
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/kernel/
Dpci-common.c678 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local
684 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
688 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES84 These files are used both for a parser tool (in the same tree) to
/linux-4.4.14/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.4.14/lib/
DMakefile25 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db590 API-i915-cmd-parser-init-ring
591 API-i915-cmd-parser-fini-ring
592 API-i915-needs-cmd-parser
594 API-i915-cmd-parser-get-version
/linux-4.4.14/tools/perf/util/
Dparse-events.y1 %pure-parser
/linux-4.4.14/Documentation/hid/
Dhidraw.txt6 received are not parsed by the HID parser, but are sent to and received from
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt91 to somehow debug the behaviour of the kconfig parser/frontends.
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn164 0x00000020 Log firmware record parser
/linux-4.4.14/Documentation/filesystems/
Dhpfs.txt11 Werner Almesberger, 1992, 1993, MSDos option parser & CR/LF conversion
Dvfs.txt1131 The <linux/parser.h> header defines an API that helps parse these
/linux-4.4.14/drivers/mtd/nand/
DKconfig291 there is currently no mtd parser, so you may want to use command line
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt628 driver name "ncr53c8xx="(sym53c8xx). The kernel syntax parser then expects
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt672 subnodes were intermingled, the kernel parser requires that the
/linux-4.4.14/drivers/video/fbdev/
DKconfig201 Generalized Timing Formula and the EDID parser. A few drivers rely