Structure containing device-information useful to users.
More...
#include <analogy.h>
|
|
char | board_name [A4L_NAMELEN] |
| | Board name.
|
| |
|
char | driver_name [A4L_NAMELEN] |
| | Driver name.
|
| |
|
int | nb_subd |
| | Subdevices count.
|
| |
|
int | idx_read_subd |
| | Input subdevice index.
|
| |
|
int | idx_write_subd |
| | Output subdevice index.
|
| |
|
int | fd |
| | File descriptor.
|
| |
|
unsigned int | magic |
| | Opaque field.
|
| |
|
int | sbsize |
| | Data buffer size.
|
| |
|
void * | sbdata |
| | Data buffer pointer.
|
| |
Structure containing device-information useful to users.
- See also
- a4l_get_desc()
The documentation for this struct was generated from the following file: