Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-pca9685.c80 struct pca9685 { struct
91 static inline struct pca9685 *to_pca(struct pwm_chip *chip) in to_pca() argument
93 return container_of(chip, struct pca9685, chip); in to_pca()
99 struct pca9685 *pca = gpiochip_get_data(gpio); in pca9685_pwm_gpio_request()
118 static bool pca9685_pwm_is_gpio(struct pca9685 *pca, struct pwm_device *pwm) in pca9685_pwm_is_gpio()
146 struct pca9685 *pca = gpiochip_get_data(gpio); in pca9685_pwm_gpio_get()
158 struct pca9685 *pca = gpiochip_get_data(gpio); in pca9685_pwm_gpio_set()
172 struct pca9685 *pca = gpiochip_get_data(gpio); in pca9685_pwm_gpio_free()
210 static int pca9685_pwm_gpio_probe(struct pca9685 *pca) in pca9685_pwm_gpio_probe()
232 static inline bool pca9685_pwm_is_gpio(struct pca9685 *pca, in pca9685_pwm_is_gpio()
[all …]
DMakefile33 obj-$(CONFIG_PWM_PCA9685) += pwm-pca9685.o
DKconfig323 will be called pwm-pca9685.
/Linux-v4.19/Documentation/devicetree/bindings/pwm/
Dnxp,pca9685-pwm.txt5 - compatible: "nxp,pca9685-pwm"
22 compatible = "nxp,pca9685-pwm";