Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-intel-lgm.c44 struct lgm_pwm_chip { struct
50 static inline struct lgm_pwm_chip *to_lgm_pwm_chip(struct pwm_chip *chip) in to_lgm_pwm_chip() argument
52 return container_of(chip, struct lgm_pwm_chip, chip); in to_lgm_pwm_chip()
57 struct lgm_pwm_chip *pc = to_lgm_pwm_chip(chip); in lgm_pwm_enable()
67 struct lgm_pwm_chip *pc = to_lgm_pwm_chip(chip); in lgm_pwm_apply()
92 struct lgm_pwm_chip *pc = to_lgm_pwm_chip(chip); in lgm_pwm_get_state()
113 static void lgm_pwm_init(struct lgm_pwm_chip *pc) in lgm_pwm_init()
172 struct lgm_pwm_chip *pc; in lgm_pwm_probe()