'\" t .\" Title: irq_setup_generic_chip .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Generic interrupt chip .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "IRQ_SETUP_GENERIC_CH" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Generic interrupt chip" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" irq_setup_generic_chip \- Setup a range of interrupts with a generic chip .SH "SYNOPSIS" .HP \w'void\ irq_setup_generic_chip('u .BI "void irq_setup_generic_chip(struct\ irq_chip_generic\ *\ " "gc" ", u32\ " "msk" ", enum\ irq_gc_flags\ " "flags" ", unsigned\ int\ " "clr" ", unsigned\ int\ " "set" ");" .SH "ARGUMENTS" .PP \fIstruct irq_chip_generic * gc\fR .RS 4 Generic irq chip holding all data .RE .PP \fIu32 msk\fR .RS 4 Bitmask holding the irqs to initialize relative to gc\->irq_base .RE .PP \fIenum irq_gc_flags flags\fR .RS 4 Flags for initialization .RE .PP \fIunsigned int clr\fR .RS 4 IRQ_* bits to clear .RE .PP \fIunsigned int set\fR .RS 4 IRQ_* bits to set .RE .SH "DESCRIPTION" .PP Set up max\&. 32 interrupts starting from gc\->irq_base\&. Note, this initializes all interrupts to the primary irq_chip_type and its associated handler\&. .SH "AUTHORS" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .PP \fBIngo Molnar\fR <\&mingo@elte.hu\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br