Function report | 
Source Code:include\linux\interrupt.h | 
Create Date:2022-07-28 05:54:09 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:request a new interrupt
Proto:static inline int __must_check request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned int | irq | |
| irq_handler_t | handler | Function to be called when the IRQ occurs. | 
| unsigned long | flags | |
| const char * | name | |
| void * | dev | 
| 160 | Return request_threaded_irq(irq, Function to be called when the IRQ occurs., NULL, flags, name, dev) | 
| Name | Describe | 
|---|---|
| do_vm86_irq_handling | |
| request_any_context_irq | quest_any_context_irq - allocate an interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs | 
| 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  |