Searched refs:pwm_of_match (Results 1 – 2 of 2) sorted by relevance
147 static const struct of_device_id pwm_of_match[] = { variable154 MODULE_DEVICE_TABLE(of, pwm_of_match);156 #define pwm_of_match NULL macro161 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,
387 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable391 MODULE_DEVICE_TABLE(of, pwm_of_match);396 .of_match_table = of_match_ptr(pwm_of_match),
Completed in 5 milliseconds