Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:10:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:setup_percpu_irq - setup a per-cpu interrupt*@irq: Interrupt line to setup*@act: irqaction for the interrupt* Used to statically setup per-cpu interrupts in the early boot process.
Proto:int setup_percpu_irq(unsigned int irq, struct irqaction *act)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
struct irqaction * | act |
2373 | desc = Interrupt to descriptor |
2376 | If Not desc || Not irq_settings_is_per_cpu_devid(desc) Then Return -EINVAL |
2379 | retval = q_chip_pm_get - Enable power for an IRQ chip*@data: Pointer to interrupt specific data* Enable the power to the IRQ chip referenced by the interrupt data* structure. |
2383 | retval = register an interrupt |
2388 | Return retval |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |