Home
last modified time | relevance | path

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

/arch/arm/mach-shmobile/
Dpm-rmobile.c160 enum pd_types { enum
172 enum pd_types type;
185 static void __init add_special_pd(struct device_node *np, enum pd_types type) in add_special_pd()
229 add_special_pd(np, (enum pd_types)id->data); in get_special_pds()
240 static enum pd_types __init pd_type(const struct device_node *pd) in pd_type()