Lines Matching refs:printf

53 		printf("\"/sys/class/hwmon\" not exist!\n");  in pwmtach_directory_check()
88printf("%s: Error write dutycycle value %d to pwm %d\n",__FUNCTION__,dutycycle_value,ppwmtach_arg-… in SET_PWM_DUTYCYCLE_VALUE()
128 {printf("%s,error 2,%s not exist\n",__FUNCTION__,DevNodeFileName); in GET_PWM_DUTYCYCLE()
132 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_PWM_DUTYCYCLE()
137printf("%s:dutycycle value %d to pwm %d\n",__FUNCTION__,ppwmtach_arg->dutycycle,ppwmtach_arg->pwmn… in GET_PWM_DUTYCYCLE()
150 {printf("%s,error 0\n",__FUNCTION__); in GET_TACH_SPEED()
156 {printf("%s,error 2,%s not exist\n",__FUNCTION__,DevNodeFileName); in GET_TACH_SPEED()
161 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_TACH_SPEED()
168 printf("%s:rpm value %d\n",__FUNCTION__,ppwmtach_arg->rpmvalue); in GET_TACH_SPEED()
184 {printf("%s,error 0\n",__FUNCTION__); in GET_PWM_NUMBER()
190 {printf("%s,error 2,%s not exist\n",__FUNCTION__,DevNodeFileName); in GET_PWM_NUMBER()
195 if (fd < 0) {printf("%s,error 3\n",__FUNCTION__); in GET_PWM_NUMBER()
205 printf("%s:fan %d, pwm %d, val 0x%X\n",__FUNCTION__,ppwmtach_arg->fannumber,retval,reg_val); in GET_PWM_NUMBER()
206 printf("%s\n",DevNodeFileName); in GET_PWM_NUMBER()
246 printf("%s, Command 0x%X not support!\n",__FUNCTION__,command); in pwmtach_action()
329 printf("Out of range Fan Speed value for fan.\n"); in set_fan_speed()
353 printf("\nSpeed is set to minimum possible speed of %d RPM.\n",indata->rpmvalue); in set_fan_speed()
369 printf("\nSpeed is set to maximum possible speed of %d RPM.\n",indata->rpmvalue); in set_fan_speed()
385 printf("After update: dutycycle=%d, rpmvalue=%d\n", indata->dutycycle, indata->rpmvalue); in set_fan_speed()
393 printf("\n"); in set_fan_speed()
404 printf("\n"); in set_fan_speed()
412printf("retry %d : dt=%d, ps=%d, cr=%d\n", retries, indata->dutycycle, indata->prescalervalue, ind… in set_fan_speed()