Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-pca9685.c78 struct pca9685 { struct
86 static inline struct pca9685 *to_pca(struct pwm_chip *chip) in to_pca() argument
88 return container_of(chip, struct pca9685, chip); in to_pca()
94 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_config()
207 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_enable()
244 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_disable()
265 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_request()
276 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_free()
302 struct pca9685 *pca; in pca9685_pwm_probe()
353 struct pca9685 *pca = i2c_get_clientdata(client); in pca9685_pwm_remove()
DMakefile27 obj-$(CONFIG_PWM_PCA9685) += pwm-pca9685.o
DKconfig281 will be called pwm-pca9685.
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dnxp,pca9685-pwm.txt5 - compatible: "nxp,pca9685-pwm"
22 compatible = "nxp,pca9685-pwm";