• Home
  • Raw
  • Download

Lines Matching refs:pca9685

80 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()
205 static int pca9685_pwm_gpio_probe(struct pca9685 *pca) in pca9685_pwm_gpio_probe()
227 static inline bool pca9685_pwm_is_gpio(struct pca9685 *pca, in pca9685_pwm_is_gpio()
233 static inline int pca9685_pwm_gpio_probe(struct pca9685 *pca) in pca9685_pwm_gpio_probe()
239 static void pca9685_set_sleep_mode(struct pca9685 *pca, bool enable) in pca9685_set_sleep_mode()
252 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_config()
356 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_enable()
393 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_disable()
414 struct pca9685 *pca = to_pca(chip); in pca9685_pwm_request()
448 struct pca9685 *pca; in pca9685_pwm_probe()
516 struct pca9685 *pca = i2c_get_clientdata(client); in pca9685_pwm_remove()
530 struct pca9685 *pca = i2c_get_clientdata(client); in pca9685_pwm_runtime_suspend()
539 struct pca9685 *pca = i2c_get_clientdata(client); in pca9685_pwm_runtime_resume()