Searched refs:panic (Results 1 - 25 of 155) sorted by relevance

1234567

/drivers/staging/octeon/
H A Dethernet-util.h56 panic("Illegal ipd_port %d passed to INTERFACE\n", ipd_port);
/drivers/clocksource/
H A Ddw_apb_timer_of.c35 panic("Unable to map regs for %s", np->name);
38 * Not all implementations use a periphal clock, so don't panic
59 panic("No clock nor clock-frequency property for %s", np->name);
70 panic("No IRQ for clock event timer");
77 panic("Unable to initialise clockevent device");
95 panic("Unable to initialise clocksource device");
H A Dtime-orion.c109 panic("%s: unable to map resource\n", np->name);
113 panic("%s: unable to get clk\n", np->name);
119 panic("%s: unable to parse timer1 irq\n", np->name);
134 panic("%s: unable to setup irq\n", np->name);
H A Dtimer-atmel-pit.c220 panic(pr_fmt("Unable to setup IRQ\n"));
242 panic(pr_fmt("Unable to allocate memory\n"));
246 panic(pr_fmt("Could not map PIT address\n"));
254 panic(pr_fmt("Unable to get mck clk\n"));
259 panic(pr_fmt("Unable to get IRQ from DT\n"));
274 panic(pr_fmt("Unable to allocate memory\n"));
280 panic(pr_fmt("Unable to get mck clk\n"));
295 panic(pr_fmt("Impossible to ioremap PIT\n"));
H A Dbcm2835_timer.c107 panic("Can't remap registers");
110 panic("Can't read clock-frequency");
120 panic("Can't parse IRQ");
124 panic("Can't allocate timer struct\n");
141 panic("Can't set up timer IRQ\n");
H A Dmoxart_timer.c127 panic("%s: of_iomap failed\n", node->full_name);
131 panic("%s: irq_of_parse_and_map failed\n", node->full_name);
135 panic("%s: setup_irq failed\n", node->full_name);
139 panic("%s: of_clk_get failed\n", node->full_name);
146 panic("%s: clocksource_mmio_init failed\n", node->full_name);
H A Dsun4i_timer.c155 panic("Can't map registers");
159 panic("Can't parse IRQ");
163 panic("Can't get timer clock");
H A Dtimer-sun5i.c155 panic("Can't map registers");
159 panic("Can't parse IRQ");
163 panic("Can't get timer clock");
H A Dnomadik-mtu.c256 panic("Can't remap registers");
260 panic("could not get apb_pclk");
264 panic("could not get timclk");
268 panic("Can't parse IRQ");
H A Dmeson6_timer.c132 panic("Can't map registers");
136 panic("Can't parse IRQ");
H A Dtimer-marco.c300 panic("unable to map timer cpu registers\n");
304 panic("No irq passed for timer0 via DT\n");
308 panic("No irq passed for timer1 via DT\n");
H A Dexynos_mct.c152 panic("MCT hangs after writing %d (offset:0x%lx)\n", value, offset);
244 panic("%s: can't register clocksource\n", mct_frc.name);
532 panic("%s: unable to determine tick clock rate\n", __func__);
537 panic("%s: unable to retrieve mct clock instance\n", __func__);
542 panic("%s: unable to ioremap mct address space\n", __func__);
H A Dsamsung_pwm_timer.c366 panic("samsung_clocksource_timer: can't register clocksource\n");
394 panic("failed to find PWM channel for clocksource");
400 panic("failed to find PWM channel for clock event");
417 panic("failed to get timers clock for timer");
452 panic("failed to get timers clock for timer");
/drivers/char/ipmi/
H A DKconfig22 bool 'Generate a panic event to all BMCs on a panic'
24 When a panic occurs, this will cause the IPMI message handler to
25 generate an IPMI event describing the panic to each interface
29 bool 'Generate OEM events containing the panic string'
32 When a panic occurs, this will cause the IPMI message handler to
34 panic generator (byte 4 of the event), a sequence number for the
/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-debug.c157 panic("LBUG in interrupt.\n");
166 panic("LBUG");
/drivers/irqchip/
H A Dirq-orion.c68 panic("%s: unable to add irq domain\n", np->name);
75 panic("%s: unable to alloc irq domain gc\n", np->name);
84 panic("%s: unable to request mem region %d",
89 panic("%s: unable to map resource %d", np->name, n);
H A Dirq-sun4i.c102 panic("%s: unable to map IC registers\n",
129 panic("%s: unable to create IRQ domain\n", node->full_name);
H A Dirq-sirfsoc.c64 panic("unable to map intc cpu registers\n");
/drivers/tty/
H A Dpty.c528 panic("Couldn't allocate pty driver");
535 panic("Couldn't allocate pty slave driver");
567 panic("Couldn't register pty driver");
569 panic("Couldn't register pty slave driver");
788 panic("Couldn't allocate Unix98 ptm driver");
796 panic("Couldn't allocate Unix98 pts driver");
828 panic("Couldn't register Unix98 ptm driver");
830 panic("Couldn't register Unix98 pts driver");
839 panic("Couldn't register /dev/ptmx driver");
/drivers/clk/sirf/
H A Dclk-atlas6.c126 panic("unable to map rsc registers\n");
131 panic("unable to map clkc registers\n");
H A Dclk-prima2.c125 panic("unable to map rsc registers\n");
130 panic("unable to map clkc registers\n");
/drivers/ata/
H A Dpata_rz1000.c117 panic("rz1000 fifo");
/drivers/clk/samsung/
H A Dclk.c60 panic("could not allocate clock provider context.\n");
64 panic("could not allocate clock lookup table\n");
83 panic("could not register clk provider\n");
H A Dclk-exynos5440.c107 panic("%s: unable to allocate context.\n", __func__);
/drivers/cpufreq/
H A Dsa1100-cpufreq.c142 panic("%s: couldn't find dram setting for speed %d\n",

Completed in 252 milliseconds

1234567