Lines Matching refs:pwm_port
185 int pwm_port; member
828 ret = npcm7xx_pwm_config_set(cdev->data, cdev->pwm_port, in npcm7xx_pwm_cz_set_cur_state()
843 u32 pwm_port, u8 num_levels) in npcm7xx_create_pwm_cooling() argument
865 pwm_port); in npcm7xx_create_pwm_cooling()
875 cdev->pwm_port = pwm_port; in npcm7xx_create_pwm_cooling()
877 data->cdev[pwm_port] = cdev; in npcm7xx_create_pwm_cooling()
887 u32 pwm_port; in npcm7xx_en_pwm_fan() local
891 ret = of_property_read_u32(child, "reg", &pwm_port); in npcm7xx_en_pwm_fan()
895 data->pwm_present[pwm_port] = true; in npcm7xx_en_pwm_fan()
896 ret = npcm7xx_pwm_config_set(data, pwm_port, in npcm7xx_en_pwm_fan()
901 ret = npcm7xx_create_pwm_cooling(dev, child, data, pwm_port, in npcm7xx_en_pwm_fan()