Function report |
Source Code:kernel\irq\chip.c |
Create Date:2022-07-28 10:11:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__irq_set_handler
Proto:void __irq_set_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained, const char *name)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
irq_flow_handler_t | handle | |
int | is_chained | |
const char * | name |
1058 | desc = irq_get_desc_buslock(irq, & flags, 0) |
1060 | If Not desc Then Return |
1063 | __irq_do_set_handler(desc, handle, is_chained, name) |
1064 | irq_put_desc_busunlock(desc, flags) |
Name | Describe |
---|---|
irq_set_chip_and_handler_name |
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 |