Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pwm/
A Dpwm-pxa.c147 static const struct of_device_id pwm_of_match[] = { variable
154 MODULE_DEVICE_TABLE(of, pwm_of_match);
156 #define pwm_of_match NULL macro
161 const struct of_device_id *id = of_match_device(pwm_of_match, dev); in pxa_pwm_get_id_dt()
211 .of_match_table = pwm_of_match,
/linux-6.3-rc2/drivers/regulator/
A Dpwm-regulator.c387 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable
391 MODULE_DEVICE_TABLE(of, pwm_of_match);
396 .of_match_table = of_match_ptr(pwm_of_match),

Completed in 5 milliseconds