![]() |
EDT PDV SDK Documentation 6.2.0
|
Character class structure for each unit created. More...
Data Fields | |
struct list_head | list_entry |
void * | private_data |
struct cdev * | cdev |
char | name [CDEV_UNIT_NAME_LEN] |
int | major |
int | lowest_minor |
int | num_nodes |
Character class structure for each unit created.
struct list_head edt_cdev_unit::list_entry |
Linux linked-list pointer.
void* edt_cdev_unit::private_data |
Private data pointer. Probably the channel 0 Edt_Dev this cdev is intended to interface with.
struct cdev* edt_cdev_unit::cdev |
Character device class created.
char edt_cdev_unit::name[CDEV_UNIT_NAME_LEN] |
Cdev unit name
int edt_cdev_unit::major |
(Dynamic) major allocated for this class.
int edt_cdev_unit::lowest_minor |
First/lowest minor allocated for this class.
int edt_cdev_unit::num_nodes |
Number of nodes created. Typically to represent different DMA channels of an EDT PCI device.