Searched refs:suspend (Results 176 - 200 of 1699) sorted by relevance

1234567891011>>

/linux-master/drivers/net/phy/
H A Dbroadcom.c488 /* Acknowledge any Wake-on-LAN interrupt prior to suspend */
1106 .suspend = bcm54xx_suspend,
1139 .suspend = bcm54xx_suspend,
1167 .suspend = genphy_suspend,
1201 .suspend = bcm54xx_suspend,
1218 .suspend = bcm54xx_suspend,
1249 .suspend = bcm54xx_suspend,
1265 .suspend = bcm54xx_suspend,
1290 .suspend = brcm_fet_suspend,
1300 .suspend
[all...]
H A Ddp83848.c144 .suspend = genphy_suspend, \
H A Dicplus.c582 .suspend = genphy_suspend,
590 .suspend = genphy_suspend,
604 .suspend = genphy_suspend,
621 .suspend = genphy_suspend,
H A Drockchip.c184 .suspend = genphy_suspend,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c615 nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime) argument
622 if (!suspend) {
642 disp->fini(dev, runtime, suspend);
811 disp->suspend = drm_atomic_helper_suspend(dev);
812 if (IS_ERR(disp->suspend)) {
813 int ret = PTR_ERR(disp->suspend);
814 disp->suspend = NULL;
832 if (disp->suspend) {
833 drm_atomic_helper_resume(dev, disp->suspend);
834 disp->suspend
[all...]
/linux-master/drivers/usb/phy/
H A Dphy-gpio-vbus-usb.c213 /* for non-OTG B devices: set/clear transceiver suspend mode */
214 static int gpio_vbus_set_suspend(struct usb_phy *phy, int suspend) argument
220 /* draw max 0 mA from vbus in suspend mode; or the previously
226 return gpio_vbus_set_power(phy, suspend ? 0 : gpio_vbus->mA);
360 .suspend = gpio_vbus_pm_suspend,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_arcturus.c283 * Helper used to suspend/resume gfx pipe for image post process work to set
286 static int suspend_resume_compute_scheduler(struct amdgpu_device *adev, bool suspend) argument
297 if (suspend) {
309 if (!suspend || r)
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200_sdio.c259 static int cw1200_sdio_pm(struct hwbus_priv *self, bool suspend) argument
264 ret = irq_set_irq_wake(self->pdata->irq, suspend);
356 /* Notify SDIO that CW1200 will remain powered during suspend */
370 .suspend = cw1200_sdio_suspend,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c7 #include <linux/suspend.h>
28 static void user_forcewake(struct intel_gt *gt, bool suspend) argument
33 /* Inside suspend/resume so single threaded, no races to worry about. */
38 if (suspend) {
226 * held after a suspend operation. Confirmation from the hardware team
251 * contexts to paper over any damage caused by the sudden suspend.
252 * Only the kernel contexts should remain pinned over suspend,
360 * However, not all suspend-states disable the device. S0 (s2idle)
361 * is effectively runtime-suspend, the device is left powered on
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci.c126 static void psci_idle_syscore_switch(bool suspend) argument
135 if (dev && suspend) {
165 .suspend = psci_idle_syscore_suspend,
202 int err = of_property_read_u32(np, "arm,psci-suspend-param", state);
205 pr_warn("%pOF missing arm,psci-suspend-param property\n", np);
/linux-master/drivers/misc/
H A Dtifm_core.c114 if (dev->driver && drv->suspend)
115 return drv->suspend(sock, state);
158 .suspend = tifm_device_suspend,
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsdram.S12 #include <asm/suspend.h>
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsdram.S12 #include <asm/suspend.h>
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm.c8 #include <linux/suspend.h>
/linux-master/drivers/ssb/
H A Dbridge_pcmcia_80211.c112 .suspend = ssb_host_pcmcia_suspend,
/linux-master/drivers/thunderbolt/
H A Dnhi_ops.c10 #include <linux/suspend.h>
/linux-master/drivers/s390/cio/
H A Dio_sch.h20 unsigned int suspend:1; /* allow suspend */ member in struct:io_subchannel_private::__anon1395
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgk104.c59 gk104_clkgate_fini(struct nvkm_therm *base, bool suspend) argument
/linux-master/sound/aoa/codecs/
H A Dtoonie.c80 .suspend = toonie_suspend,
/linux-master/drivers/spi/
H A Dspi-slave-system-control.c5 * halt, and suspend.
19 * # suspend='\x1b\x1b'
20 * # spidev_test -D /dev/spidev2.0 -p $suspend # or $reboot, $poweroff, $halt
26 #include <linux/suspend.h>
/linux-master/arch/arm/mach-versatile/
H A Dintegrator_ap.c87 .suspend = irq_suspend,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Duser.c59 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) argument
/linux-master/arch/arm/mach-ux500/
H A Dpm.c14 #include <linux/suspend.h>
199 /* Set up ux500 suspend callbacks. */
/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2.h164 int (*suspend)(struct amd_i2c_common *i2c_common); member in struct:amd_i2c_common
/linux-master/drivers/watchdog/
H A Dtwl4030_wdt.c110 .suspend = pm_ptr(twl4030_wdt_suspend),

Completed in 227 milliseconds

1234567891011>>