sys/sys/hwt.h
40
#define HWT_IOC_ALLOC _IOW(HWT_MAGIC, 0x00, struct hwt_alloc)
sys/sys/hwt.h
41
#define HWT_IOC_START _IOW(HWT_MAGIC, 0x01, struct hwt_start)
sys/sys/hwt.h
42
#define HWT_IOC_STOP _IOW(HWT_MAGIC, 0x02, struct hwt_stop)
sys/sys/hwt.h
43
#define HWT_IOC_RECORD_GET _IOW(HWT_MAGIC, 0x03, struct hwt_record_get)
sys/sys/hwt.h
44
#define HWT_IOC_BUFPTR_GET _IOW(HWT_MAGIC, 0x04, struct hwt_bufptr_get)
sys/sys/hwt.h
45
#define HWT_IOC_SET_CONFIG _IOW(HWT_MAGIC, 0x05, struct hwt_set_config)
sys/sys/hwt.h
46
#define HWT_IOC_WAKEUP _IOW(HWT_MAGIC, 0x06, struct hwt_wakeup)
sys/sys/hwt.h
47
#define HWT_IOC_SVC_BUF _IOW(HWT_MAGIC, 0x07, struct hwt_svc_buf)