Home
last modified time | relevance | path

Searched defs:capable (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dpm_wakeup.h119 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable()
Dcapability.h231 static inline bool capable(int cap) in capable() function
Diommu.h190 bool (*capable)(enum iommu_cap); member
Dlsm_hooks.h1449 int (*capable)(const struct cred *cred, member
1793 struct hlist_head capable; member
/linux-4.19.296/drivers/base/power/
Dwakeup.c420 void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable()
/linux-4.19.296/drivers/pci/pcie/
Daspm.c182 int capable = 1, enabled = 1; in pcie_clkpm_cap_init() local