Home
last modified time | relevance | path

Searched refs:tpu_priv (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dh8300_tpu.c25 struct tpu_priv { struct
33 static inline unsigned long read_tcnt32(struct tpu_priv *p) in read_tcnt32()
42 static int tpu_get_counter(struct tpu_priv *p, unsigned long long *val) in tpu_get_counter()
63 static inline struct tpu_priv *cs_to_priv(struct clocksource *cs) in cs_to_priv()
65 return container_of(cs, struct tpu_priv, cs); in cs_to_priv()
70 struct tpu_priv *p = cs_to_priv(cs); in tpu_clocksource_read()
84 struct tpu_priv *p = cs_to_priv(cs); in tpu_clocksource_enable()
99 struct tpu_priv *p = cs_to_priv(cs); in tpu_clocksource_disable()
108 static struct tpu_priv tpu_priv variable
[all...]

Completed in 1 milliseconds