Searched refs:_pwm (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A 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 337 tpu_pwm_enable(struct pwm_chip *chip, struct pwm_device *_pwm) tpu_pwm_enable() argument 359 tpu_pwm_disable(struct pwm_chip *chip, struct pwm_device *_pwm) tpu_pwm_disable() argument [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | vt1211.c | 798 * pwm[ix+1]_auto_point[ap+1]_pwm mapping table: 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, \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | vt1211.c | 792 * pwm[ix+1]_auto_point[ap+1]_pwm mapping table: 1037 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \ 1042 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
|
Completed in 5 milliseconds