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

12345678910

/linux-master/drivers/usb/gadget/udc/
H A Dgr_udc.c903 /* Self powered | remote wakeup */
910 /* Allow remote wakeup */
928 /* Disallow remote wakeup */
1863 /* Remote wakeup feature not enabled by host*/
1935 .wakeup = gr_wakeup,
H A Dat91_udc.c168 (mask & (1 << 13)) ? " wakeup" : "",
989 .wakeup = at91_wakeup,
1122 * Hosts may set or clear remote wakeup status, and
1960 * PLLB for USB events (signaling for reset, wakeup, or incoming
H A Dpxa27x_udc.c1457 /* host may not have enabled remote wakeup */
1616 .wakeup = pxa_udc_wakeup,
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 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/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,
/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/slimbus/
H A Dqcom-ngd-ctrl.c1316 dev_err(ctrl->dev, "HW wakeup attempt during SSR\n");
1646 ctrl->ctrl.wakeup = NULL;
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c1569 musb_dbg(musb, "issue wakeup");
1667 .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/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/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2047 u16 wakeup:1; member in struct:rtl_stats
/linux-master/include/net/bluetooth/
H A Dhci_core.h646 bool (*wakeup)(struct hci_dev *hdev); member in struct:hci_dev
/linux-master/include/net/
H A Dmac80211.h1641 * Not to be confused with hardware specific wakeup/sleep states,
3235 * with hardware wakeup and sleep states. Driver is responsible for waking
3239 * When PS is enabled, hardware needs to wakeup for beacons and receive the
3254 * the next wakeup. It's a compromise of getting good enough latency when
3809 * @set_wakeup: Enable or disable wakeup when WoWLAN configuration is
7134 * ieee80211_report_wowlan_wakeup - report WoWLAN wakeup
7136 * @wakeup: wakeup reason(s)
7142 struct cfg80211_wowlan_wakeup *wakeup,

Completed in 709 milliseconds

12345678910