Home
last modified time | relevance | path

Searched refs:DPR_CMD (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Ddt3000.c88 #define DPR_CMD(x) ((x) << 0) macro
89 #define DPR_CMD_GETBRDINFO DPR_CMD(0)
90 #define DPR_CMD_CONFIG DPR_CMD(1)
91 #define DPR_CMD_GETCONFIG DPR_CMD(2)
92 #define DPR_CMD_START DPR_CMD(3)
93 #define DPR_CMD_STOP DPR_CMD(4)
94 #define DPR_CMD_READSINGLE DPR_CMD(5)
95 #define DPR_CMD_WRITESINGLE DPR_CMD(6)
96 #define DPR_CMD_CALCCLOCK DPR_CMD(7)
97 #define DPR_CMD_READEVENTS DPR_CMD(8)
[all …]