Searched refs:apply (Results 76 - 100 of 115) sorted by relevance

12345

/linux-master/drivers/pwm/
H A Dpwm-hibvt.c185 .apply = hibvt_pwm_apply,
H A Dcore.c74 dev_warn(pwmchip_parent(chip), ".apply ignored .polarity\n");
81 ".apply didn't pick the best available period (requested: %llu, applied: %llu, possible: %llu)\n",
86 ".apply is supposed to round down period (requested: %llu, applied: %llu)\n",
95 ".apply didn't pick the best available duty cycle (requested: %llu/%llu, applied: %llu/%llu, possible: %llu/%llu)\n",
102 ".apply is supposed to round down duty_cycle (requested: %llu/%llu, applied: %llu/%llu)\n",
111 err = chip->ops->apply(chip, pwm, &s1);
131 ".apply is not idempotent (ena=%d pol=%d %llu/%llu) -> (ena=%d pol=%d %llu/%llu)\n",
139 * __pwm_apply() - atomically apply a new state to a PWM device
141 * @state: new state to apply
161 err = chip->ops->apply(chi
[all...]
H A Dpwm-renesas-tpu.c434 .apply = tpu_pwm_apply,
H A Dpwm-rockchip.c229 .apply = rockchip_pwm_apply,
H A Dpwm-rz-mtu3.c438 .apply = rz_mtu3_pwm_apply,
H A Dpwm-sun4i.c325 .apply = sun4i_pwm_apply,
H A Dpwm-lpc18xx-sct.c337 .apply = lpc18xx_pwm_apply,
375 * If clkrate is too fast, the calculations in .apply() might overflow.
H A Dpwm-atmel.c399 .apply = atmel_pwm_apply,
H A Dpwm-fsl-ftm.c352 .apply = fsl_pwm_apply,
H A Dpwm-img.c208 .apply = img_pwm_apply,
H A Dpwm-samsung.c466 .apply = pwm_samsung_apply,
H A Dpwm-tiehrpwm.c438 .apply = ehrpwm_pwm_apply,
H A Dpwm-atmel-tcb.c161 * Use software trigger to apply the new setting.
255 /* Use software trigger to apply the new setting */
365 .apply = atmel_tcb_pwm_apply,
H A Dpwm-meson.c336 .apply = meson_pwm_apply,
H A Dpwm-pca9685.c508 .apply = pca9685_pwm_apply,
H A Dpwm-stm32.c522 .apply = stm32_pwm_apply_locked,
673 * .apply() won't overflow.
H A Dpwm-sti.c421 .apply = sti_pwm_apply,
/linux-master/include/linux/
H A Dpwm.h251 * @apply: atomically apply a new PWM config
261 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm, member in struct:pwm_ops
275 * @atomic: can the driver's ->apply() be called in atomic context
560 * To fulfill this requirement, we apply a new state which disables
/linux-master/arch/loongarch/
H A DMakefile113 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c130 r = ovl->manager->apply(ovl->manager);
383 r = mgr->apply(mgr);
410 r = mgr->apply(mgr);
H A Domapfb-sysfs.c267 ovl->manager->apply(ovl->manager);
H A Domapfb-main.c925 /* apply var to the overlay */
952 ovl->manager->apply(ovl->manager);
988 ovl->manager->apply(ovl->manager);
1980 ovl->manager->apply(ovl->manager);
2559 r = mgr->apply(mgr);
2561 dev_warn(fbdev->dev, "failed to apply dispc config\n");
2564 DBG("mgr->apply'ed\n");
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py97 def apply( member in class:PenState
677 state = state.apply(sync_events, not allow_intermediate_states, button)
680 state = state.apply(sync_events, not allow_intermediate_states, button)
/linux-master/net/dsa/
H A Dport.c800 bool apply; local
811 apply = dsa_port_can_apply_vlan_filtering(dp, vlan_filtering, extack);
813 if (!apply)
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c24 * and duty and the value will apply when CLK_ENABLE be set again.
268 .apply = aspeed_pwm_apply,

Completed in 240 milliseconds

12345