Xenomai
3.1
|
Structure containing device-information useful to users. More...
Data Fields | |
char | board_name [A4L_NAMELEN] |
Board name. More... | |
char | driver_name [A4L_NAMELEN] |
Driver name. More... | |
int | nb_subd |
Subdevices count. More... | |
int | idx_read_subd |
Input subdevice index. More... | |
int | idx_write_subd |
Output subdevice index. More... | |
int | fd |
File descriptor. More... | |
unsigned int | magic |
Opaque field. More... | |
int | sbsize |
Data buffer size. More... | |
void * | sbdata |
Data buffer pointer. More... | |
Structure containing device-information useful to users.
char a4l_descriptor::board_name[A4L_NAMELEN] |
Board name.
char a4l_descriptor::driver_name[A4L_NAMELEN] |
Driver name.
int a4l_descriptor::fd |
File descriptor.
Referenced by a4l_close(), a4l_fill_desc(), a4l_get_bufsize(), a4l_mark_bufrw(), a4l_mmap(), a4l_open(), a4l_poll(), a4l_set_bufsize(), a4l_snd_cancel(), a4l_snd_command(), a4l_snd_insn(), and a4l_snd_insnlist().
int a4l_descriptor::idx_read_subd |
Input subdevice index.
int a4l_descriptor::idx_write_subd |
Output subdevice index.
unsigned int a4l_descriptor::magic |
Opaque field.
Referenced by a4l_fill_desc(), a4l_find_range(), a4l_get_chinfo(), a4l_get_rnginfo(), a4l_get_subdinfo(), and a4l_sys_desc().
int a4l_descriptor::nb_subd |
Subdevices count.
void* a4l_descriptor::sbdata |
Data buffer pointer.
int a4l_descriptor::sbsize |
Data buffer size.