Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/renesas/
H A Drmobile-sysc.c138 } special_pds[MAX_NUM_SPECIAL_PDS] __initdata; variable
160 if (pd == special_pds[i].pd && type == special_pds[i].type) { in add_special_pd()
165 if (num_special_pds == ARRAY_SIZE(special_pds)) { in add_special_pd()
173 special_pds[num_special_pds].pd = pd; in add_special_pd()
174 special_pds[num_special_pds].type = type; in add_special_pd()
201 of_node_put(special_pds[i].pd); in put_special_pds()
209 if (pd == special_pds[i].pd) in pd_type()
210 return special_pds[i].type; in pd_type()