Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/qcom/
H A Drpmpd.c64 struct rpmpd **rpmpds; member
670 .rpmpds = qcs404_rpmpds,
923 struct rpmpd **rpmpds; in rpmpd_probe() local
936 rpmpds = desc->rpmpds; in rpmpd_probe()
951 if (!rpmpds[i]) { in rpmpd_probe()
957 rpmpds[i]->rpm = rpm; in rpmpd_probe()
970 if (!rpmpds[i]) in rpmpd_probe()
973 if (rpmpds[i]->parent) in rpmpd_probe()
974 pm_genpd_add_subdomain(rpmpds[i]->parent, &rpmpds[i]->pd); in rpmpd_probe()
983 struct rpmpd **rpmpds = desc->rpmpds; in rpmpd_sync_state() local
[all …]