Function report |
Source Code:include\linux\irq.h |
Create Date:2022-07-28 07:32:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Must only be called inside irq_chip.irq_set_type() functions or* from the DT/ACPI setup code.
Proto:static inline void irqd_set_trigger_type(struct irq_data *d, unsigned int type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | d | |
unsigned int | type |
282 | __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK |
283 | __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK |
284 | __irqd_to_state(d) |= IRQD_DEFAULT_TRIGGER_SET |
Name | Describe |
---|---|
__setup_irq | register an interrupt |
irq_create_fwspec_mapping | |
irq_sim_set_type |
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 |