_pwm             1043 drivers/hwmon/vt1211.c 	SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO | S_IWUSR, \
_pwm             1048 drivers/hwmon/vt1211.c 	SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_pwm, S_IRUGO, \
_pwm              210 drivers/pwm/pwm-renesas-tpu.c static int tpu_pwm_request(struct pwm_chip *chip, struct pwm_device *_pwm)
_pwm              215 drivers/pwm/pwm-renesas-tpu.c 	if (_pwm->hwpwm >= TPU_CHANNEL_MAX)
_pwm              223 drivers/pwm/pwm-renesas-tpu.c 	pwm->channel = _pwm->hwpwm;
_pwm              231 drivers/pwm/pwm-renesas-tpu.c 	pwm_set_chip_data(_pwm, pwm);
_pwm              236 drivers/pwm/pwm-renesas-tpu.c static void tpu_pwm_free(struct pwm_chip *chip, struct pwm_device *_pwm)
_pwm              238 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
_pwm              244 drivers/pwm/pwm-renesas-tpu.c static int tpu_pwm_config(struct pwm_chip *chip, struct pwm_device *_pwm,
_pwm              248 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
_pwm              296 drivers/pwm/pwm-renesas-tpu.c 	if (!pwm_is_enabled(_pwm))
_pwm              327 drivers/pwm/pwm-renesas-tpu.c static int tpu_pwm_set_polarity(struct pwm_chip *chip, struct pwm_device *_pwm,
_pwm              330 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
_pwm              337 drivers/pwm/pwm-renesas-tpu.c static int tpu_pwm_enable(struct pwm_chip *chip, struct pwm_device *_pwm)
_pwm              339 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
_pwm              359 drivers/pwm/pwm-renesas-tpu.c static void tpu_pwm_disable(struct pwm_chip *chip, struct pwm_device *_pwm)
_pwm              361 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);