Searched refs:pr_err (Results 226 - 250 of 4184) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/85xx/
H A Dbsc913x_rdb.c25 pr_err("bsc913x: Failed to allocate MPIC structure\n");
H A Dbsc913x_qds.c29 pr_err("bsc913x: Failed to allocate MPIC structure\n");
/linux-master/drivers/clocksource/
H A Dtimer-qcom.c123 pr_err("request_irq failed\n");
163 pr_err("memory allocation failed for clockevents\n");
172 pr_err("request_percpu_irq failed\n");
189 pr_err("clocksource_register failed\n");
208 pr_err("Failed to map event base\n");
215 pr_err("Can't get irq\n");
225 pr_err("Failed to parse DGT resource\n");
231 pr_err("Failed to map source base\n");
236 pr_err("Unknown frequency\n");
H A Dtimer-rockchip.c137 pr_err("Failed to get base address for '%s'\n", TIMER_NAME);
149 pr_err("Failed to get pclk for '%s'\n", TIMER_NAME);
155 pr_err("Failed to enable pclk for '%s'\n", TIMER_NAME);
163 pr_err("Failed to get timer clock for '%s'\n", TIMER_NAME);
169 pr_err("Failed to enable timer clock\n");
179 pr_err("Failed to map interrupts for '%s'\n", TIMER_NAME);
234 pr_err("Failed to initialize '%s': %d\n",
274 pr_err("Failed to register clocksource\n");
299 pr_err("Too many timer definitions for '%s'\n", TIMER_NAME);
H A Dmps2-timer.c112 pr_err("failed to get clock for clockevent: %d\n", ret);
118 pr_err("failed to enable clock for clockevent: %d\n", ret);
128 pr_err("failed to map register for clockevent: %d\n", ret);
135 pr_err("failed to get irq for clockevent: %d\n", ret);
162 pr_err("failed to request irq for clockevent: %d\n", ret);
196 pr_err("failed to get clock for clocksource: %d\n", ret);
202 pr_err("failed to enable clock for clocksource: %d\n", ret);
212 pr_err("failed to map register for clocksource: %d\n", ret);
229 pr_err("failed to init clocksource: %d\n", ret);
H A Dtimer-lpc32xx.c164 pr_err("clock get failed (%ld)\n", PTR_ERR(clk));
170 pr_err("clock enable failed (%d)\n", ret);
176 pr_err("unable to map registers\n");
196 pr_err("failed to init clocksource (%d)\n", ret);
225 pr_err("clock get failed (%ld)\n", PTR_ERR(clk));
231 pr_err("clock enable failed (%d)\n", ret);
237 pr_err("unable to map registers\n");
244 pr_err("get irq failed\n");
268 pr_err("request irq failed\n");
/linux-master/drivers/platform/x86/
H A Dtoshiba_bluetooth.c78 pr_err("ACPI call to query Bluetooth presence failed\n");
97 pr_err("Could not get Bluetooth device status\n");
110 pr_err("Could not attach USB Bluetooth device\n");
116 pr_err("Could not power ON Bluetooth device\n");
129 pr_err("Could not power OFF Bluetooth device\n");
135 pr_err("Could not detach USB Bluetooth device\n");
149 pr_err("Could not sync bluetooth device status\n");
265 pr_err("Unable to allocate rfkill device\n");
274 pr_err("Unable to register rfkill device\n");
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.c35 pr_err("Could not read cpus\n");
38 pr_err("Exceed max cpus(%d)\n", (int)MAX_CPUS);
55 pr_err("agent_info zalloc error\n");
89 pr_err("Pipe size must be less than 1MB\n");
92 pr_err("Pipe size must be over 64KB\n");
107 pr_err("usage: %s [-h] [-o] [-s <size of pipe>]\n", prg);
117 pr_err("Could not allocate buffer\n");
132 pr_err("Failed to generate %s path(CPU#%d):%d\n",
239 pr_err("pthread_join() error:%d (cpu %d)\n", ret, cpu);
/linux-master/drivers/base/test/
H A Dtest_async_driver_probe.c121 pr_err("failed to create async_dev: %d\n", err);
132 pr_err("Failed to register async_driver: %d\n", err);
139 pr_err("test failed: probe took too long\n");
156 pr_err("failed to create async_dev: %d\n", err);
184 pr_err("failed to create sync_dev: %d\n", err);
194 pr_err("Failed to register async_driver: %d\n", err);
217 pr_err("failed to create sync_dev: %d\n", err);
244 pr_err("async events still pending, forcing timeout\n");
274 pr_err("Test failed with %d errors and %d warnings\n",
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c392 pr_err("invalid graph depth: %d\n", ftrace->graph_depth);
484 pr_err("failed to set ftrace pid\n");
489 pr_err("failed to set tracing cpumask\n");
494 pr_err("failed to set tracing option func_stack_trace\n");
499 pr_err("failed to set tracing option irq-info\n");
504 pr_err("failed to set tracing filters\n");
509 pr_err("failed to set graph depth\n");
514 pr_err("failed to set tracing per-cpu buffer size\n");
519 pr_err("failed to set tracing option function-fork\n");
524 pr_err("faile
[all...]
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c170 pr_err("H_INT_RESET failed %ld\n", rc);
190 pr_err("H_INT_GET_SOURCE_INFO lisn=0x%lx failed %ld\n", lisn, rc);
227 pr_err("H_INT_SET_SOURCE_CONFIG lisn=0x%lx target=%ld prio=%ld failed %ld\n",
252 pr_err("H_INT_GET_SOURCE_CONFIG lisn=0x%lx failed %ld\n",
282 pr_err("H_INT_GET_QUEUE_INFO cpu=%ld prio=%ld failed %ld\n",
315 pr_err("H_INT_SET_QUEUE_CONFIG cpu=%ld prio=%ld qpage=0x%lx returned %ld\n",
332 pr_err("H_INT_SYNC lisn=0x%lx returned %ld\n", lisn, rc);
359 pr_err("H_INT_ESB lisn=0x%lx offset=0x%lx returned %ld\n",
430 pr_err("Failed to map EOI page for irq 0x%x\n", hw_irq);
443 pr_err("Faile
[all...]
/linux-master/security/selinux/ss/
H A Davtab.c360 pr_err("SELinux: avtab: truncated entry\n");
365 pr_err("SELinux: avtab: entry overflow\n");
370 pr_err("SELinux: avtab: truncated entry\n");
378 pr_err("SELinux: avtab: truncated source type\n");
384 pr_err("SELinux: avtab: truncated target type\n");
390 pr_err("SELinux: avtab: truncated target class\n");
398 pr_err("SELinux: avtab: null entry\n");
402 pr_err("SELinux: avtab: entry has both access vectors and types\n");
406 pr_err("SELinux: avtab: entry has extended permissions\n");
421 pr_err("SELinu
[all...]
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c196 pr_err("Reported %d for find_seqno(0)!\n", err);
205 pr_err("Reported %d for find_seqno(%d:%d)!\n",
210 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n",
220 pr_err("Error reported for finding self\n");
224 pr_err("Incorrect fence reported by find self\n");
233 pr_err("Error not reported for future fence: find_seqno(%d:%d)!\n",
243 pr_err("Error reported for previous fence!\n");
247 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n",
275 pr_err("Reported %d for find_seqno()!\n", err);
280 pr_err("Incorrec
[all...]
/linux-master/drivers/cpufreq/
H A Dpowernow-k8.c153 pr_err("internal error - overflow on fid write\n");
167 pr_err("Hardware error - pending bit very stuck - no further pstate changes possible\n");
175 pr_err("vid change on fid trans, old 0x%x, new 0x%x\n",
181 pr_err("fid trans failed, fid 0x%x, curr 0x%x\n", fid,
197 pr_err("internal error - overflow on vid write\n");
211 pr_err("internal error - pending bit very stuck - no further pstate changes possible\n");
217 pr_err("fid changed on vid trans, old 0x%x new 0x%x\n",
223 pr_err("vid trans failed, vid 0x%x, curr 0x%x\n",
267 pr_err("failed (cpu%d): req 0x%x 0x%x, curr 0x%x 0x%x\n",
324 pr_err("ph
[all...]
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c402 pr_err("Writing Action Register failed\n");
470 pr_err("Requested Scheme does not exist\n");
474 pr_err("Cannot bind port to an invalid scheme\n");
483 pr_err("Reading Action Register failed\n");
492 pr_err("Writing Action Register failed\n");
520 pr_err("Requested Scheme does not exist\n");
524 pr_err("The requested Scheme is already used\n");
605 pr_err("Writing scheme registers failed\n");
697 pr_err("Base FQID must be between 1 and 2^24-1\n");
701 pr_err("Has
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c36 pr_err("Object content mismatch at location %d of %d\n", i, count);
129 pr_err("Failed to pin vma.\n");
144 pr_err("Object failed migration to smem\n");
150 pr_err("object still backed by lmem\n");
155 pr_err("object not backed by struct page\n");
163 pr_err("Object failed migration to lmem\n");
169 pr_err("object still backed by struct page\n");
174 pr_err("object not backed by lmem\n");
262 pr_err("Spinner was terminated by hangcheck.\n");
313 pr_err("expecte
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.c65 pr_err("Can't decode/encode immed!\n");
133 pr_err("LM offset too large\n");
143 pr_err("LM offset in inc/dev mode\n");
150 pr_err("bad LM mode for unrestricted operands %d\n",
156 pr_err("immediate too large\n");
164 pr_err("unrecognized reg encoding %08x\n", reg);
220 pr_err("bad LM mode for restricted operands %d\n",
226 pr_err("LM offset too large\n");
233 pr_err("immediate too large\n");
241 pr_err("NNR
[all...]
/linux-master/drivers/clk/ux500/
H A Dclk-prcmu.c45 pr_err("clk_prcmu: %s failed to disable %s.\n", __func__,
80 pr_err("clk_prcmu: %s fail req APE OPP for %s.\n",
103 pr_err("clk_prcmu: %s failed to disable %s.\n", __func__,
123 pr_err("clk_prcmu: %s fail req APE OPP VOLT for %s.\n",
145 pr_err("clk_prcmu: %s failed to disable %s.\n", __func__,
206 pr_err("clk_prcmu: %s invalid arguments passed\n", __func__);
235 pr_err("clk_prcmu: %s failed to register clk\n", __func__);
313 pr_err("clk_prcmu: %s failed to disable %s\n", __func__,
364 pr_err("clk_prcmu_clkout: %s invalid arguments passed\n", __func__);
373 pr_err("clk_prcmu_clkou
[all...]
/linux-master/arch/arm/mm/
H A Dcache-uniphier.c324 pr_err("L%d: not compatible with uniphier cache\n",
330 pr_err("L%d: cache-level is not specified\n", *cache_level);
335 pr_err("L%d: cache-level is unexpected value %d\n",
341 pr_err("L%d: cache-unified is not specified\n", *cache_level);
351 pr_err("L%d: cache-line-size is unspecified or invalid\n",
359 pr_err("L%d: cache-sets is unspecified or invalid\n",
367 pr_err("L%d: cache-size is unspecified or invalid\n",
378 pr_err("L%d: failed to map control register\n", *cache_level);
385 pr_err("L%d: failed to map revision register\n", *cache_level);
392 pr_err("
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c116 pr_err("MAC%u invalid combination: AP as primary repeater interface is not supported\n",
136 pr_err("VIF%u.%u combination check: failed to set type %d\n",
150 pr_err("VIF%u.%u: failed to change type to %d\n",
186 pr_err("VIF%u.%u: failed to delete VIF\n", vif->mac->macid,
215 pr_err("MAC%u invalid combination: failed to add type %d\n",
225 pr_err("MAC%u: no free VIF available\n", mac->macid);
237 pr_err("MAC%u: unsupported IF type %d\n", mac->macid, type);
248 pr_err("VIF%u.%u: failed to add VIF %pM\n",
254 pr_err("VIF%u.%u: FW reported bad MAC: %pM\n",
262 pr_err("VI
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_tmr.c42 pr_err("Unable to locate RefTaskTag: 0x%08x on CID:"
49 pr_err("RefCmdSN 0x%08x does not equal"
74 pr_err("TMR Opcode TARGET_WARM_RESET authorization"
94 pr_err("TMR Opcode TARGET_COLD_RESET authorization"
122 pr_err("TMR TASK_REASSIGN not supported in ERL<2,"
129 pr_err("Command ITT: 0x%08x is still alligent to CID:"
133 pr_err("Unable to locate RefTaskTag: 0x%08x in"
143 pr_err("Unable to perform connection recovery for"
150 pr_err("Unable to perform connection recovery for"
158 pr_err("Unabl
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c69 pr_err("H_ALLOCATE_VAS_WINDOW: COPY/PASTE is not supported\n");
79 pr_err("H_ALLOCATE_VAS_WINDOW error: %ld, wintype: %u, credits: %u\n",
101 pr_err("H_DEALLOCATE_VAS_WINDOW error: %ld, winid: %llu\n",
130 pr_err("H_MODIFY_VAS_WINDOW error: %ld, winid %u pid %u\n",
159 pr_err("%s error %ld, query_type %u, result buffer 0x%llx\n",
182 pr_err("H_GET_NX_FAULT error: %ld, winid %u, buffer 0x%llx\n",
257 pr_err("Failed irq mapping %d\n", txwin->fault_irq);
274 pr_err("VAS-Window[%d]: Request IRQ(%u) failed with %d\n",
365 pr_err("H_HOME_NODE_ASSOCIATIVITY error: %d\n", rc);
504 pr_err("Windo
[all...]
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c167 #define pr_err(fmt, ...) \ macro
270 pr_err("FAILED to parse set name: %s\n", name);
283 pr_err("FAILED to parse symbol name: %s\n", name);
321 pr_err("FAILED cannot update section header: %s\n",
339 pr_err("FAILED cannot open %s: %s\n",
349 pr_err("FAILED cannot create ELF descriptor: %s\n",
360 pr_err("FAILED cannot get shdr str ndx\n");
365 pr_err("FAILED cannot get ELF header: %s\n",
382 pr_err("FAILED get section(%d) header\n", idx);
388 pr_err("FAILE
[all...]
/linux-master/drivers/misc/ti-st/
H A Dst_kim.c73 pr_err("no proper response during fw download");
74 pr_err("data6 %x", skb->data[5]);
100 pr_err("Data length is too large len %d room %d", len,
184 pr_err("can't allocate mem for new packet");
207 pr_err("kim: couldn't write 4 bytes");
214 pr_err(" waiting for ver info- timed out or received signal");
255 pr_err("invalid action after change remote baud command");
284 pr_err("kim: failed to read local ver");
292 pr_err(" request_firmware failed(errno %ld) for %s", err,
336 pr_err("Unabl
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Damd_pcie_helpers.h85 pr_err("No valid PCIE lane width reported\n");
129 pr_err("Cannot find a valid PCIE lane width!\n");

Completed in 404 milliseconds

1234567891011>>