Home
last modified time | relevance | path

Searched refs:pwm_of_match (Results 1 – 2 of 2) sorted by relevance

/drivers/pwm/
Dpwm-pxa.c135 static const struct of_device_id pwm_of_match[] = { variable
142 MODULE_DEVICE_TABLE(of, pwm_of_match);
144 #define pwm_of_match NULL macro
149 const struct of_device_id *id = of_match_device(pwm_of_match, dev); in pxa_pwm_get_id_dt()
228 .of_match_table = pwm_of_match,
/drivers/regulator/
Dpwm-regulator.c282 static const struct of_device_id pwm_of_match[] = { variable
286 MODULE_DEVICE_TABLE(of, pwm_of_match);
291 .of_match_table = of_match_ptr(pwm_of_match),