Lines Matching refs:tpu_device
66 struct tpu_device;
71 struct tpu_device *tpu;
80 struct tpu_device { struct
89 static inline struct tpu_device *to_tpu_device(struct pwm_chip *chip) in to_tpu_device() argument
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()
444 struct tpu_device *tpu; in tpu_probe()