Searched refs:SYS_IOCTL_MAGIC (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | mdrv_system_io.h | 106 #define SYS_IOCTL_MAGIC 'S' macro 108 #define IOCTL_SYS_INIT _IOWR(SYS_IOCTL_MAGIC, 0x00, int) 109 #define IOCTL_SYS_SET_PANEL_INFO _IOW (SYS_IOCTL_MAGIC, 0x01, int) 110 #define IOCTL_SYS_SET_BOARD_INFO _IOW (SYS_IOCTL_MAGIC, 0x02, int) 111 #define IOCTL_SYS_GET_PANEL_RES _IOR (SYS_IOCTL_MAGIC, 0x03, int) 112 #define IOCTL_SYS_READ_GEN_REGISTER _IOR (SYS_IOCTL_MAGIC, 0x04, int) 113 #define IOCTL_SYS_WRITE_GEN_REGISTER _IOWR(SYS_IOCTL_MAGIC, 0x05, int) 114 #define IOCTL_SYS_LOAD_AEON _IOWR(SYS_IOCTL_MAGIC, 0x06, int) 115 #define IOCTL_SYS_RESET_AEON _IOWR(SYS_IOCTL_MAGIC, 0x07, int) 116 #define IOCTL_SYS_ENABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x08) [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/gr/ |
| H A D | mdrv_system_io.h | 29 #define SYS_IOCTL_MAGIC 'S' macro 31 #define IOCTL_SYS_INIT _IOWR(SYS_IOCTL_MAGIC, 0x00, int) 32 #define IOCTL_SYS_SET_PANEL_INFO _IOW (SYS_IOCTL_MAGIC, 0x01, int) 33 #define IOCTL_SYS_SET_BOARD_INFO _IOW (SYS_IOCTL_MAGIC, 0x02, int) 34 #define IOCTL_SYS_GET_PANEL_RES _IOR (SYS_IOCTL_MAGIC, 0x03, int) 35 #define IOCTL_SYS_READ_GEN_REGISTER _IOR (SYS_IOCTL_MAGIC, 0x04, int) 36 #define IOCTL_SYS_WRITE_GEN_REGISTER _IOWR(SYS_IOCTL_MAGIC, 0x05, int) 37 #define IOCTL_SYS_LOAD_AEON _IOWR(SYS_IOCTL_MAGIC, 0x06, int) 38 #define IOCTL_SYS_RESET_AEON _IOWR(SYS_IOCTL_MAGIC, 0x07, int) 39 #define IOCTL_SYS_ENABLE_AEON _IO(SYS_IOCTL_MAGIC, 0x08) [all …]
|
| /utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/ |
| H A D | drvSERFLASH.c | 172 #define SYS_IOCTL_MAGIC 'S' macro 173 #define IOCTL_SYS_SPI_READ _IOWR (SYS_IOCTL_MAGIC, 0x71, int) 174 #define IOCTL_SYS_SPI_WRITE _IOWR (SYS_IOCTL_MAGIC, 0x72, int) 175 #define IOCTL_SYS_SPI_ERASE _IOWR (SYS_IOCTL_MAGIC, 0x73, int) 176 #define IOCTL_SYS_SPI_SIZE_DETECT _IOWR (SYS_IOCTL_MAGIC, 0x74, int) 177 #define IOCTL_SYS_SPI_READ_STATUS _IOWR (SYS_IOCTL_MAGIC, 0x76, int) 178 #define IOCTL_SYS_SPI_WRITE_STATUS _IOWR (SYS_IOCTL_MAGIC, 0x77, int) 179 #define IOCTL_SYS_SPI_INIT _IO (SYS_IOCTL_MAGIC,0x78) 180 #define IOCTL_SYS_SPI_WRITE_PROTECT _IOWR (SYS_IOCTL_MAGIC, 0x79, int) 181 #define IOCTL_SYS_SPI_ERASE_ALL _IO (SYS_IOCTL_MAGIC,0x7A) [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvSysInfo.h | 109 #define SYS_IOCTL_MAGIC 'S' macro 110 #define IOCTL_SYS_INFO _IOWR (SYS_IOCTL_MAGIC, 0x99,IO_Sys_Info_t) 111 #define IOCTL_SYS_INIT _IOWR(SYS_IOCTL_MAGIC, 0x00, int)
|
| H A D | MsOS_linux.c | 314 #define SYS_IOCTL_MAGIC 'S' macro 315 #define IOCTL_SYS_FLUSH_MEMORY _IO(SYS_IOCTL_MAGIC, 0x50) 316 #define IOCTL_SYS_READ_MEMORY _IO(SYS_IOCTL_MAGIC, 0x51)
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 220 #define SYS_IOCTL_MAGIC 'S' 221 #define IOCTL_SYS_FLUSH_MEMORY _IO(SYS_IOCTL_MAGIC, 0x50) 222 #define IOCTL_SYS_READ_MEMORY _IO(SYS_IOCTL_MAGIC, 0x51)
|