Home
last modified time | relevance | path

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

/linux/drivers/pwm/
A Dpwm-clps711x.c14 struct clps711x_chip { struct
21 static inline struct clps711x_chip *to_clps711x_chip(struct pwm_chip *chip) in to_clps711x_chip() argument
23 return container_of(chip, struct clps711x_chip, chip); in to_clps711x_chip()
26 static void clps711x_pwm_update_val(struct clps711x_chip *priv, u32 n, u32 v) in clps711x_pwm_update_val()
51 struct clps711x_chip *priv = to_clps711x_chip(chip); in clps711x_pwm_request()
66 struct clps711x_chip *priv = to_clps711x_chip(chip); in clps711x_pwm_config()
80 struct clps711x_chip *priv = to_clps711x_chip(chip); in clps711x_pwm_enable()
91 struct clps711x_chip *priv = to_clps711x_chip(chip); in clps711x_pwm_disable()
115 struct clps711x_chip *priv; in clps711x_pwm_probe()

Completed in 4 milliseconds