pwm_of_match      132 drivers/pwm/pwm-pxa.c static const struct of_device_id pwm_of_match[] = {
pwm_of_match      139 drivers/pwm/pwm-pxa.c MODULE_DEVICE_TABLE(of, pwm_of_match);
pwm_of_match      146 drivers/pwm/pwm-pxa.c 	const struct of_device_id *id = of_match_device(pwm_of_match, dev);
pwm_of_match      225 drivers/pwm/pwm-pxa.c 		.of_match_table = pwm_of_match,
pwm_of_match      389 drivers/regulator/pwm-regulator.c static const struct of_device_id pwm_of_match[] = {
pwm_of_match      393 drivers/regulator/pwm-regulator.c MODULE_DEVICE_TABLE(of, pwm_of_match);
pwm_of_match      398 drivers/regulator/pwm-regulator.c 		.of_match_table = of_match_ptr(pwm_of_match),