RTEMS CPU Kit with SuperCore
Data Fields
drvmgr_dev Struct Reference

Device information. More...

#include <drvmgr.h>

Collaboration diagram for drvmgr_dev:
Collaboration graph
[legend]

Data Fields

int obj_type
 DRVMGR_OBJ_DEV.
 
struct drvmgr_devnext
 Next device.
 
struct drvmgr_devnext_in_bus
 Next device on the same bus.
 
struct drvmgr_devnext_in_drv
 Next device using the same driver.
 
struct drvmgr_drvdrv
 The driver owning this device.
 
struct drvmgr_busparent
 Bus that this device resides on.
 
short minor_drv
 Device number within driver.
 
short minor_bus
 Device number on bus (for device separation)
 
char * name
 Name of Device Hardware.
 
void * priv
 Pointer to driver private device structure.
 
void * businfo
 Host bus specific information.
 
struct drvmgr_busbus
 Pointer to bus, set only if this is a bridge.
 
unsigned int state
 State of device, see DEV_STATE_*.
 
int level
 Init Level.
 
int error
 Error state returned by driver.
 

Detailed Description

Device information.


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