RTEMS CPU Kit with SuperCore
Data Fields
drvmgr_drv Struct Reference

Device driver description. More...

#include <drvmgr.h>

Collaboration diagram for drvmgr_drv:
Collaboration graph
[legend]

Data Fields

int obj_type
 DRVMGR_OBJ_DRV.
 
struct drvmgr_drvnext
 Next Driver.
 
struct drvmgr_devdev
 Devices using this driver.
 
uint64_t drv_id
 Unique Driver ID.
 
char * name
 Name of Driver.
 
int bus_type
 Type of Bus this driver supports.
 
struct drvmgr_drv_opsops
 Driver operations.
 
struct drvmgr_funcfuncs
 Extra Operations.
 
unsigned int dev_cnt
 Number of devices in dev.
 
unsigned int dev_priv_size
 If non-zero DRVMGR will allocate memory for dev->priv.
 

Detailed Description

Device driver description.


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