[go: nahoru, domu]

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

/drivers/pwm/
H A Dpwm-pxa.c135 static const struct of_device_id pwm_of_match[] = { variable in typeref:struct:of_device_id
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);
229 .of_match_table = pwm_of_match,
/drivers/regulator/
H A Dpwm-regulator.c177 static const struct of_device_id pwm_of_match[] = { variable in typeref:struct:of_device_id
181 MODULE_DEVICE_TABLE(of, pwm_of_match);
187 .of_match_table = of_match_ptr(pwm_of_match),

Completed in 41 milliseconds