Searched refs:_pwm (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
D | pwm-renesas-tpu.c | 210 static int tpu_pwm_request(struct pwm_chip *chip, struct pwm_device *_pwm) in tpu_pwm_request() argument 215 if (_pwm->hwpwm >= TPU_CHANNEL_MAX) in tpu_pwm_request() 223 pwm->channel = _pwm->hwpwm; in tpu_pwm_request() 231 pwm_set_chip_data(_pwm, pwm); in tpu_pwm_request() 236 static void tpu_pwm_free(struct pwm_chip *chip, struct pwm_device *_pwm) in tpu_pwm_free() argument 238 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free() 244 static int tpu_pwm_config(struct pwm_chip *chip, struct pwm_device *_pwm, in tpu_pwm_config() argument 248 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config() 296 if (!pwm_is_enabled(_pwm)) in tpu_pwm_config() 327 static int tpu_pwm_set_polarity(struct pwm_chip *chip, struct pwm_device *_pwm, in tpu_pwm_set_polarity() argument [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | gsc-hwmon.rst | 51 pwm1_auto_point[1-6]_pwm PWM value.
|
D | vt1211.rst | 184 pwm[1-2]_auto_point[2-3]_pwm. Each PWM output can be associated with a
|
D | nct6775.rst | 250 pwm[1-7]_auto_point[1-7]_pwm
|
D | sysfs-interface.rst | 396 `pwm[1-*]_auto_point[1-*]_pwm` / `pwm[1-*]_auto_point[1-*]_temp` / `pwm[1-*]_auto_point[1-*]_temp_h… 404 `temp[1-*]_auto_point[1-*]_pwm` / `temp[1-*]_auto_point[1-*]_temp` / `temp[1-*]_auto_point[1-*]_tem…
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | vt1211.c | 1043 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \ 1048 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
|