Searched refs:wakeup (Results 151 - 175 of 242) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c138 .wakeup = ath11k_pci_bus_wake_up,
146 .wakeup = NULL,
/linux-master/include/acpi/
H A Dacpi_bus.h323 u8 valid:1; /* Can successfully enable wakeup? */
472 struct acpi_device_wakeup wakeup; member in struct:acpi_device
851 return adev->wakeup.flags.valid;
/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);
/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/bluetooth/
H A Dhci_qca.c1673 bool wakeup; local
1680 * status of device may wakeup.
1682 wakeup = device_may_wakeup(&hu->serdev->ctrl->dev);
1683 bt_dev_dbg(hu->hdev, "wakeup status : %d", wakeup);
1685 return wakeup;
1963 hu->hdev->wakeup = qca_wakeup;
H A Dbtmrvl_main.c501 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin",
506 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms",
686 hdev->wakeup = btmrvl_wakeup;
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c487 "can't wakeup from link state %d\n",
510 .wakeup = bdc_udc_wakeup,
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c286 DDBG(d, "Device initiated wakeup\n");
468 .wakeup = ast_vhub_udc_wakeup,
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h70 u32 wakeup; member in struct:isr_statistics
H A Drx.c183 IWL_DEBUG_INFO(trans, "Rx queue requesting wakeup, GP1 = 0x%x\n",
1975 isr_stats->wakeup++;
2360 isr_stats->wakeup++;
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c211 .wakeup = 1,
/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)
/linux-master/drivers/usb/gadget/udc/
H A Dcore.c510 * remote wakeup even when hosts don't explicitly enable it.
516 if (!gadget->ops->wakeup) {
521 ret = gadget->ops->wakeup(gadget);
531 * usb_gadget_set_remote_wakeup - configures the device remote wakeup feature.
532 * @gadget:the device being configured for remote wakeup
535 * set to one to enable remote wakeup feature and zero to disable it.
/linux-master/net/wireless/
H A Dnl80211.c13745 * wakeup trigger modes.
19695 struct cfg80211_wowlan_wakeup *wakeup)
19697 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect;
19754 struct cfg80211_wowlan_wakeup *wakeup,
19762 trace_cfg80211_report_wowlan_wakeup(wdev->wiphy, wdev, wakeup);
19764 if (wakeup)
19765 size += wakeup->packet_present_len;
19784 if (wakeup) {
19792 if (wakeup->disconnect &&
19795 if (wakeup
19694 cfg80211_net_detect_results(struct sk_buff *msg, struct cfg80211_wowlan_wakeup *wakeup) argument
19753 cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev, struct cfg80211_wowlan_wakeup *wakeup, gfp_t gfp) argument
[all...]
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1210 bool wakeup; local
1232 wakeup = false;
1252 wakeup = true;
1255 wakeup = true;
1267 if (wakeup) {
/linux-master/net/tipc/
H A Dsocket.c559 /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */
838 * @timeout: timeout to wait for wakeup
952 * @timeout: timeout to wait for wakeup
996 * @timeout: timeout to wait for wakeup
1078 * @timeout: timeout to wait for wakeup
1152 * @timeout: timeout to wait for wakeup
2156 bool wakeup = false; local
2167 wakeup = true;
2171 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
2174 tipc_group_member_evt(tsk->group, &wakeup,
[all...]
/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/drivers/net/ethernet/intel/ice/
H A Dice_sched.c3071 * ice_sched_calc_wakeup - calculate RL profile wakeup parameter
3075 * This function calculates the wakeup parameter of RL profile.
3081 u16 wakeup = 0; local
3083 /* Get the wakeup integer value */
3087 wakeup = (u16)((1 << 15) | wakeup_int);
3105 wakeup |= (u16)(wakeup_int << 9);
3106 wakeup |= (u16)(0x1ff & wakeup_f_int);
3109 return wakeup;
/linux-master/drivers/usb/class/
H A Dusbtmc.c1073 int wakeup = 0; local
1090 wakeup = 1;
1100 if (usb_anchor_empty(&file_data->submitted) || wakeup)
/linux-master/mm/
H A Dkhugepaged.c423 int wakeup; local
442 wakeup = list_empty(&khugepaged_scan.mm_head);
447 if (wakeup)
/linux-master/fs/
H A Duserfaultfd.c878 goto wakeup;
911 wakeup:
1652 * UFFDIO_*_MODE_DONTWAKE to wakeup userfaults in batches.
/linux-master/drivers/slimbus/
H A Dqcom-ctrl.c287 /* Make sure framer wakeup write goes through before ISR fires */
527 sctrl->wakeup = qcom_clk_pause_wakeup;
/linux-master/drivers/usb/mtu3/
H A Dmtu3_gadget.c449 /* remote wakeup feature is not enabled by host */
456 * class driver may do function wakeup even UFP is in U0,
626 .wakeup = mtu3_gadget_wakeup,
/linux-master/sound/drivers/
H A Dmts64.c914 .wakeup = NULL,
/linux-master/drivers/scsi/
H A Dppa.c1065 ppa_cb.wakeup = ppa_wakeup;

Completed in 475 milliseconds

12345678910