Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pwm/
Dpwm-pxa.c148 static const struct of_device_id pwm_of_match[] = { variable
155 MODULE_DEVICE_TABLE(of, pwm_of_match);
157 #define pwm_of_match NULL macro
205 .of_match_table = pwm_of_match,
/Linux-v6.6/drivers/regulator/
Dpwm-regulator.c387 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable
391 MODULE_DEVICE_TABLE(of, pwm_of_match);
397 .of_match_table = of_match_ptr(pwm_of_match),