Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 39) sorted by relevance

12

/linux/lib/zstd/common/
A Derror_private.c24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
34 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()
42 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()
45 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()
51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()
[all …]
A Derror_private.h35 #define PREFIX(name) ZSTD_error_##name macro
43 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
/linux/tools/power/pm-graph/
A DMakefile2 PREFIX ?= /usr macro
9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
25 install -d $(DESTDIR)$(PREFIX)/bin
29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
37 rm -f $(DESTDIR)$(PREFIX)/bin/bootgraph
38 rm -f $(DESTDIR)$(PREFIX)/bin/sleepgraph
48 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/*
[all …]
/linux/sound/soc/ti/
A Domap3pandora.c27 #define PREFIX "ASoC omap3pandora: " macro
43 pr_err(PREFIX "can't set codec system clock\n"); in omap3pandora_hw_params()
52 pr_err(PREFIX "can't set cpu system clock\n"); in omap3pandora_hw_params()
58 pr_err(PREFIX "can't set SRG clock divider\n"); in omap3pandora_hw_params()
234 pr_err(PREFIX "Failed to get DAC power GPIO\n"); in omap3pandora_soc_init()
240 pr_err(PREFIX "Failed to set DAC power GPIO direction\n"); in omap3pandora_soc_init()
246 pr_err(PREFIX "Failed to get amp power GPIO\n"); in omap3pandora_soc_init()
252 pr_err(PREFIX "Failed to set amp power GPIO direction\n"); in omap3pandora_soc_init()
258 pr_err(PREFIX "Platform device allocation failed\n"); in omap3pandora_soc_init()
267 pr_err(PREFIX "Unable to add platform device\n"); in omap3pandora_soc_init()
[all …]
/linux/drivers/input/serio/
A Dhp_sdc_mlc.c45 #define PREFIX "HP SDC MLC: " macro
69 printk(KERN_WARNING PREFIX "HIL Overflow!\n"); in hp_sdc_mlc_isr()
107 printk(KERN_DEBUG PREFIX "err code %x\n", data); in hp_sdc_mlc_isr()
111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr()
124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr()
128 printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data); in hp_sdc_mlc_isr()
326 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n"); in hp_sdc_mlc_init()
331 printk(KERN_WARNING PREFIX "Request for raw HIL ISR hook denied\n"); in hp_sdc_mlc_init()
333 printk(KERN_ERR PREFIX "Failed to unregister MLC structure with hil_mlc.\n" in hp_sdc_mlc_init()
346 printk(KERN_ERR PREFIX "Failed to release the raw HIL ISR hook.\n" in hp_sdc_mlc_exit()
[all …]
A Dhp_sdc.c89 #define PREFIX "HP SDC: " macro
282 printk(KERN_WARNING PREFIX "NMI !\n"); in hp_sdc_nmisr()
292 printk(KERN_WARNING PREFIX "HIL NMI\n"); in hp_sdc_nmisr()
321 printk(KERN_WARNING PREFIX "read timeout (%lldus)!\n", in hp_sdc_tasklet()
887 pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n", in hp_sdc_init()
990 printk(KERN_WARNING PREFIX "Error unregistering HP SDC"); in hp_sdc_exit()
1029 printk(KERN_WARNING PREFIX "No SDC found.\n"); in hp_sdc_register()
1061 printk(KERN_INFO PREFIX "New style SDC\n"); in hp_sdc_register()
1075 printk(KERN_INFO PREFIX "Revision: %s\n", str); in hp_sdc_register()
1077 printk(KERN_INFO PREFIX "TI SN76494 beeper present\n"); in hp_sdc_register()
[all …]
A Dhil_mlc.c72 #define PREFIX "HIL MLC: " macro
251 printk(KERN_DEBUG PREFIX "new in slot %i\n", rc); in hilse_match()
263 printk(KERN_DEBUG PREFIX "same in slot %i\n", rc); in hilse_match()
270 printk(KERN_ERR PREFIX "Residual device slots exhausted, close some serios!\n"); in hilse_match()
420 printk(KERN_INFO PREFIX "Device name gotten: %16s\n", in hilse_take_rnm()
627 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode()
781 printk(KERN_DEBUG PREFIX " + "); in hil_mlcs_process()
794 pr_warn(PREFIX "HIL seems stuck - Disabling HIL MLC.\n"); in hil_mlcs_timer()
/linux/tools/power/x86/x86_energy_perf_policy/
A DMakefile4 PREFIX := /usr macro
25 install -d $(DESTDIR)$(PREFIX)/bin
26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy
27 install -d $(DESTDIR)$(PREFIX)/share/man/man8
28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux/tools/power/x86/turbostat/
A DMakefile4 PREFIX ?= /usr macro
27 install -d $(DESTDIR)$(PREFIX)/bin
28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux/sound/usb/bcd2000/
A Dbcd2000.c20 #define PREFIX "snd-bcd2000: " macro
119 bcd2000_dump_buffer(PREFIX "sending to userspace: ", in bcd2000_midi_handle_input()
159 bcd2000_dump_buffer(PREFIX "sending to device: ", in bcd2000_midi_send()
165 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_midi_send()
213 PREFIX "output urb->status: %d\n", urb->status); in bcd2000_output_complete()
229 PREFIX "input urb->status: %i\n", urb->status); in bcd2000_input_complete()
241 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_input_complete()
273 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device()
282 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device()
322 dev_err(&bcd2k->dev->dev, PREFIX "usb_alloc_urb failed\n"); in bcd2000_init_midi()
[all …]
/linux/sound/soc/generic/
A Dsimple-card.c23 #define PREFIX "simple-audio-card," macro
87 asoc_simple_parse_convert(top, PREFIX, adata); in simple_parse_convert()
88 asoc_simple_parse_convert(node, PREFIX, adata); in simple_parse_convert()
103 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs()
192 prefix = PREFIX; in simple_dai_link_of_dpcm()
233 PREFIX "prefix"); in simple_dai_link_of_dpcm()
279 prefix = PREFIX; in simple_dai_link_of()
348 PREFIX "codec" : "codec"); in __simple_for_each_link()
355 PREFIX "plat" : "plat"); in __simple_for_each_link()
448 ret = asoc_simple_parse_widgets(card, PREFIX); in simple_parse_of()
[all …]
/linux/drivers/mtd/
A Drfd_ftl.c30 #define PREFIX "rfd_ftl: " macro
124 printk(KERN_WARNING PREFIX in build_block_map()
132 printk(KERN_WARNING PREFIX in build_block_map()
217 printk(KERN_NOTICE PREFIX "no RFD magic found in '%s'\n", in scan_header()
258 printk(KERN_WARNING PREFIX "error reading '%s' at " in rfd_ftl_readsect()
343 printk(KERN_ERR PREFIX "error reading '%s' at " in move_block_contents()
383 printk(KERN_ERR PREFIX "'%s': Unable to " in move_block_contents()
565 printk(KERN_ERR PREFIX "error writing '%s' at " in mark_sector_deleted()
637 printk(KERN_ERR PREFIX "error writing '%s' at 0x%lx\n", in do_writesect()
656 printk(KERN_ERR PREFIX "error writing '%s' at 0x%lx\n", in do_writesect()
[all …]
/linux/arch/ia64/kernel/
A Dacpi.c39 #define PREFIX "ACPI: " macro
582 printk(KERN_ERR PREFIX "Can't find MADT\n"); in early_acpi_boot_init()
589 printk(KERN_ERR PREFIX in early_acpi_boot_init()
623 printk(KERN_ERR PREFIX "Can't find MADT\n"); in acpi_boot_init()
631 printk(KERN_ERR PREFIX in acpi_boot_init()
636 printk(KERN_ERR PREFIX "Error parsing LAPIC NMI entry\n"); in acpi_boot_init()
642 printk(KERN_ERR PREFIX in acpi_boot_init()
651 printk(KERN_ERR PREFIX in acpi_boot_init()
656 printk(KERN_ERR PREFIX in acpi_boot_init()
660 printk(KERN_ERR PREFIX "Error parsing NMI SRC entry\n"); in acpi_boot_init()
[all …]
/linux/drivers/media/i2c/
A Dsaa6588.c52 #define PREFIX "saa6588: " macro
147 dprintk(PREFIX "Read: buffer empty.\n"); in block_from_buf()
152 dprintk(PREFIX "Read: "); in block_from_buf()
225 dprintk(PREFIX "New block: "); in block_to_buf()
260 dprintk(PREFIX "read error!\n"); in saa6588_i2c_poll()
373 dprintk(PREFIX "writing: 0w=0x%02x 1w=0x%02x 2w=0x%02x\n", in saa6588_configure()
378 printk(PREFIX "i2c i/o error: rc == %d (should be 3)\n", rc); in saa6588_configure()
/linux/arch/x86/pci/
A Dmmconfig-shared.c26 #define PREFIX "PCI: " macro
109 pr_info(PREFIX in pci_mmconfig_add()
369 pr_info(PREFIX "%s with MMCONFIG support\n", name); in pci_mmcfg_check_hostbridge()
470 pr_info(PREFIX "MMCONFIG at %pR reserved in %s\n", in is_mmconf_reserved()
489 pr_info(PREFIX in is_mmconf_reserved()
512 pr_info(FW_INFO PREFIX in pci_mmcfg_check_reserved()
541 pr_info(PREFIX "not using MMCONFIG\n"); in pci_mmcfg_reject_broken()
560 pr_err(PREFIX "MCFG region for %04x [bus %02x-%02x] at %#llx " in acpi_mcfg_check_entry()
587 pr_err(PREFIX "MMCONFIG has no entries\n"); in pci_parse_mcfg()
601 pr_warn(PREFIX "no memory for MCFG entries\n"); in pci_parse_mcfg()
A Dmmconfig_64.c17 #define PREFIX "PCI: " macro
141 pr_err(PREFIX "can't map MMCONFIG at %pR\n", &cfg->res); in pci_mmcfg_arch_map()
/linux/tools/bootconfig/scripts/
A Dftrace2bconf.sh74 emit_kv $PREFIX.event.kprobes.$event.probes += $args
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\'
/linux/drivers/input/keyboard/
A Dhil_kbd.c43 #define PREFIX "HIL: " macro
133 printk(KERN_WARNING PREFIX "Device sent unknown record %x\n", p); in hil_dev_handle_command_response()
214 printk(KERN_WARNING PREFIX in hil_dev_handle_ptr_events()
269 printk(KERN_WARNING PREFIX "errored HIL packet\n"); in hil_dev_process_err()
349 printk(KERN_INFO PREFIX "HIL keyboard found (did = 0x%02x, lang = %s)\n", in hil_dev_keyboard_setup()
435 printk(KERN_INFO PREFIX in hil_dev_pointer_setup()
438 printk(KERN_INFO PREFIX in hil_dev_pointer_setup()
513 printk(KERN_INFO PREFIX in hil_dev_connect()
/linux/tools/debugging/
A DMakefile4 PREFIX ?= /usr macro
15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
/linux/tools/laptop/freefall/
A DMakefile2 PREFIX ?= /usr macro
17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst22 …** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix** *PREFIX*]]
29 **bpftool feature probe** [**kernel**] [**full**] [**macros** [**prefix** *PREFIX*]]
44 used to define a *PREFIX*, the provided string will be used
62 **bpftool feature probe dev** *NAME* [**full**] [**macros** [**prefix** *PREFIX*]]
/linux/tools/wmi/
A DMakefile2 PREFIX ?= /usr macro
18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/linux/drivers/power/reset/
A Dreboot-mode.c14 #define PREFIX "mode-" macro
67 size_t len = strlen(PREFIX); in reboot_mode_register()
73 if (strncmp(prop->name, PREFIX, len)) in reboot_mode_register()
/linux/drivers/usb/gadget/legacy/
A Dether.c64 #define PREFIX "RNDIS/" macro
66 #define PREFIX "" macro
174 [USB_GADGET_PRODUCT_IDX].s = PREFIX DRIVER_DESC,
482 MODULE_DESCRIPTION(PREFIX DRIVER_DESC);
/linux/Documentation/translations/zh_CN/core-api/
A Dassoc_array.rst354 KEY PREFIX NODE
366 INDEX KEY PREFIX NODE
390 SLOT CONTENT INDEX KEY (PREFIX)

Completed in 37 milliseconds

12