Searched refs:GET_TACH_VALUE (Results 1 – 2 of 2) sorted by relevance
228 case GET_TACH_VALUE: //used to get fan speed in pwmtach_action()338 if ((retval = pwmtach_action( indata, GET_TACH_VALUE )) != 0) in set_fan_speed()425 retval = pwmtach_action( &pwmtach_arg, GET_TACH_VALUE ); in get_fan_speed()
57 #define GET_TACH_VALUE _IOW('P', 18, int) macro