Function report |
Source Code:include\linux\irq.h |
Create Date:2022-07-28 07:32:51 |
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:static inline void irq_set_handler(unsigned int irq, irq_flow_handler_t handle)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
irq_flow_handler_t | handle |
693 | __irq_set_handler(irq, handle, 0, NULL) |
Name | Describe |
---|---|
irq_remove_generic_chip | q_remove_generic_chip - Remove a chip*@gc: Generic irq chip holding all data*@msk: Bitmask holding the irqs to initialize relative to gc->irq_base*@clr: IRQ_* bits to clear*@set: IRQ_* bits to set* Remove up to 32 interrupts starting from gc->irq_base. |
irq_sim_init | q_sim_init - Initialize the interrupt simulator: allocate a range of* dummy interrupts.*@sim: The interrupt simulator object to initialize.*@num_irqs: Number of interrupts to allocate* On success: return the base of the allocated interrupt range. |
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 |