Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c233 } special_pds[MAX_NUM_SPECIAL_PDS] __initdata; variable
255 if (pd == special_pds[i].pd && type == special_pds[i].type) { in add_special_pd()
260 if (num_special_pds == ARRAY_SIZE(special_pds)) { in add_special_pd()
269 special_pds[num_special_pds].pd = pd; in add_special_pd()
270 special_pds[num_special_pds].type = type; in add_special_pd()
297 of_node_put(special_pds[i].pd); in put_special_pds()
305 if (pd == special_pds[i].pd) in pd_type()
306 return special_pds[i].type; in pd_type()