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

/drivers/base/power/
H A Dwakeup.c284 * @capable: Whether or not @dev is capable of waking up the system from sleep.
286 * If @capable is set, set the @dev's power.can_wakeup flag and add its
293 void device_set_wakeup_capable(struct device *dev, bool capable) argument
295 if (!!dev->power.can_wakeup == !!capable)
299 if (capable) {
306 dev->power.can_wakeup = capable;
/drivers/pci/pcie/
H A Daspm.c57 u32 clkpm_capable:1; /* Clock PM capable? */
144 /* Don't enable Clock PM if the link is not Clock PM capable */
155 int capable = 1, enabled = 1; local
165 capable = 0;
175 link->clkpm_capable = (blacklist) ? 0 : capable;
392 /* Setup initial capable state. Will be updated later */
583 * upstream links also because capable state of them can be
/drivers/net/ethernet/apple/
H A Dbmac.c436 unsigned int capable, ctrl; local
439 capable = ((bmac_mif_read(dev, 1) & 0xf800) >> 6) | 1;
440 if (bmac_mif_read(dev, 4) != capable ||
442 bmac_mif_write(dev, 4, capable);
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h451 } capable; member in struct:matrox_fb_info

Completed in 139 milliseconds