Searched refs:pwmc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/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 …]
|
| /Linux-v6.6/arch/arm/boot/dts/broadcom/ |
| D | bcm958625k.dts | 127 pinctrl-0 = <&nand_sel>, <&gpiobs>, <&pwmc>; 140 pwmc: pwmc { label 207 * Ex: pinctrl-0 = <&emmc_sel>, <&gpiobs>, <&pwmc>;
|