PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
irq_domain_t Struct Reference
Kernel » CPU » IRQ

IRQ domain structure. More...

#include <irq.h>

Collaboration diagram for irq_domain_t:

Data Fields

list_entry_t entry
 
irq_chip_tchip
 
void * private
 
irq_phys_t start
 Inclusive.
 
irq_phys_t end
 Exclusive.
 

Detailed Description

IRQ domain structure.

Represents a range of physical IRQs managed by a specific IRQ chip.

Definition at line 127 of file irq.h.

Field Documentation

◆ entry

list_entry_t irq_domain_t::entry

Definition at line 129 of file irq.h.

◆ chip

irq_chip_t* irq_domain_t::chip

Definition at line 130 of file irq.h.

◆ private

void* irq_domain_t::private

Definition at line 131 of file irq.h.

◆ start

irq_phys_t irq_domain_t::start

Inclusive.

Definition at line 132 of file irq.h.

◆ end

irq_phys_t irq_domain_t::end

Exclusive.

Definition at line 133 of file irq.h.


The documentation for this struct was generated from the following file: