Lines Matching refs:pwm_port
189 int pwm_port; member
827 ret = npcm7xx_pwm_config_set(cdev->data, cdev->pwm_port, in npcm7xx_pwm_cz_set_cur_state()
842 u32 pwm_port, u8 num_levels) in npcm7xx_create_pwm_cooling() argument
864 pwm_port); in npcm7xx_create_pwm_cooling()
872 cdev->pwm_port = pwm_port; in npcm7xx_create_pwm_cooling()
874 data->cdev[pwm_port] = cdev; in npcm7xx_create_pwm_cooling()
884 u32 pwm_port; in npcm7xx_en_pwm_fan() local
888 ret = of_property_read_u32(child, "reg", &pwm_port); in npcm7xx_en_pwm_fan()
892 data->pwm_present[pwm_port] = true; in npcm7xx_en_pwm_fan()
893 ret = npcm7xx_pwm_config_set(data, pwm_port, in npcm7xx_en_pwm_fan()
900 ret = npcm7xx_create_pwm_cooling(dev, child, data, pwm_port, in npcm7xx_en_pwm_fan()