Searched refs:device_may_wakeup (Results 76 - 100 of 274) sorted by relevance

1234567891011

/linux-master/drivers/input/keyboard/
H A Dspear-keyboard.c297 if (device_may_wakeup(&pdev->dev)) {
344 if (device_may_wakeup(&pdev->dev)) {
H A Dimx_keypad.c532 if (device_may_wakeup(&pdev->dev)) {
552 if (device_may_wakeup(&pdev->dev))
H A Dtc3589x-keypad.c469 if (!device_may_wakeup(&pdev->dev))
487 if (!device_may_wakeup(&pdev->dev))
/linux-master/drivers/rtc/
H A Drtc-ma35d1.c268 if (device_may_wakeup(&pdev->dev))
278 if (device_may_wakeup(&pdev->dev))
H A Drtc-mt2712.c364 if (device_may_wakeup(dev)) {
378 if (device_may_wakeup(dev) && mt2712_rtc->irq_wake_enabled) {
H A Drtc-ds1343.c448 if (spi->irq >= 0 && device_may_wakeup(dev))
458 if (spi->irq >= 0 && device_may_wakeup(dev))
H A Drtc-rk808.c339 if (device_may_wakeup(dev))
352 if (device_may_wakeup(dev))
H A Drtc-cadence.c373 if (device_may_wakeup(dev))
383 if (device_may_wakeup(dev))
H A Drtc-spear.c425 if (device_may_wakeup(&pdev->dev)) {
444 if (device_may_wakeup(&pdev->dev)) {
H A Drtc-88pm860x.c351 if (device_may_wakeup(dev))
360 if (device_may_wakeup(dev))
H A Drtc-ds1374.c552 if (client->irq > 0 && device_may_wakeup(&client->dev))
561 if (client->irq > 0 && device_may_wakeup(&client->dev))
H A Drtc-hym8563.c474 if (device_may_wakeup(dev)) {
489 if (device_may_wakeup(dev))
H A Drtc-tps65910.c440 if (device_may_wakeup(dev))
449 if (device_may_wakeup(dev))
H A Drtc-mt6397.c314 if (device_may_wakeup(dev))
324 if (device_may_wakeup(dev))
H A Drtc-at91sam9.c480 if (device_may_wakeup(dev) && (mr & AT91_RTT_ALMIEN)) {
506 if (device_may_wakeup(dev))
/linux-master/drivers/mfd/
H A Das3722.c407 if (device_may_wakeup(dev))
420 if (device_may_wakeup(dev))
H A Dtc3589x.c446 if (!device_may_wakeup(&client->dev))
460 if (!device_may_wakeup(&client->dev))
/linux-master/drivers/usb/dwc3/
H A Ddwc3-am62.c321 if (device_may_wakeup(dev)) {
353 if (device_may_wakeup(dev)) {
/linux-master/drivers/usb/phy/
H A Dphy-generic.c54 if (!IS_ERR(nop->vcc) && !device_may_wakeup(x->dev))
57 if (!IS_ERR(nop->vcc) && !device_may_wakeup(x->dev))
/linux-master/drivers/acpi/
H A Ddevice_pm.c720 wakeup = device_may_wakeup(dev) && adev->wakeup.flags.valid
722 } else if (device_may_wakeup(dev) && dev->power.wakeirq) {
1098 device_may_wakeup(dev) != !!adev->wakeup.prepare_count))
1187 return ret ? ret : acpi_dev_suspend(dev, device_may_wakeup(dev));
1213 if (device_can_wakeup(dev) && !device_may_wakeup(dev))
1349 return acpi_dev_suspend(dev, device_may_wakeup(dev));
/linux-master/drivers/input/touchscreen/
H A Dzforce_ts.c475 if (ts->suspended && device_may_wakeup(&client->dev))
501 if (!ts->suspending && device_may_wakeup(&client->dev))
529 if (ts->suspending && device_may_wakeup(&client->dev))
582 if (!ts->suspending && device_may_wakeup(&client->dev))
624 if (device_may_wakeup(&client->dev)) {
666 if (device_may_wakeup(&client->dev)) {
H A Dpixcir_i2c_ts.c417 if (device_may_wakeup(&client->dev)) {
444 if (device_may_wakeup(&client->dev)) {
/linux-master/drivers/gpio/
H A Dgpio-htc-egpio.c372 if (ei->chained_irq && device_may_wakeup(&pdev->dev))
381 if (ei->chained_irq && device_may_wakeup(&pdev->dev))
/linux-master/drivers/extcon/
H A Dextcon-axp288.c483 if (device_may_wakeup(dev))
498 if (device_may_wakeup(dev))
H A Dextcon-palmas.c371 if (device_may_wakeup(dev)) {
388 if (device_may_wakeup(dev)) {

Completed in 249 milliseconds

1234567891011