Searched refs:wakeup (Results 151 - 175 of 243) sorted by last modified time

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
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 Dmain.c305 adapter->if_ops.wakeup(adapter);
316 /* We have tried to wakeup the card already */
1613 /* Notify PM core we are wakeup source */
1646 dev_err(dev, "fail to init wakeup for mwifiex\n");
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c844 par_cb.wakeup = epp_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 Dpci_root.c747 device_set_wakeup_capable(root->bus->bridge, device->wakeup.flags.valid);
/linux-master/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c237 int error, wakeup; local
240 wakeup = gpiod_get_value(mode_gpio1);
241 if (!wakeup)
244 dev_dbg(ddata->dev, "OOB wake on mode_gpio1: %i\n", wakeup);
/linux-master/drivers/usb/gadget/udc/
H A Dudc-xilinx.c167 * @remote_wkp: remote wakeup enabled by host
1232 * xudc_wakeup - Send remote wakeup signal to host
1256 * is not cleared by HW after sending remote wakeup to host.
1399 /* Set device address and remote wakeup to 0 */
1423 /* Set device address and remote wakeup to 0 */
1436 .wakeup = xudc_wakeup,
1490 /* Set device address and remote wakeup to 0 */
H A Drenesas_usbf.c2855 /* Remote wakeup feature must be disabled on USB bus reset */
3149 dev_dbg(udc->dev, "remote wakeup not allowed\n");
3154 dev_dbg(udc->dev, "do wakeup\n");
3172 .wakeup = usbf_udc_wakeup,
/linux-master/drivers/usb/cdns3/
H A Dcore.h44 bool suspend, bool wakeup);
63 * @wakeup_irq: irq number for wakeup event, it is optional
77 * @wakeup_pending: wakeup interrupt pending
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c407 bool wakeup = false; local
417 wakeup = true;
429 if (wakeup)
/linux-master/drivers/mfd/
H A Drt5033.c68 rt5033->wakeup = true;
101 device_init_wakeup(rt5033->dev, rt5033->wakeup);
/linux-master/arch/um/kernel/
H A Dirq.c38 bool wakeup; member in struct:irq_reg
87 /* do nothing if suspended - just to cause a wakeup */
519 if (entry->reg[t].wakeup ||
604 entry->reg[t].wakeup = on;
/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/phy/cadence/
H A Dcdns-dphy.c196 /* Default wakeup time is 800 ns (in a simulated environment). */
228 /* Minimum wakeup time as per MIPI D-PHY spec v1.2 */
300 opts->wakeup = cdns_dphy_get_wakeup_time_ns(dphy) / 1000;
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c272 DIV_ROUND_UP(priv->config.wakeup * NSEC_PER_MSEC, temp));
/linux-master/kernel/trace/
H A Dtrace_entries.h137 * This is used for both wakeup and context switches. We only want
167 FTRACE_ENTRY_DUP(wakeup, ctx_switch_entry,
/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)
H A Dohci-at91.c57 bool wakeup; /* Saved wake-up state for resume */ member in struct:ohci_at91_priv
622 * Disable wakeup if we are going to sleep with slow clock mode
625 ohci_at91->wakeup = device_may_wakeup(dev)
628 if (ohci_at91->wakeup)
631 ret = ohci_suspend(hcd, ohci_at91->wakeup);
633 if (ohci_at91->wakeup)
639 * reconnect, or wakeup without the 48 MHz clock active. so for
644 if (!ohci_at91->wakeup) {
667 if (ohci_at91->wakeup)
675 * that is, if ohci_at91->wakeup i
[all...]
/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...]
H A Dci_hdrc_imx.h38 int imx_usbmisc_suspend(struct imx_usbmisc_data *data, bool wakeup);
39 int imx_usbmisc_resume(struct imx_usbmisc_data *data, bool wakeup);
/linux-master/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c249 cycles = us2lp(cfg->lp_clk_rate, cfg->wakeup);
/linux-master/drivers/scsi/
H A Dncr53c8xx.c7130 wakeup ((caddr_t) cp);
7203 ** Chain into wakeup list and free ccb queue and take it
/linux-master/samples/pfsm/
H A DMakefile2 userprogs-always-y += pfsm-wakeup
/linux-master/include/linux/mfd/
H A Drt5033.h31 bool wakeup; member in struct:rt5033_dev
/linux-master/drivers/usb/serial/
H A Ddigi_acceleport.c968 bool wakeup; local
995 wakeup = true;
1011 wakeup = false;
1021 if (wakeup)
1488 bool wakeup = false; local
1495 wakeup = true;
1515 if (wakeup)

Completed in 352 milliseconds

12345678910