Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:09:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_irq - free an interrupt allocated with request_irq*@irq: Interrupt line to free*@dev_id: Device identity to free* Remove an interrupt handler
Proto:const void *free_irq(unsigned int irq, void *dev_id)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
void * | dev_id |
1842 | desc = Interrupt to descriptor |
1846 | If Not desc || WARN_ON(irq_settings_is_per_cpu_devid(desc)) Then Return NULL |
1854 | action = Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
1856 | If Not action Then Return NULL |
1861 | Return devname |
Name | Describe |
---|---|
devm_irq_release | |
devm_free_irq | devm_free_irq - free an interrupt*@dev: device to free interrupt for*@irq: Interrupt line to free*@dev_id: Device identity to free* Except for the extra @dev argument, this function takes the* same arguments and performs the same function as free_irq() |
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 |