Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/renesas/
H A Drmobile-sysc.c139 } special_pds[MAX_NUM_SPECIAL_PDS] __initdata; variable
161 if (pd == special_pds[i].pd && type == special_pds[i].type) { in add_special_pd()
166 if (num_special_pds == ARRAY_SIZE(special_pds)) { in add_special_pd()
174 special_pds[num_special_pds].pd = pd; in add_special_pd()
175 special_pds[num_special_pds].type = type; in add_special_pd()
202 of_node_put(special_pds[i].pd); in put_special_pds()
210 if (pd == special_pds[i].pd) in pd_type()
211 return special_pds[i].type; in pd_type()