函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\irq.h Create Date:2022-07-27 08:32:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:irq_data_get_chip_type

函数原型:static inline struct irq_chip_type *irq_data_get_chip_type(struct irq_data *d)

返回类型:struct irq_chip_type

参数:

类型参数名称
struct irq_data *d
1136  返回:container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(中断控制器信息, structirq_chip_type, chip)
调用者
名称描述
irq_gc_mask_disable_regq_gc_mask_disable_reg - Mask chip via disable register*@d: irq_data* Chip has separate enable/disable registers instead of a single mask* register.
irq_gc_mask_set_bitq_gc_mask_set_bit - Mask chip via setting bit in mask register*@d: irq_data* Chip has a single mask register. Values of this register are cached* and protected by gc->lock
irq_gc_mask_clr_bitq_gc_mask_clr_bit - Mask chip via clearing bit in mask register*@d: irq_data* Chip has a single mask register. Values of this register are cached* and protected by gc->lock
irq_gc_unmask_enable_regq_gc_unmask_enable_reg - Unmask chip via enable register*@d: irq_data* Chip has separate enable/disable registers instead of a single mask* register.
irq_gc_ack_set_bitq_gc_ack_set_bit - Ack pending interrupt via setting bit*@d: irq_data
irq_gc_ack_clr_bitq_gc_ack_clr_bit - Ack pending interrupt via clearing bit*@d: irq_data
irq_gc_mask_disable_and_ack_setq_gc_mask_disable_and_ack_set - Mask and ack pending interrupt*@d: irq_data* This generic implementation of the irq_mask_ack method is for chips* with separate enable/disable registers instead of a single mask* register and where a pending interrupt is
irq_gc_eoiq_gc_eoi - EOI interrupt*@d: irq_data