Searched refs:num_pwms (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/pwm/ |
| H A D | pwm-mediatek.c | 292 .num_pwms = 8, 299 .num_pwms = 7, 306 .num_pwms = 6, 313 .num_pwms = 5, 320 .num_pwms = 4, 327 .num_pwms = 1, 334 .num_pwms = 3, 341 .num_pwms = 2, 348 .num_pwms = 8, 355 .num_pwms = 4, [all …]
|
| H A D | pwm-jz4740.c | 24 unsigned int num_pwms; member 233 chip = devm_pwmchip_alloc(dev, info->num_pwms, struct_size(jz, clk, info->num_pwms)); in jz4740_pwm_probe() 250 .num_pwms = 8, 254 .num_pwms = 6, 258 .num_pwms = 5,
|
| H A D | pwm-hibvt.c | 43 u32 num_pwms; member 48 .num_pwms = 4, 52 .num_pwms = 8, 56 .num_pwms = 8, 61 .num_pwms = 2, 197 chip = devm_pwmchip_alloc(&pdev->dev, soc->num_pwms, sizeof(*hi_pwm_chip)); in hibvt_pwm_probe()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | w83627hf.c | 481 int num_pwms = (data->type == w83697hf) ? 2 : 3; in w83627hf_update_device() local 535 for (i = 0; i < num_pwms; i++) { in w83627hf_update_device()
|