Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach_ioctl.h59 #define INIT_PWMTACH _IOW('P', 20, int) macro
H A Dpwmtach.c239 case INIT_PWMTACH: //assume that init complete in pwmtach_action()
332 retval = pwmtach_action ( indata, INIT_PWMTACH ); in set_fan_speed()