Function report |
Source Code:include\linux\irqdesc.h |
Create Date:2022-07-28 07:32:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_set_chip_handler_name_locked - Set chip, handler and name from a locked region*@data: Pointer to the irq_data structure for which the chip is set*@chip: Pointer to the new irq chip*@handler: Flow control handler function for this interrupt*@name: Name
Proto:static inline void irq_set_chip_handler_name_locked(struct irq_data *data, struct irq_chip *chip, irq_flow_handler_t handler, const char *name)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | data | |
struct irq_chip * | chip | |
irq_flow_handler_t | handler | |
const char * | name |
228 | desc = irq_data_to_desc(data) |
230 | handle_irq = handler |
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 |