Searched refs:pwmc (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/greybus/ |
D | pwm.c | 29 static int gb_pwm_count_operation(struct gb_pwm_chip *pwmc) in gb_pwm_count_operation() argument 34 ret = gb_operation_sync(pwmc->connection, GB_PWM_TYPE_PWM_COUNT, in gb_pwm_count_operation() 38 pwmc->pwm_max = response.count; in gb_pwm_count_operation() 42 static int gb_pwm_activate_operation(struct gb_pwm_chip *pwmc, in gb_pwm_activate_operation() argument 49 if (which > pwmc->pwm_max) in gb_pwm_activate_operation() 54 gbphy_dev = to_gbphy_dev(pwmc->chip.dev); in gb_pwm_activate_operation() 59 ret = gb_operation_sync(pwmc->connection, GB_PWM_TYPE_ACTIVATE, in gb_pwm_activate_operation() 67 static int gb_pwm_deactivate_operation(struct gb_pwm_chip *pwmc, in gb_pwm_deactivate_operation() argument 74 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation() 79 gbphy_dev = to_gbphy_dev(pwmc->chip.dev); in gb_pwm_deactivate_operation() [all …]
|
/drivers/clk/sirf/ |
D | clk-atlas6.c | 64 spi1, pwmc, efuse, pulse, dmac0, dmac1, nand, audio, usp0, usp1, enumerator
|
D | clk-prima2.c | 63 spi1, pwmc, efuse, pulse, dmac0, dmac1, nand, audio, usp0, usp1, enumerator
|