Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dqcom_smd-regulator.c275 static const struct of_device_id rpm_of_match[] = { variable
280 MODULE_DEVICE_TABLE(of, rpm_of_match);
297 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
333 .of_match_table = rpm_of_match,
Dqcom_rpm-regulator.c872 static const struct of_device_id rpm_of_match[] = { variable
878 MODULE_DEVICE_TABLE(of, rpm_of_match);
895 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
932 .of_match_table = of_match_ptr(rpm_of_match),