Home
last modified time | relevance | path

Searched defs:allow (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-samsung/
Dpm.c71 #define any_allowed(mask, allow) (((mask) & (allow)) != (allow)) argument
/arch/mips/alchemy/common/
Dirq.c594 static inline void gpic_pin_set_idlewake(unsigned int gpio, int allow) in gpic_pin_set_idlewake()