Home
last modified time | relevance | path

Searched refs:devm_fwnode_pwm_get (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dpwm.h407 struct pwm_device *devm_fwnode_pwm_get(struct device *dev,
501 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, in devm_fwnode_pwm_get() function
/openbmc/linux/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c77 pwmled->pwm = devm_fwnode_pwm_get(dev, fwnode, NULL); in iterate_subleds()
/openbmc/linux/drivers/leds/
H A Dleds-pwm.c80 led_data->pwm = devm_fwnode_pwm_get(dev, fwnode, NULL); in led_pwm_add()
/openbmc/linux/drivers/pwm/
H A Dcore.c1033 struct pwm_device *devm_fwnode_pwm_get(struct device *dev, in devm_fwnode_pwm_get() function
1053 EXPORT_SYMBOL_GPL(devm_fwnode_pwm_get);
/openbmc/linux/Documentation/driver-api/
H A Dpwm.rst40 the getter, devm_pwm_get() and devm_fwnode_pwm_get(), also exist.
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst419 devm_fwnode_pwm_get()