Searched refs:device_may_wakeup (Results 126 - 150 of 275) sorted by relevance

1234567891011

/linux-master/drivers/power/supply/
H A Dmax17040_battery.c564 if (client->irq && device_may_wakeup(dev))
575 if (client->irq && device_may_wakeup(dev))
H A Daxp20x_usb_power.c566 if (device_may_wakeup(&power->supply->dev))
579 if (device_may_wakeup(&power->supply->dev))
/linux-master/drivers/crypto/caam/
H A Djr.c730 } else if (device_may_wakeup(&pdev->dev)) {
787 } else if (device_may_wakeup(&pdev->dev)) {
/linux-master/drivers/usb/mtu3/
H A Dmtu3_plat.c593 if (!device_may_wakeup(dev))
601 if (!device_may_wakeup(dev))
/linux-master/drivers/rtc/
H A Drtc-at91rm9200.c593 if (device_may_wakeup(dev)) {
613 if (device_may_wakeup(dev)) {
H A Drtc-sh.c647 if (device_may_wakeup(dev))
655 if (device_may_wakeup(dev))
H A Drtc-ds3232.c546 if (device_may_wakeup(dev)) {
558 if (device_may_wakeup(dev))
H A Drtc-wm831x.c352 if (wm831x_rtc->alarm_enabled && device_may_wakeup(dev))
H A Drtc-st-lpc.c262 if (device_may_wakeup(dev))
/linux-master/drivers/input/keyboard/
H A Dsamsung-keypad.c513 if (device_may_wakeup(&keypad->pdev->dev))
517 if (device_may_wakeup(&keypad->pdev->dev))
/linux-master/drivers/usb/phy/
H A Dphy-mxs-usb.c827 if (device_may_wakeup(dev))
837 if (device_may_wakeup(dev))
/linux-master/drivers/input/touchscreen/
H A Dti_am335x_tsc.c517 if (device_may_wakeup(dev)) {
531 if (device_may_wakeup(dev)) {
H A Dilitek_ts_i2c.c606 if (!device_may_wakeup(dev)) {
621 if (!device_may_wakeup(dev)) {
H A Dbu21013_ts.c562 if (!device_may_wakeup(&client->dev))
574 if (!device_may_wakeup(&client->dev)) {
H A Dauo-pixcir-ts.c425 if (device_may_wakeup(&client->dev)) {
454 if (device_may_wakeup(&client->dev)) {
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_imx.c569 PMSG_IS_AUTO(msg) || device_may_wakeup(dev));
608 PMSG_IS_AUTO(msg) || device_may_wakeup(dev));
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_stm32g0.c717 if (device_may_wakeup(dev) || device_wakeup_path(dev))
731 if (device_may_wakeup(dev) || device_wakeup_path(dev))
/linux-master/drivers/usb/host/
H A Dohci-s3c2410.c418 bool do_wakeup = device_may_wakeup(dev);
H A Dohci-omap.c354 bool do_wakeup = device_may_wakeup(&pdev->dev);
H A Dehci-st.c277 bool do_wakeup = device_may_wakeup(dev);
H A Dohci-st.c259 bool do_wakeup = device_may_wakeup(dev);
H A Dohci-platform.c274 bool do_wakeup = device_may_wakeup(dev);
H A Dehci-orion.c194 return ehci_suspend(hcd, device_may_wakeup(dev));
/linux-master/drivers/mfd/
H A Dti_am335x_tscadc.c315 return device_may_wakeup(dev);
/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c338 if (device_may_wakeup(dev)) {

Completed in 396 milliseconds

1234567891011