Home
last modified time | relevance | path

Searched refs:to_tpu_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-renesas-tpu.c89 static inline struct tpu_device *to_tpu_device(struct pwm_chip *chip) in to_tpu_device() function
214 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_request()
236 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_free()
245 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_config()
354 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_set_polarity()
364 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_enable()
387 struct tpu_device *tpu = to_tpu_device(chip); in tpu_pwm_disable()
450 tpu = to_tpu_device(chip); in tpu_probe()