mbgtools-lx
4.2.8
|
Request buffer used to query a device feature. More...
#include <mbgioctl.h>
Data Fields | |
uint32_t | feat_type |
See DEV_FEAT_TYPES. More... | |
uint32_t | feat_num |
Number and range depending on IOCTL_DEV_FEAT_REQ::feat_type value. More... | |
Request buffer used to query a device feature.
Definition at line 473 of file mbgioctl.h.
uint32_t IOCTL_DEV_FEAT_REQ::feat_num |
Number and range depending on IOCTL_DEV_FEAT_REQ::feat_type value.
Definition at line 476 of file mbgioctl.h.
Referenced by do_chk_dev_feat(), and ioctl_switch().
uint32_t IOCTL_DEV_FEAT_REQ::feat_type |
See DEV_FEAT_TYPES.
Definition at line 475 of file mbgioctl.h.
Referenced by do_chk_dev_feat(), and ioctl_switch().