/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 396 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 …]
|
D | r600_cs.c | 2341 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 …]
|
D | radeon.h | 1698 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 473 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 …]
|
D | amdgpu_uvd.c | 64 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 …]
|
D | amdgpu_uvd.h | 37 int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);
|
D | amdgpu.h | 2397 amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
|
/linux-4.4.14/drivers/hid/ |
D | hid-core.c | 122 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/ |
D | dtc-parser.tab.c_shipped | 1 /* 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 …]
|
D | Makefile | 8 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
|
D | dtc-parser.tab.h_shipped | 1 /* 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 | .gitignore | 3 dtc-parser.tab.c 4 dtc-parser.tab.h
|
D | Makefile.dtc | 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
D | dtc-lexer.lex.c_shipped | 638 #include "dtc-parser.tab.h"
|
/linux-4.4.14/drivers/of/ |
D | address.c | 232 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 …]
|
D | of_pci.c | 174 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/ |
D | asymmetric_type.c | 282 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 …]
|
D | Kconfig | 31 tristate "X.509 certificate parser" 41 tristate "PKCS#7 message parser" 60 This is intended for testing the PKCS#7 parser.
|
D | mscode.asn1 | 1 --- Microsoft individual code signing data blob parser
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 121 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/ |
D | of_address.h | 23 #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/ |
D | seq_midi.c | 61 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 …]
|
D | seq_virmidi.c | 95 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/ |
D | pci-xgene.c | 431 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()
|
D | pcie-rcar.c | 877 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 …]
|
D | pcie-xilinx.c | 673 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()
|
D | pci-tegra.c | 1579 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/ |
D | checkkconfigsymbols.py | 50 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/ |
D | parse.tab.h_shipped | 1 /* 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
|
D | keywords.gperf | 37 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
|
D | parse.tab.c_shipped | 1 /* 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 …]
|
D | lex.lex.c_shipped | 1914 * 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/ |
D | hda_sysfs.c | 610 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 …]
|
D | Kconfig | 206 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/ |
D | lsvmbus | 6 parser = OptionParser() 7 parser.add_option("-v", "--verbose", dest="verbose", 11 (options, args) = parser.parse_args()
|
/linux-4.4.14/include/linux/mtd/ |
D | partitions.h | 79 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/ |
D | TODO | 9 * 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/ |
D | asymmetric-keys.txt | 34 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/ |
D | mtdpart.c | 757 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()
|
D | Kconfig | 155 This provides partitions parser for devices based on BCM47xx
|
/linux-4.4.14/kernel/trace/ |
D | trace.h | 888 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,
|
D | ftrace.c | 3005 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 …]
|
D | trace_events.c | 821 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 …]
|
D | trace.c | 899 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/ |
D | sched-migration.py | 361 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/ |
D | sock.c | 129 __u16 parser; member 175 put_user(ca.parser, &uca->parser) || in hidp_sock_compat_ioctl()
|
D | hidp.h | 92 __u16 parser; member
|
/linux-4.4.14/arch/mips/pci/ |
D | pci.c | 129 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/ |
D | tcm_mod_builder.py | 663 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/ |
D | seq_virmidi.h | 40 struct snd_midi_event *parser; member
|
/linux-4.4.14/block/ |
D | Makefile | 23 obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o
|
D | Kconfig | 104 bool "Block device command line partition parser"
|
/linux-4.4.14/Documentation/ |
D | men-chameleon-bus.txt | 49 - 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/ |
D | pci_v3.c | 771 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/ |
D | HD-Audio.txt | 33 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 …]
|
D | ALSA-Configuration.txt | 915 model is given, the driver uses the generic codec parser without
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | vdso | 19 Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1 /* 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/ |
D | Kconfig | 166 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/ |
D | pci-common.c | 560 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/ |
D | pci-common.c | 678 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/ |
D | NOTES | 84 These files are used both for a parser tool (in the same tree) to
|
/linux-4.4.14/Documentation/networking/ |
D | radiotap-headers.txt | 91 job by using the radiotap parser that lives in net/wireless/radiotap.c and has
|
D | 00-INDEX | 54 - Conexant AccessRunner USB ADSL Modem configuration file parser
|
/linux-4.4.14/lib/ |
D | Makefile | 25 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 590 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/ |
D | parse-events.y | 1 %pure-parser
|
/linux-4.4.14/Documentation/hid/ |
D | hidraw.txt | 6 received are not parsed by the HID parser, but are sent to and received from
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 91 to somehow debug the behaviour of the kconfig parser/frontends.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hysdn | 164 0x00000020 Log firmware record parser
|
/linux-4.4.14/Documentation/filesystems/ |
D | hpfs.txt | 11 Werner Almesberger, 1992, 1993, MSDos option parser & CR/LF conversion
|
D | vfs.txt | 1131 The <linux/parser.h> header defines an API that helps parse these
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 291 there is currently no mtd parser, so you may want to use command line
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 628 driver name "ncr53c8xx="(sym53c8xx). The kernel syntax parser then expects
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 672 subnodes were intermingled, the kernel parser requires that the
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 201 Generalized Timing Formula and the EDID parser. A few drivers rely
|