Searched defs:capable (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dpm_wakeup.h93 extern void device_set_wakeup_capable(struct device *dev, bool capable);
105 static inline void device_set_wakeup_capable(struct device *dev, bool capable) argument
107 dev->power.can_wakeup = capable;
H A Dsecurity.h59 /* If capable should audit the security request */
1268 * @capable:
1394 int (*capable) (const struct cred *cred, struct user_namespace *ns, member in struct:security_operations
1837 * are just stubbed out, but a few must call the proper capable code.

Completed in 138 milliseconds