Searched refs:APC_IOC (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/include/uapi/asm/ |
D | apc.h | 14 #define APC_IOC 'A' macro 16 #define APCIOCGFANCTL _IOR(APC_IOC, 0x00, int) /* Get fan speed */ 17 #define APCIOCSFANCTL _IOW(APC_IOC, 0x01, int) /* Set fan speed */ 19 #define APCIOCGCPWR _IOR(APC_IOC, 0x02, int) /* Get CPOWER state */ 20 #define APCIOCSCPWR _IOW(APC_IOC, 0x03, int) /* Set CPOWER state */ 22 #define APCIOCGBPORT _IOR(APC_IOC, 0x04, int) /* Get BPORT state */ 23 #define APCIOCSBPORT _IOW(APC_IOC, 0x05, int) /* Set BPORT state */
|