Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c228 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()
H A Dpwmtach_ioctl.h57 #define GET_TACH_VALUE _IOW('P', 18, int) macro