rpm_of_match      928 drivers/regulator/qcom_rpm-regulator.c static const struct of_device_id rpm_of_match[] = {
rpm_of_match      936 drivers/regulator/qcom_rpm-regulator.c MODULE_DEVICE_TABLE(of, rpm_of_match);
rpm_of_match      953 drivers/regulator/qcom_rpm-regulator.c 	match = of_match_device(rpm_of_match, &pdev->dev);
rpm_of_match      995 drivers/regulator/qcom_rpm-regulator.c 		.of_match_table = of_match_ptr(rpm_of_match),
rpm_of_match      766 drivers/regulator/qcom_smd-regulator.c static const struct of_device_id rpm_of_match[] = {
rpm_of_match      777 drivers/regulator/qcom_smd-regulator.c MODULE_DEVICE_TABLE(of, rpm_of_match);
rpm_of_match      794 drivers/regulator/qcom_smd-regulator.c 	match = of_match_device(rpm_of_match, &pdev->dev);
rpm_of_match      835 drivers/regulator/qcom_smd-regulator.c 		.of_match_table = rpm_of_match,