Searched refs:I2C_BASE_IOCTL (Results 1 – 1 of 1) sorted by relevance
40 #define I2C_BASE_IOCTL ('M' << 8) macro42 #define I2C_GET_PORT (I2C_BASE_IOCTL | 0)43 #define I2C_SET_PORT (I2C_BASE_IOCTL | 1)44 #define I2C_GET_BIT (I2C_BASE_IOCTL | 2)45 #define I2C_SET_BIT (I2C_BASE_IOCTL | 3)46 #define I2C_GET_REG (I2C_BASE_IOCTL | 4)47 #define I2C_SET_REG (I2C_BASE_IOCTL | 5)48 #define I2C_GET_TEMPERATURE (I2C_BASE_IOCTL | 7)49 #define I2C_GET_FAN_SPEED (I2C_BASE_IOCTL | 8)50 #define I2C_SET_FAN_SPEED (I2C_BASE_IOCTL | 9)[all …]