• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/

Lines Matching refs:pwm

47 /* max nr of pwm outputs, currently mb's with max 5 pwm outputs are known */
100 /* sum of strlen of: pwm?_enable\0, pwm?_auto_channels_temp\0,
101 pwm?_auto_point{1,2}_pwm\0, pwm?_auto_point{1,2}_temp\0 */
133 /* Register 0 is a bitfield, 1 and 2 are pwm settings (255 = 100%), 3 and 4
137 special case the minium allowed pwm% setting for this is 30% (77) on
538 the user the possibility to change settings for non-existent sensors / pwm.
625 ABIT_UGURU_DEBUG(2, " pwm channel %d does not seem "
626 "to be a pwm channel: settings[0] = %02X\n",
640 ABIT_UGURU_DEBUG(2, " pwm channel %d does not seem "
641 "to be a pwm channel: %d is not a valid temp "
650 /* special case pwm1 min pwm% */
656 ABIT_UGURU_DEBUG(2, " pwm channel %d does "
657 "not seem to be a pwm channel: "
665 ABIT_UGURU_DEBUG(2, " pwm channel %d does "
666 "not seem to be a pwm channel: "
675 /* check that min temp < max temp and min pwm < max pwm */
677 ABIT_UGURU_DEBUG(2, " pwm channel %d does not seem "
678 "to be a pwm channel: min pwm (%d) >= "
679 "max pwm (%d)\n", i,
685 ABIT_UGURU_DEBUG(2, " pwm channel %d does not seem "
686 "to be a pwm channel: min temp (%d) >= "
930 /* special case pwm1 min pwm% */
1111 SENSOR_ATTR_2(pwm%d_enable, 0644, show_pwm_enable,
1113 SENSOR_ATTR_2(pwm%d_auto_channels_temp, 0644, show_pwm_sensor,
1115 SENSOR_ATTR_2(pwm%d_auto_point1_pwm, 0644, show_pwm_setting,
1117 SENSOR_ATTR_2(pwm%d_auto_point2_pwm, 0644, show_pwm_setting,
1119 SENSOR_ATTR_2(pwm%d_auto_point1_temp, 0644, show_pwm_setting,
1121 SENSOR_ATTR_2(pwm%d_auto_point2_temp, 0644, show_pwm_setting,