Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dqcom_smd-regulator.c766 static const struct of_device_id rpm_of_match[] = { variable
777 MODULE_DEVICE_TABLE(of, rpm_of_match);
794 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
835 .of_match_table = rpm_of_match,
Dqcom_rpm-regulator.c928 static const struct of_device_id rpm_of_match[] = { variable
936 MODULE_DEVICE_TABLE(of, rpm_of_match);
953 match = of_match_device(rpm_of_match, &pdev->dev); in rpm_reg_probe()
995 .of_match_table = of_match_ptr(rpm_of_match),