Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_debug_show_data

Proto:static void irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct irq_data *data
intind
80  seq_printf(m, "%*sdomain: %s\n", ind, "", domain ? name : "")
82  seq_printf(m, "%*shwirq: 0x%lx\n", ind + 1, "", hwirq)
83  irq_debug_show_chip(m, data, ind + 1)
84  If domain && ops && debug_show Then debug_show(m, NULL, data, ind + 1)
Caller
NameDescribe
irq_debug_show