iPXE
Data Fields
linux_device Struct Reference

A linux device. More...

#include <linux.h>

Data Fields

struct device dev
 Generic device. More...
 
struct linux_driverdriver
 Driver that's handling the device. More...
 
void * priv
 Private data used by drivers. More...
 

Detailed Description

A linux device.

Definition at line 42 of file linux.h.

Field Documentation

◆ dev

struct device linux_device::dev

Generic device.

Definition at line 44 of file linux.h.

◆ driver

struct linux_driver* linux_device::driver

Driver that's handling the device.

Definition at line 46 of file linux.h.

◆ priv

void* linux_device::priv

Private data used by drivers.

Definition at line 48 of file linux.h.


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