Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A 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,
/openbmc/linux/drivers/regulator/
H A Dpwm-regulator.c390 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable
394 MODULE_DEVICE_TABLE(of, pwm_of_match);
400 .of_match_table = of_match_ptr(pwm_of_match),