Searched refs:wakeup (Results 101 - 125 of 242) sorted by relevance

12345678910

/linux-master/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c557 bool wakeup = false; local
565 wakeup |= pci1xxxx_port_suspend(priv->line[i]);
578 if (wakeup)
/linux-master/drivers/pci/
H A Dpci-acpi.c825 * pci_acpi_wake_bus - Root bus wakeup notification fork function.
826 * @context: Device wakeup context.
833 adev = container_of(context, struct acpi_device, wakeup.context);
839 * pci_acpi_wake_dev - PCI device wakeup notification work function.
840 * @context: Device wakeup context.
892 * (Power Resources for Wake) supporting system wakeup from "x"
1017 * If the Root Port cannot signal wakeup signals at all, i.e., it
1018 * doesn't supply a wakeup GPE via _PRW, it cannot signal hotplug
1021 if (!rpadev->wakeup.flags.valid)
1026 * to verify whether or not it can signal wakeup fro
[all...]
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_core.c746 bool wakeup = false; local
819 wakeup = true;
823 if (wakeup)
1185 bool wakeup; local
1192 wakeup = events || session->cancel_waiters;
1196 return wakeup;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c34 * need to force wakeup.
152 .wakeup = NULL,
157 .wakeup = ath12k_pci_bus_wake_up,
1157 * need to wakeup MHI to access.
1160 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup)
1161 ret = ab_pci->pci_ops->wakeup(ab);
1204 * need to wakeup MHI to access.
1207 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup)
1208 ret = ab_pci->pci_ops->wakeup(ab);
/linux-master/arch/arm/mach-sa1100/
H A Dassabet.c475 .wakeup = 1,
482 .wakeup = 1,
/linux-master/include/linux/
H A Dparport.h138 void (*wakeup)(void *); member in struct:pardevice
358 void (*wakeup)(void *); member in struct:pardev_cb
H A Dacpi.h535 int wake_irq, bool (*wakeup)(void *context), void *context);
537 bool (*wakeup)(void *context), void *context);
1056 bool (*wakeup)(void *context), void *context)
1062 bool (*wakeup)(void *context), void *context) { }
1124 int acpi_dev_suspend(struct device *dev, bool wakeup);
/linux-master/net/smc/
H A Dsmc_close.c377 goto wakeup;
428 wakeup:
429 sk->sk_data_ready(sk); /* wakeup blocked rcvbuf consumers */
430 sk->sk_write_space(sk); /* wakeup blocked sndbuf producers */
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c193 .wakeup = true,
302 .wakeup = true,
/linux-master/drivers/input/keyboard/
H A Dmatrix_keypad.c385 pdata->wakeup = of_property_read_bool(np, "wakeup-source") ||
386 of_property_read_bool(np, "linux,wakeup"); /* legacy */
494 device_init_wakeup(&pdev->dev, pdata->wakeup);
H A Dtegra-kbc.c89 bool wakeup; member in struct:tegra_kbc
315 rst_val = (filter && !kbc->wakeup) ? ~0 : 0;
509 if (of_property_read_bool(np, "wakeup-source") ||
510 of_property_read_bool(np, "nvidia,wakeup-source")) /* legacy */
511 kbc->wakeup = true;
705 device_init_wakeup(&pdev->dev, kbc->wakeup);
781 * wakeup request and we get a nasty warning when
H A Dsamsung-keypad.c296 pdata->wakeup = of_property_read_bool(np, "wakeup-source") ||
298 of_property_read_bool(np, "linux,input-wakeup");
425 device_init_wakeup(&pdev->dev, pdata->wakeup);
/linux-master/drivers/net/wireless/ath/
H A Dath.h143 void (*wakeup)(struct ath_common *common); member in struct:ath_ps_ops
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c372 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; local
478 wakeup = 0x3ff;
510 T_WAKEUP_CNT_HI(wakeup >> 8));
512 T_WAKEUP_CNT_LO(wakeup));
/linux-master/drivers/hwmon/
H A Dsht15.c839 goto wakeup;
848 goto wakeup;
860 goto wakeup;
874 wakeup:
/linux-master/drivers/acpi/
H A DMakefile30 acpi-y += wakeup.o
H A Dacpi_dbg.c241 static void acpi_aml_unlock_fifo(unsigned long flag, bool wakeup) argument
245 if (wakeup)
/linux-master/drivers/i2c/busses/
H A Di2c-sh_mobile.c406 int wakeup = 0; local
422 wakeup = sh_mobile_i2c_isr_rx(pd);
424 wakeup = sh_mobile_i2c_isr_tx(pd);
433 if (wakeup) {
/linux-master/drivers/usb/chipidea/
H A Dusbmisc_imx.c147 /* It's called when we need to enable/disable usb wakeup */
408 pr_debug("wakeup int at ci_hdrc.%d\n", data->index);
557 /* Set vbus wakeup source as bvalid */
561 * Disable dp/dm wakeup in device mode when vbus is
615 dev_dbg(data->dev, "wakeup int\n");
1165 int imx_usbmisc_suspend(struct imx_usbmisc_data *data, bool wakeup) argument
1178 if (wakeup && usbmisc->ops->set_wakeup)
1196 int imx_usbmisc_resume(struct imx_usbmisc_data *data, bool wakeup) argument
1217 if (wakeup && usbmisc->ops->set_wakeup)
1237 if (wakeup
[all...]
/linux-master/arch/x86/events/intel/
H A Dpt.c1086 unsigned long idx, npages, wakeup; local
1127 wakeup = handle->wakeup >> PAGE_SHIFT;
1131 if (idx > wakeup)
1132 idx = wakeup;
/linux-master/drivers/usb/typec/tipd/
H A Dcore.c139 int wakeup; member in struct:tps6598x
1430 tps->wakeup = device_property_read_bool(tps->dev, "wakeup-source");
1431 if (tps->wakeup && client->irq) {
1479 if (tps->wakeup) {
1508 if (tps->wakeup) {
/linux-master/drivers/thunderbolt/
H A Dnhi.c964 static int __nhi_suspend_noirq(struct device *dev, bool wakeup) argument
976 ret = nhi->ops->suspend_noirq(tb->nhi, wakeup);
1010 * If power rails are sustainable for wakeup from S4 this
1022 bool wakeup; local
1024 wakeup = device_may_wakeup(dev) && nhi_wake_supported(pdev);
1025 return __nhi_suspend_noirq(dev, wakeup);
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c2168 bool wakeup = runtime ? true : device_may_wakeup(dev); local
2195 err = xhci_suspend(xhci, wakeup);
2203 if (wakeup)
2213 if (!wakeup)
2238 bool wakeup = runtime ? true : device_may_wakeup(dev); local
2256 if (wakeup)
2263 if (!wakeup)
2286 if (wakeup)
2307 if (!wakeup)
/linux-master/arch/x86/kvm/
H A Di8259.c53 bool wakeup = s->wakeup_needed; variable
61 if (wakeup) {
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c384 .wakeup = 1,
413 .wakeup = 1,

Completed in 272 milliseconds

12345678910