Searched refs:_pwm (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/pwm/ |
| D | pwm-renesas-tpu.c | 218 static int tpu_pwm_request(struct pwm_chip *chip, struct pwm_device *_pwm) in tpu_pwm_request() argument 223 if (_pwm->hwpwm >= TPU_CHANNEL_MAX) in tpu_pwm_request() 231 pwm->channel = _pwm->hwpwm; in tpu_pwm_request() 239 pwm_set_chip_data(_pwm, pwm); in tpu_pwm_request() 244 static void tpu_pwm_free(struct pwm_chip *chip, struct pwm_device *_pwm) in tpu_pwm_free() argument 246 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free() 252 static int tpu_pwm_config(struct pwm_chip *chip, struct pwm_device *_pwm, in tpu_pwm_config() argument 256 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config() 304 if (!pwm_is_enabled(_pwm)) in tpu_pwm_config() 335 static int tpu_pwm_set_polarity(struct pwm_chip *chip, struct pwm_device *_pwm, in tpu_pwm_set_polarity() argument [all …]
|
| /linux-4.4.14/drivers/hwmon/ |
| D | vt1211.c | 1050 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \ 1055 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | nct6775 | 180 pwm[1-5]_auto_point[1-7]_pwm
|
| D | vt1211 | 170 pwm[1-2]_auto_point[2-3]_pwm. Each PWM output can be associated with a
|
| D | sysfs-interface | 274 pwm[1-*]_auto_point[1-*]_pwm 282 temp[1-*]_auto_point[1-*]_pwm
|