PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
ps2_device_info_t Struct Reference

PS/2 device information structure. More...

#include <ps2.h>

Collaboration diagram for ps2_device_info_t:

Data Fields

ps2_device_t device
 Device port.
 
const charpnpId
 PNP ID of the device.
 
const charname
 Human-readable name of the device.
 
irq_virt_t irq
 IRQ assigned to the device by ACPI.
 
bool attached
 The device has been attached from ACPI.
 
bool initialized
 The device has been initialized.
 
voidprivate
 Driver-specific private data.
 

Detailed Description

PS/2 device information structure.

Definition at line 201 of file ps2.h.

Field Documentation

◆ device

ps2_device_t ps2_device_info_t::device

Device port.

Definition at line 203 of file ps2.h.

◆ pnpId

const char* ps2_device_info_t::pnpId

PNP ID of the device.

Definition at line 204 of file ps2.h.

◆ name

const char* ps2_device_info_t::name

Human-readable name of the device.

Definition at line 205 of file ps2.h.

◆ irq

irq_virt_t ps2_device_info_t::irq

IRQ assigned to the device by ACPI.

Definition at line 206 of file ps2.h.

◆ attached

bool ps2_device_info_t::attached

The device has been attached from ACPI.

Definition at line 207 of file ps2.h.

◆ initialized

bool ps2_device_info_t::initialized

The device has been initialized.

Definition at line 208 of file ps2.h.

◆ private

void* ps2_device_info_t::private

Driver-specific private data.

Definition at line 209 of file ps2.h.


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