Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dqcom_smd-regulator.c664 static const struct of_device_id rpm_of_match[] = { variable
674 MODULE_DEVICE_TABLE(of, rpm_of_match);
691 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
732 .of_match_table = rpm_of_match,
Dqcom_rpm-regulator.c936 static const struct of_device_id rpm_of_match[] = { variable
944 MODULE_DEVICE_TABLE(of, rpm_of_match);
961 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
1003 .of_match_table = of_match_ptr(rpm_of_match),