Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\debugfs.c Create Date:2022-07-28 10:16:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:irq_debug_show_bits

Proto:static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, const struct irq_bit_descr *sd, int size)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
intind
unsigned intstate
const struct irq_bit_descr *sd
intsize
23  When i < size cycle
24  If state & mask Then seq_printf(m, "%*s%s\n", ind + 12, "", name)
Caller
NameDescribe
irq_debug_show_chip
irq_debug_show