Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-pca9685.c86 static inline struct pca9685 *to_pca(struct pwm_chip *chip) in to_pca() function
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()
/linux-4.4.14/drivers/gpio/
Dgpio-pca953x.c112 static inline struct pca953x_chip *to_pca(struct gpio_chip *gc) in to_pca() function
219 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_direction_input()
248 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_direction_output()
298 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_get_value()
326 struct pca953x_chip *chip = to_pca(gc); in pca953x_gpio_set_value()
379 struct pca953x_chip *chip = to_pca(gc); in pca953x_irq_mask()
387 struct pca953x_chip *chip = to_pca(gc); in pca953x_irq_unmask()
395 struct pca953x_chip *chip = to_pca(gc); in pca953x_irq_bus_lock()
403 struct pca953x_chip *chip = to_pca(gc); in pca953x_irq_bus_sync_unlock()
426 struct pca953x_chip *chip = to_pca(gc); in pca953x_irq_set_type()