Searched refs:gb_pwm_chip (Results 1 – 1 of 1) sorted by relevance
17 struct gb_pwm_chip { struct24 static inline struct gb_pwm_chip *pwm_chip_to_gb_pwm_chip(struct pwm_chip *chip) in pwm_chip_to_gb_pwm_chip() argument26 return container_of(chip, struct gb_pwm_chip, chip); in pwm_chip_to_gb_pwm_chip()29 static int gb_pwm_count_operation(struct gb_pwm_chip *pwmc) in gb_pwm_count_operation()42 static int gb_pwm_activate_operation(struct gb_pwm_chip *pwmc, in gb_pwm_activate_operation()67 static int gb_pwm_deactivate_operation(struct gb_pwm_chip *pwmc, in gb_pwm_deactivate_operation()92 static int gb_pwm_config_operation(struct gb_pwm_chip *pwmc, in gb_pwm_config_operation()119 static int gb_pwm_set_polarity_operation(struct gb_pwm_chip *pwmc, in gb_pwm_set_polarity_operation()145 static int gb_pwm_enable_operation(struct gb_pwm_chip *pwmc, in gb_pwm_enable_operation()170 static int gb_pwm_disable_operation(struct gb_pwm_chip *pwmc, in gb_pwm_disable_operation()[all …]