Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_debug_show_chip

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

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct irq_data *data
intind
65  chip = chip
67  If Not chip Then
68  seq_printf(m, "chip: None\n")
69  Return
71  seq_printf(m, "%*schip: %s\n", ind, "", interrupt' name)
72  seq_printf(m, "%*sflags: 0x%lx\n", ind + 1, "", flags)
73  irq_debug_show_bits(m, ind, flags, irqchip_flags, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(irqchip_flags))
Caller
NameDescribe
irq_debug_show_data