Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h122 void linuxkpi_device_set_wakeup_capable(struct device *, bool);
127 linuxkpi_device_set_wakeup_capable(dev, capable); in device_set_wakeup_capable()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2840 linuxkpi_device_set_wakeup_capable(struct device *dev, bool capable) in linuxkpi_device_set_wakeup_capable() function