Searched refs:suspend (Results 1 - 25 of 1701) sorted by last modified time

1234567891011>>

/linux-master/net/bluetooth/
H A Dl2cap_core.c1226 chan->ops->suspend(chan);
2537 chan->ops->suspend(chan);
H A Dhci_core.c34 #include <linux/suspend.h>
2732 BT_WARN("register suspend notifier failed error:%d\n", error);
2891 /* If powering down don't attempt to suspend */
2895 /* Cancel potentially blocking sync operation before suspend */
/linux-master/drivers/net/phy/
H A Dmarvell-88q2xxx.c917 .suspend = mv88q2xxx_suspend,
/linux-master/arch/arm/kernel/
H A Dsleep.S54 * Save CPU state for a suspend. This saves the CPU general purpose
57 * r0 = suspend function arg0
58 * r1 = suspend function
71 @ Run the suspend code from the overflow stack so we don't have to rely
72 @ on vmalloc-to-phys conversions anywhere in the arch suspend code.
79 stmfd sp!, {r0, r1} @ save suspend func arg and pointer
93 ldmfd sp!, {r0, pc} @ call suspend fn
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c4080 func->function.suspend = ffs_func_suspend;
/linux-master/drivers/usb/gadget/
H A Dcomposite.c494 * functions are put in function suspend state and armed for function
2058 if (f->suspend && !f->func_suspended) {
2059 f->suspend(f);
2592 * suspend/resume callbacks?
2594 DBG(cdev, "suspend\n");
2597 if (f->suspend)
2598 f->suspend(f);
2601 if (cdev->driver->suspend)
2602 cdev->driver->suspend(cdev);
2617 * suspend/resum
[all...]
/linux-master/drivers/usb/dwc3/
H A Dgadget.c2320 * be issued only when the device is in early suspend state.
2731 * halted/stopped during runtime suspend.
3844 if (dwc->async_callbacks && dwc->gadget_driver->suspend) {
3846 dwc->gadget_driver->suspend(dwc->gadget);
4375 /* It changed to be suspend event for version 2.30a and above */
/linux-master/drivers/usb/core/
H A Dhub.c1274 * If there was an overcurrent or suspend change
1277 * for USB 3.0 hubs, since they don't have a suspend
1851 * Set default autosuspend delay as 0 to speedup bus suspend,
1875 * - The patch may cause one or more auto suspend/resume on
1880 * suspend timer for hub, also may decrease power consumption
1892 * Hubs have proper suspend/resume support, except for root hubs
2419 /* enable HNP before suspend, it's simpler */
3409 * usb_port_suspend - suspend a usb device's upstream port
3414 * Devices may wake out of a suspend, if anything important happens,
3416 * suspend b
[all...]
/linux-master/drivers/input/joystick/
H A Dxpad.c121 MODULE_PARM_DESC(auto_poweroff, "Power off wireless controllers on suspend");
2159 * after suspend. Ideally this quirk should be in usb core
2272 .suspend = xpad_suspend,
/linux-master/arch/x86/kernel/
H A De820.c14 #include <linux/suspend.h>
749 * hibernation (32-bit) or software suspend and suspend to RAM (64-bit).
/linux-master/arch/x86/kernel/apic/
H A Dapic.c2359 * for disabling it before entering apm/acpi suspend
2453 * FIXME! This will be wrong if we ever support suspend on
2504 .suspend = lapic_suspend,
2514 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
/linux-master/sound/soc/codecs/
H A Drt5645.c3574 .suspend = rt5645_suspend,
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c1001 .suspend = alc_suspend,
3559 /*depop hp during suspend*/
4079 * suspend, and won't restore the data after resume, so we restore it
4324 /* Make sure the led works even in runtime suspend */
6987 * needs an additional quirk for sound working after suspend and resume.
11291 codec->patch_ops.suspend = alc269_suspend;
/linux-master/sound/pci/emu10k1/
H A Demu10k1_main.c815 if (emu->suspend)
H A Demu10k1.c190 emu->suspend = 1;
218 emu->suspend = 0;
/linux-master/include/sound/
H A Demu10k1.h1797 bool suspend; member in struct:snd_emu10k1
/linux-master/include/linux/regulator/
H A Dconsumer.h35 #include <linux/suspend.h>
263 /* regulator suspend */
/linux-master/drivers/nvme/host/
H A Dpci.c24 #include <linux/suspend.h>
2894 * suspend on a Ryzen board, ASUS PRIME B350M-A, as well as
2908 * Samsung and Toshiba SSDs based on suspend behavior
2918 * NVME_QUIRK_SIMPLE_SUSPEND. Do a full suspend to save a
2961 * platforms that support kernel managed suspend.
2964 "platform quirk: setting simple suspend\n");
3197 * The platform does not remove power for a kernel managed suspend so
3200 * shutdown. But if the firmware is involved after the suspend or the
3222 * Host memory access may not be successful in a system suspend state,
3279 .suspend
[all...]
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4039 /* Request the WOL interrupt and advertise suspend if available */
4226 /* From WOL-enabled suspend, switch to regular clock */
4339 .suspend = bcmgenet_suspend,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1062 r535_gsp_rpc_unloading_guest_driver(struct nvkm_gsp *gsp, bool suspend) argument
1070 if (suspend) {
2021 r535_gsp_fini(struct nvkm_gsp *gsp, bool suspend) argument
2029 if (suspend) {
2056 ret = r535_gsp_rpc_unloading_guest_driver(gsp, suspend);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2404 drm_dbg_kms(mgr->dev, "dpcd read failed - undocked during suspend?\n");
2413 drm_dbg_kms(mgr->dev, "mst write failed - undocked during suspend?\n");
2420 drm_dbg_kms(mgr->dev, "dpcd read failed - undocked during suspend?\n");
2432 drm_dbg_kms(mgr->dev, "check mstb guid failed - undocked during suspend?\n");
2443 static void s3_handle_mst(struct drm_device *dev, bool suspend) argument
2463 if (suspend) {
3022 * them here, since they were duplicated as part of the suspend
3099 .suspend = dm_suspend,
9427 * resuming from suspend, so we set skip_frame_cnt 2.
9510 /* Don't free the memory if we are hitting this as part of suspend
[all...]
/linux-master/drivers/firewire/
H A Dohci.c2454 * In the suspend case, config_rom is NULL, which
3795 * If the removal is happening from the suspend state, LPS won't be
3883 .suspend = pci_suspend,
/linux-master/drivers/scsi/
H A Dsd.c1723 * or suspend so just return success so those operations
4070 if (!sdkp) /* E.g.: runtime suspend following sd_remove() */
4193 .suspend = sd_suspend_system,
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c272 * struct rzg2l_pinctrl_reg_cache - register cache structure (to be used in suspend/resume)
2410 static void rzg2l_pinctrl_pm_setup_regs(struct rzg2l_pinctrl *pctrl, bool suspend) argument
2429 if (suspend)
2430 RZG2L_PCTRL_REG_ACCESS32(suspend, pctrl->base + PFC(off), cache->pfc[port]);
2436 RZG2L_PCTRL_REG_ACCESS8(suspend, pctrl->base + PMC(off), cache->pmc[port]);
2438 RZG2L_PCTRL_REG_ACCESS32(suspend, pctrl->base + IOLH(off),
2441 RZG2L_PCTRL_REG_ACCESS32(suspend, pctrl->base + IOLH(off) + 4,
2446 RZG2L_PCTRL_REG_ACCESS16(suspend, pctrl->base + PM(off), cache->pm[port]);
2447 RZG2L_PCTRL_REG_ACCESS8(suspend, pctrl->base + P(off), cache->p[port]);
2450 RZG2L_PCTRL_REG_ACCESS32(suspend, pctr
2460 rzg2l_pinctrl_pm_setup_dedicated_regs(struct rzg2l_pinctrl *pctrl, bool suspend) argument
[all...]
/linux-master/kernel/
H A Dcpu.c27 #include <linux/suspend.h>
1239 * _not_ frozen (suspend, hibernate) as that would wait forever.

Completed in 448 milliseconds

1234567891011>>