SYNOPSIS
- struct pwm_device * devm_pwm_get(struct device * dev, const char * con_id);
ARGUMENTS
dev
-
- device for PWM consumer
con_id
- consumer name
DESCRIPTION
This function performs like pwm_get but the acquired PWM device will automatically be released on driver detach.
RETURNS
A pointer to the requested PWM device or an ERR_PTR-encoded error code on failure.
COPYRIGHT