Lines Matching refs:pwm_port
185 int pwm_port; member
810 ret = npcm7xx_pwm_config_set(cdev->data, cdev->pwm_port, in npcm7xx_pwm_cz_set_cur_state()
825 u32 pwm_port, u8 num_levels) in npcm7xx_create_pwm_cooling() argument
847 pwm_port); in npcm7xx_create_pwm_cooling()
855 cdev->pwm_port = pwm_port; in npcm7xx_create_pwm_cooling()
857 data->cdev[pwm_port] = cdev; in npcm7xx_create_pwm_cooling()
867 u32 pwm_port; in npcm7xx_en_pwm_fan() local
871 ret = of_property_read_u32(child, "reg", &pwm_port); in npcm7xx_en_pwm_fan()
875 data->pwm_present[pwm_port] = true; in npcm7xx_en_pwm_fan()
876 ret = npcm7xx_pwm_config_set(data, pwm_port, in npcm7xx_en_pwm_fan()
881 ret = npcm7xx_create_pwm_cooling(dev, child, data, pwm_port, in npcm7xx_en_pwm_fan()