Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_setup_alt_chip - Switch to alternative chip*@d: irq_data for this interrupt*@type: Flow type to be initialized* Only to be called from chip->irq_set_type() callbacks.
Proto:int irq_setup_alt_chip(struct irq_data *d, unsigned int type)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | d | |
unsigned int | type |
513 | gc = irq_data_get_irq_chip_data(d) |
514 | ct = chip_types |
524 | Return -EINVAL |
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 |