Searched refs:wakeup (Results 76 - 100 of 243) sorted by last modified time

12345678910

/linux-master/include/trace/events/
H A Dsunrpc.h464 DEFINE_RPC_QUEUED_EVENT(wakeup); variable
2050 __field(unsigned long, wakeup)
2056 __entry->wakeup = ktime_to_us(ktime_sub(ktime_get(),
2060 TP_printk(SVC_XPRT_ENDPOINT_FORMAT " wakeup-us=%lu",
2061 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup)
H A Dtimer_migration.h147 __field( u64, wakeup )
154 __entry->wakeup = tmc->wakeup;
159 TP_printk("cpu=%d parent=%p wakeup=%llu", __entry->cpu, __entry->parent, __entry->wakeup)
205 __field( u64, wakeup)
212 __entry->wakeup = tmc->wakeup;
217 TP_printk("cpu=%d parent=%p nextevt=%llu wakeup=%llu",
218 __entry->cpu, __entry->parent, __entry->nextevt, __entry->wakeup)
[all...]
/linux-master/fs/f2fs/
H A Dsegment.h936 bool wakeup = false; local
947 wakeup = true;
952 if (!wakeup || !is_idle(sbi, DISCARD_TIME))
H A Dsegment.c2217 goto wakeup;
2252 wakeup:
/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 Dgpio_keys_polled.c187 button->wakeup =
188 fwnode_property_read_bool(child, "wakeup-source") ||
190 fwnode_property_read_bool(child, "gpio-key,wakeup");
284 if (button->wakeup) {
285 dev_err(dev, DRV_NAME " does not support wakeup\n");
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c103 unsigned int wakeup; member in struct:dvb_frontend_private
643 if (fepriv->wakeup) {
644 fepriv->wakeup = 0;
654 fepriv->wakeup = 1;
674 fepriv->wakeup = 0;
/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/mm/
H A Dkhugepaged.c423 int wakeup; local
442 wakeup = list_empty(&khugepaged_scan.mm_head);
447 if (wakeup)
/linux-master/include/linux/
H A Dpm.h145 * wakeup events or change its power state. The majority of subsystems
153 * @suspend_late(), but it should not enable the device to signal wakeup
189 * system wakeup signals and is enabled to wake up the system, it should be
193 * wakeup signals, in which case it generally is not necessary to define
207 * signal system wakeup by any of these callbacks.
227 * power and is capable of generating runtime wakeup events, remote wakeup
232 * wakeup event generated by hardware or at the request of software. If
521 * REMOTE_WAKEUP Remote-wakeup request was received from the device.
680 struct wakeup_source *wakeup; member in struct:dev_pm_info
[all...]
/linux-master/include/linux/mfd/
H A Dmax8998.h70 * @wakeup: Allow to wake up from suspend
93 bool wakeup; member in struct:max8998_platform_data
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c540 bool wakeup)
543 if (wakeup) {
566 bool wakeup = false; local
571 xfs_extent_busy_put_pag(pag, wakeup);
575 wakeup = false;
583 wakeup = true;
588 xfs_extent_busy_put_pag(pag, wakeup);
/linux-master/drivers/usb/gadget/udc/
H A Dmax3420_udc.c807 dev_dbg(udc->dev, "Asked Host to wakeup\n");
1088 /* Only if wakeup allowed by host */
1146 .wakeup = max3420_wakeup,
H A Domap_udc.c1153 DBG("remote wakeup...\n");
1320 .wakeup = omap_wakeup,
2945 /* suspend/resume/wakeup from sysfs (echo > power/state) or when the
2951 * make host resumes and VBUS detection trigger OMAP wakeup events; that
2975 DBG("resume + wakeup/SRP\n");
/linux-master/drivers/pci/
H A Dpci.c2531 * __pci_enable_wake - enable PCI device as wakeup event source
2533 * @state: PCI state from which device will issue wakeup events
2536 * This enables the device as a wakeup event source, or disables it.
2555 * wakeup on behalf of subordinate devices which is set up
2557 * power-manageable may signal wakeup for themselves (for example,
2602 * pci_enable_wake - change wakeup settings for a PCI device
2604 * @state: PCI state from which device will issue wakeup events
2644 * @wakeup: Whether or not wakeup functionality will be enabled for the device.
2650 static pci_power_t pci_target_state(struct pci_dev *dev, bool wakeup) argument
2712 bool wakeup = device_may_wakeup(&dev->dev); local
[all...]
/linux-master/kernel/time/
H A Dtimer_migration.h83 * @wakeup: Stores the first timer when the timer migration
96 u64 wakeup; member in struct:tmigr_cpu
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h827 int (*wakeup) (struct mwifiex_adapter *); member in struct:mwifiex_if_ops
1433 /* Disable platform specific wakeup interrupt */
1448 /* Enable platform specific wakeup interrupt */
1451 /* Enable platform specific wakeup interrupt */
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c443 struct cfg80211_wowlan_wakeup wakeup = { local
482 wakeup.rfkill_release = true;
483 ieee80211_report_wowlan_wakeup(vif, &wakeup,
526 IWL_INFO(priv, "WoWLAN wakeup reason(s): 0x%.8x\n", reasons);
530 wakeup.magic_pkt = true;
532 wakeup.pattern_idx = status_data.pattern_number;
535 wakeup.disconnect = true;
537 wakeup.gtk_rekey_failure = true;
539 wakeup.eap_identity_req = true;
541 wakeup
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4467 il->isr_stats.wakeup++;
H A D3945-mac.c1468 il->isr_stats.wakeup++;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c75 .wakeup = ath9k_htc_op_ps_wakeup,
/linux-master/drivers/bluetooth/
H A Dhci_h5.c169 goto wakeup;
174 goto wakeup;
188 wakeup:
377 BT_DBG("Peer requested wakeup");
753 BT_DBG("Sending wakeup request");
982 /* The controller needs up to 500ms to wakeup */
/linux-master/drivers/acpi/
H A Dec.c660 bool wakeup = false; local
691 wakeup = true;
701 wakeup = true;
712 if (wakeup && interrupt)
1028 * atomic context during wakeup, so we don't need to acquire the mutex).
2088 * Report wakeup if the status bit is set for any enabled GPE other
2095 * Cancel the SCI wakeup and process all pending events in case there
2096 * are any wakeup ones in there.
2100 * should be missed by canceling the wakeup here.
2105 * Dispatch the EC GPE in-band, but do not report wakeup i
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c2893 /* Start driving resume signaling to indicate remote wakeup. */
3121 .wakeup = cdns3_gadget_wakeup,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c378 /* wakeup QPs orphaned on the dmawait list */
386 if (w->wakeup) {
387 w->wakeup(w, SDMA_AVAIL_REASON);
1748 if (!wait->wakeup)
1776 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON);
1780 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON);

Completed in 672 milliseconds

12345678910