Searched refs:wakeup (Results 201 - 225 of 242) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c1596 .wakeup = mwifiex_pm_wakeup_card,
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 */
H A Dpcie.c665 * appears to ignore or miss our wakeup request, so we continue trying
687 "PCIE wakeup: Setting PS_STATE_AWAKE\n");
3255 .wakeup = mwifiex_pm_wakeup_card,
H A Dsdio.c520 * function will also request platform specific wakeup interrupt.
997 "event: wakeup device...\n");
1010 "cmd: wakeup device completed\n");
3170 .wakeup = mwifiex_pm_wakeup_card,
/linux-master/drivers/base/power/
H A Dmain.c104 dev->power.wakeup = NULL;
442 ", may wakeup" : "", dev->power.driver_flags);
/linux-master/drivers/media/i2c/
H A Dtc358746.c540 val = tc358746_us_to_cnt(cfg->wakeup, hs_byte_clk);
/linux-master/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1457 /* host may not have enabled remote wakeup */
1616 .wakeup = pxa_udc_wakeup,
H A Ddummy_hcd.c953 .wakeup = dummy_wakeup,
1744 * device: remote wakeup, selfpowered
H A Dlpc32xx_udc.c47 usc_chg_event rmwk_chgb; /* Enable/disable remote wakeup */
667 /* Power up ISP1301 - this ISP1301 will automatically wakeup
1126 /* Remote wakeup enable/disable - notify board function of change */
2493 .wakeup = lpc32xx_wakeup,
2976 /* Enable or disable USB remote wakeup */
H A Dmv_udc_core.c1133 /* Remote wakeup feature not enabled by host */
1226 .wakeup = mv_udc_wakeup,
H A Datmel_usba_udc.c1107 .wakeup = usba_udc_wakeup,
H A Dpch_udc.c500 * pch_udc_rmt_wakeup() - Initiate for remote wakeup
1111 * pch_udc_pcd_wakeup() - This API is invoked to initiate a remote wakeup
1237 .wakeup = pch_udc_pcd_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");
H A Dnet2272.c1158 .wakeup = net2272_wakeup,
H A Dfsl_udc_core.c1156 /* Remote wakeup feature not enabled by host */
1242 .wakeup = fsl_wakeup,
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c1317 dev_err(ctrl->dev, "HW wakeup attempt during SSR\n");
1643 ctrl->ctrl.wakeup = NULL;
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c1578 musb_dbg(musb, "issue wakeup");
1676 .wakeup = musb_gadget_wakeup,
/linux-master/include/linux/mfd/
H A Dpalmas.h336 /* Do we enable the wakeup comparator on probe */
337 int wakeup; member in struct:palmas_usb_platform_data
577 int wakeup; member in struct:palmas_usb
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1011 u32 wakeup; member in struct:isr_stats
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c1047 /* Start driving resume signaling to indicate remote wakeup. */
2159 .wakeup = cdns2_gadget_wakeup,
/linux-master/drivers/usb/chipidea/
H A Dudc.c1836 .wakeup = ci_udc_wakeup,
/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/net/wireless/realtek/rtlwifi/
H A Dwifi.h2069 u16 wakeup:1; member in struct:rtl_stats
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c4071 struct cfg80211_wowlan_wakeup *wakeup; local
4087 wakeup = &wakeup_data;
4129 wakeup = NULL;
4131 cfg80211_report_wowlan_wakeup(&ifp->vif->wdev, wakeup, GFP_KERNEL);
/linux-master/include/net/
H A Dmac80211.h1641 * Not to be confused with hardware specific wakeup/sleep states,
3228 * with hardware wakeup and sleep states. Driver is responsible for waking
3232 * When PS is enabled, hardware needs to wakeup for beacons and receive the
3247 * the next wakeup. It's a compromise of getting good enough latency when
3802 * @set_wakeup: Enable or disable wakeup when WoWLAN configuration is
7122 * ieee80211_report_wowlan_wakeup - report WoWLAN wakeup
7124 * @wakeup: wakeup reason(s)
7130 struct cfg80211_wowlan_wakeup *wakeup,

Completed in 570 milliseconds

12345678910