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

/linux-4.1.27/drivers/pwm/
H A Dpwm-pca9685.c58 struct pca9685 { struct
64 static inline struct pca9685 *to_pca(struct pwm_chip *chip) to_pca()
66 return container_of(chip, struct pca9685, chip); to_pca()
72 struct pca9685 *pca = to_pca(chip); pca9685_pwm_config()
120 struct pca9685 *pca = to_pca(chip); pca9685_pwm_enable()
157 struct pca9685 *pca = to_pca(chip); pca9685_pwm_disable()
178 struct pca9685 *pca = to_pca(chip); pca9685_pwm_request()
189 struct pca9685 *pca = to_pca(chip); pca9685_pwm_free()
216 struct pca9685 *pca; pca9685_pwm_probe()
265 struct pca9685 *pca = i2c_get_clientdata(client); pca9685_pwm_remove()
274 { "pca9685", 0 },
280 { .compatible = "nxp,pca9685-pwm", },
287 .name = "pca9685-pwm",

Completed in 56 milliseconds