Searched refs:resume (Results 1 - 200 of 2201) sorted by relevance

1234567891011>>

/linux-4.1.27/arch/score/include/asm/
H A Dswitch_to.h4 extern void *resume(void *last, void *next, void *next_ti);
8 (last) = resume(prev, next, task_thread_info(next)); \
/linux-4.1.27/arch/cris/include/asm/
H A Dswitch_to.h4 /* the switch_to macro calls resume, an asm function in entry.S which does the actual
8 extern struct task_struct *resume(struct task_struct *prev, struct task_struct *next, int);
9 #define switch_to(prev,next,last) last = resume(prev,next, \
/linux-4.1.27/arch/mips/power/
H A Dhibernate.c7 /* Avoid TLB mismatch during and after kernel resume */ swsusp_arch_resume()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dswitch_to.h21 asmlinkage struct task_struct *resume(struct task_struct *prev, struct task_struct *next);
30 (last) = resume (prev, next); \
35 (last) = resume(prev, next); \
/linux-4.1.27/arch/x86/power/
H A DMakefile1 # __restore_processor_state() restores %gs after S3 resume and so should not
H A Dhibernate_32.c21 /* Pointer to the temporary resume page tables */
29 * Create a middle page table on a resume-safe page and put a pointer to it in
56 * Create a page table on a resume-safe page and place a pointer to it in
79 * PAGE_OFFSET. The page tables are allocated out of resume-safe pages.
H A Dcpu.c48 * needed by kernel A, so that it can operate correctly after the resume
69 * For ACPI S3 resume, this is loaded via 'early_gdt_desc' in 64-bit __save_processor_state()
277 * 1. it's required for resume and bsp_pm_callback()
285 * When a resume really happens, this code won't be called. bsp_pm_callback()
/linux-4.1.27/drivers/base/
H A Dsyscore.c81 if (ops->resume) syscore_suspend()
82 ops->resume(); syscore_suspend()
89 * syscore_resume - Execute all the registered system core resume callbacks.
99 "Interrupts enabled before system core resume.\n"); syscore_resume()
102 if (ops->resume) { syscore_resume()
104 pr_info("PM: Calling %pF\n", ops->resume); syscore_resume()
105 ops->resume(); syscore_resume()
107 "Interrupts enabled after %pF\n", ops->resume); syscore_resume()
H A Disa.c80 if (isa_driver->resume) isa_bus_resume()
81 return isa_driver->resume(dev, to_isa_dev(dev)->id); isa_bus_resume()
93 .resume = isa_bus_resume
/linux-4.1.27/arch/arm/mach-alpine/
H A Dalpine_cpu_resume.h2 * Annapurna labs cpu-resume register structure.
28 /* Watermark for validating the CPU resume struct */
34 /* The expected magic number for validating the resume addresses */
H A Dalpine_cpu_pm.c39 * Set CPU resume address - alpine_cpu_wakeup()
60 np = of_find_compatible_node(NULL, NULL, "al,alpine-cpu-resume"); alpine_cpu_pm_init()
H A Dplatsmp.c33 pr_err("FAIL: resume address over 32bit (%pa)", &addr); alpine_boot_secondary()
/linux-4.1.27/drivers/staging/ozwpan/
H A Dozcdev.h13 int oz_cdev_start(struct oz_pd *pd, int resume);
H A Dozusbsvc.h25 int oz_usb_start(struct oz_pd *pd, int resume);
H A Dozproto.h35 int (*start)(struct oz_pd *pd, int resume);
/linux-4.1.27/arch/m68k/include/asm/
H A Dswitch_to.h12 * automatically by SAVE_SWITCH_STACK in resume(), ie. d0-d5 and
20 * Beware that resume now expects *next to be in d1 and the offset of
29 asmlinkage void resume(void);
34 __asm__ __volatile__("jbsr resume" \
/linux-4.1.27/arch/arm/mach-rockchip/
H A Dsleep.S52 /* Flag for whether to restore L2CTLR on resume */
57 /* Saved L2CTLR to restore on resume */
62 /* CPU resume SP addr */
67 /* CPU resume function (physical address) */
H A Dpm.c87 * The dapswjdp can not auto reset before resume, that cause it may rk3288_slp_mode_set()
88 * access some illegal address during resume. Let's disable it before rk3288_slp_mode_set()
220 /* copy resume code and data to bootsram */ rk3288_suspend_init()
/linux-4.1.27/arch/arm/mach-integrator/
H A Dlm.h14 int (*resume)(struct lm_device *); member in struct:lm_driver
H A Dlm.c49 // .resume = lm_bus_resume,
/linux-4.1.27/include/linux/mfd/
H A Dtc6387xb.h17 int (*resume)(struct platform_device *dev); member in struct:tc6387xb_platform_data
H A Dt7l66xb.h21 int (*resume)(struct platform_device *dev); member in struct:t7l66xb_platform_data
H A Dtc6393xb.h30 int (*resume)(struct platform_device *dev); member in struct:tc6393xb_platform_data
42 on suspend/resume */
H A Dhtc-egpio.h54 /* Determine the wakeup irq, to be called during early resume */
/linux-4.1.27/kernel/power/
H A Dconsole.c33 * @required: if true, caller needs VT switch at suspend/resume time
36 * suspend/resume, depending on how they handle restoring video state and
39 * Drivers can indicate support for switchless suspend/resume, which can
94 * There are three cases when a VT switch on suspend/resume are required:
98 * suspend/resume
103 * resume look a little prettier (and suspend too, but that's usually hidden,
H A Dsuspend_test.c32 * during the irqs-are-off stages of the suspend/resume cycle... suspend_test_start()
50 * Warning on either suspend or resume also means the system suspend_test_finish()
59 * To test system suspend, we need a hands-off mechanism to resume the
142 * Kernel options like "test_suspend=mem" force suspend/resume sanity tests
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dorinoco_pci.h44 printk(KERN_ERR "%s: pci_enable_device failed on resume\n", orinoco_pci_resume()
53 printk(KERN_ERR "%s: cannot re-allocate IRQ on resume\n", orinoco_pci_resume()
/linux-4.1.27/arch/x86/kernel/
H A Di8237.c18 * This module just handles suspend/resume issues with the
47 .resume = i8237A_resume,
/linux-4.1.27/include/linux/
H A Dsyscore_ops.h17 void (*resume)(void); member in struct:syscore_ops
H A Dolpc-ec.h23 int (*resume)(struct platform_device *); member in struct:olpc_ec_driver
H A Disa.h17 int (*resume)(struct device *, unsigned int); member in struct:isa_driver
H A Dpm.h102 * transition and during the subsequent resume if all of its descendants
105 * functioning of the device after the system resume.
108 * devices may be assumed to be functional or to respond to runtime resume
118 * all kinds of resume transitions, following one of the resume callbacks:
119 * @resume(), @thaw(), @restore(). Also called if the state transition
125 * the appropriate resume callbacks for all devices. If the corresponding
128 * executing any suspend and resume callbacks for it), @complete() will be
129 * the only callback executed for the device during resume. In that case,
131 * proper functioning of the device after the system resume. To this end,
133 * learn whether (unset) or not (set) the previous suspend and resume
148 * @resume: Executed after waking the system up from a sleep state in which the
153 * for a runtime resume to occur). The state of the device at the time its
154 * driver's @resume() callback is run depends on the platform and subsystem
156 * availability of resources like clocks during @resume().
157 * Subsystem-level @resume() is executed for all devices after invoking
160 * @resume_early: Prepare to execute @resume(). For a number of devices
162 * resume callback.
169 * during the subsequent resume from hibernation.
199 * memory from a hibernation image, analogous to @resume().
217 * @resume_noirq: Prepare for the execution of @resume() by carrying out any
244 * However, the error codes returned by the resume operations, @resume(),
246 * not cause the PM core to abort the resume transition during which they are
249 * that drivers only return error codes from their resume methods in case of an
250 * unrecoverable failure (i.e. when the device being handled refuses to resume
252 * that it can avoid attempting to handle devices that failed to resume and
299 int (*resume)(struct device *dev); member in struct:dev_pm_ops
324 .resume = resume_fn, \
355 * Use this if you want to use the same suspend and resume callbacks for suspend
366 * NOTE: In general, system suspend callbacks, .suspend() and .resume(), should
372 * suspend and "early" resume callback pointers, .suspend_late() and
405 * RESUME System is resuming, call ->resume() and ->complete() for all
423 * USER_RESUME Manual selective resume was issued by userspace.
430 * AUTO_RESUME Automatic (device needed) runtime resume was
604 * hibernation, system resume and during runtime PM transitions along with
622 * suspend framework, based on the ->suspend() and ->resume() callbacks common
630 * One transition is triggered by resume(), after a suspend() call; the
638 * availability of resources like clocks during resume().
665 * reinitializes its device during resume() -- whether or not it was reset
666 * during the suspend/resume cycle -- and can't issue wakeup events.
H A Dpda_power.h28 int (*resume)(void); member in struct:pda_power_pdata
H A Dserial_max3100.h21 * called on suspend and resume to activate it.
H A Dpcieport_if.h49 int (*resume) (struct pcie_device *dev); member in struct:pcie_port_service_driver
H A Drfkill.h106 * NOTE: not necessary for suspend/resume -- in that case the
115 * NOTE: not necessary for suspend/resume -- in that case the
147 * resume if the state could have changed.
170 * Drivers should also call this function after resume if the state has
/linux-4.1.27/arch/arm64/include/asm/
H A Dsuspend.h13 * cpu_do_{suspend/resume} in mm/proc.S
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dpmsu_ll.S35 * this code is used in the resume path of a suspend/resume
63 @ resume register
65 @ resume register
H A Dpm.c2 * Suspend/resume support. Currently supporting Armada XP only.
119 * resume code to jump to. Then, it expects a sequence of mvebu_pm_store_bootinfo()
147 * before re-entering the kernel on resume. mvebu_pm_store_bootinfo()
H A Dpm-board.c2 * Board-level suspend/resume support.
/linux-4.1.27/include/linux/clk/
H A Dtegra.h39 * resume:
51 void (*resume)(void); member in struct:tegra_cpu_car_ops
116 if (WARN_ON(!tegra_cpu_car_ops->resume)) tegra_cpu_clock_resume()
119 tegra_cpu_car_ops->resume(); tegra_cpu_clock_resume()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dpm-s3c2416.c46 * write the magic value u-boot uses to check for resume into s3c2416_pm_prepare()
48 * correct address to resume from. s3c2416_pm_prepare()
85 .resume = s3c2416_pm_resume,
H A Dpm-s3c2410.c46 /* ensure at least GSTATUS3 has the resume address */ s3c2410_pm_prepare()
58 /* generate check for the bootloader to check on resume */ s3c2410_pm_prepare()
67 * same offsets for resume and checksum pointers */ s3c2410_pm_prepare()
74 /* generate check for the bootloader to check on resume */ s3c2410_pm_prepare()
117 .resume = s3c2410_pm_resume,
H A Dirq-pm.c105 .resume = s3c24xx_irq_resume,
127 .resume = s3c2416_irq_resume,
H A Ds3c2440.c58 /* register suspend/resume handlers */ s3c2440_init()
H A Dpm-s3c2412.c130 .resume = s3c2412_pm_resume,
/linux-4.1.27/sound/
H A Dac97_bus.c45 if (dev->driver && dev->driver->resume) ac97_bus_resume()
46 ret = dev->driver->resume(dev); ac97_bus_resume()
57 .resume = ac97_bus_resume,
/linux-4.1.27/arch/mips/include/asm/
H A Dswitch_to.h30 * resume - resume execution of a task
39 extern asmlinkage struct task_struct *resume(struct task_struct *prev,
49 * Handle the scheduler resume end of FPU affinity management. We do this
106 (last) = resume(prev, next, task_thread_info(next), __fpsave); \
H A Dpm.h42 /* Restore CPU state from stack after resume from RAM */
130 /* Restore saved state after resume from RAM and return */
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dsleep.S28 /* Sleep magic, the word before the resume entry point so that the
39 * the kernel C code to finish the resume code.
56 * resume checks.
H A Dirq-pm.c110 .resume = s3c64xx_irq_pm_resume,
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_pm.c82 netdev_info(dev, "================>r8192E resume call.\n"); rtl8192E_resume()
88 netdev_err(dev, "pci_enable_device failed on resume\n"); rtl8192E_resume()
104 "RTL819XE:UI is open out of resume function\n"); rtl8192E_resume()
116 RT_TRACE(COMP_POWER, "<================r8192E resume call.\n"); rtl8192E_resume()
/linux-4.1.27/arch/unicore32/kernel/
H A Dhibernate.c26 /* Pointer to the temporary resume page tables */
32 * Create a middle page table on a resume-safe page and put a pointer to it in
48 * Create a page table on a resume-safe page and place a pointer to it in
71 * PAGE_OFFSET. The page tables are allocated out of resume-safe pages.
H A Dpm.c63 pr_debug("*** made it back from resume\n"); puv3_pm_enter()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h10 int (*resume)(void *priv); member in struct:nvif_driver
/linux-4.1.27/drivers/base/power/
H A Dgeneric_ops.c34 * pm_generic_runtime_resume - Generic runtime resume callback for subsystems.
35 * @dev: Device to resume.
217 * @dev: Device to resume.
229 * @dev: Device to resume.
240 * pm_generic_resume - Generic resume callback for subsystems.
241 * @dev: Device to resume.
247 return pm && pm->resume ? pm->resume(dev) : 0; pm_generic_resume()
265 * @dev: Device to resume.
H A Druntime.c175 * resume/suspend:
178 * resume/suspend callback of any one of its ancestors(or the
246 /* Pending resume requests take precedence over suspends. */ rpm_check_suspend_allowed()
404 * ->runtime_suspend succeeded, if a deferred resume was requested while
578 * rpm_resume - Carry out runtime resume of given device.
579 * @dev: Device to resume.
583 * any scheduled or pending requests. If another resume has been started
586 * parallel with this function, either tell the other process to resume after
588 * flag is set then queue a resume request; otherwise run the
590 * device if the resume succeeded.
671 * the resume will actually succeed.
686 /* Carry out an asynchronous or a synchronous resume. */
699 * Increment the parent's usage counter and resume it if
712 * We can resume if the parent's runtime PM is disabled or it
934 * __pm_runtime_resume - Entry point for runtime resume operations.
935 * @dev: Device to resume.
939 * carry out a resume, either synchronous or asynchronous.
1093 * if there's a pending resume request for the device, wake the device up.
1099 * 1, if there was a resume request pending and the device had to be woken up,
1127 * @check_resume: If set, check if there's a resume request for the device.
1134 * If @check_resume is set and there's a resume request pending when
1148 * Wake up the device if there's a resume request pending, because that __pm_runtime_disable()
1442 * pm_runtime_force_resume - Force a device into resume state.
1443 * @dev: Device to resume.
1450 * Typically this function may be invoked from a system resume callback to make
H A Dmain.c69 return "resume"; pm_verb()
256 return ops->resume; pm_op()
408 * dpm_watchdog_handler - Driver suspend / resume watchdog handler.
438 /* use same timeout value for both suspend and resume */ dpm_watchdog_set()
446 * dpm_watchdog_clear - Disable suspend/resume watchdog.
465 * device_resume_noirq - Execute an "early resume" callback for given device.
537 * dpm_resume_noirq - Execute "noirq resume" callbacks for all devices.
540 * Call the "noirq" resume handlers for all devices in dpm_noirq_list and
595 * device_resume_early - Execute an "early resume" callback for given device.
662 * dpm_resume_early - Execute "early resume" callbacks for all devices.
725 * device_resume - Execute "resume" callbacks for given device.
779 } else if (dev->class->resume) { device_resume()
781 callback = dev->class->resume; device_resume()
790 } else if (dev->bus->resume) { device_resume()
792 callback = dev->bus->resume; device_resume()
831 * dpm_resume - Execute "resume" callbacks for non-sysdev devices.
834 * Execute the appropriate "resume" callback for all devices whose status
968 * dpm_resume_end - Execute "resume" callbacks and complete system transition.
971 * Execute "resume" callbacks for all devices and complete the PM transition of
985 * resume_event - Return a "resume" message for given "suspend" sleep state.
988 * Return a PM message representing the resume event corresponding to given
1360 * has been suspended at run time and there's a resume request pending __device_suspend()
1560 * it won't be possible to resume the device. To prevent this we device_prepare()
1689 * device_pm_wait_for_dev - Wait for suspend/resume of a device to complete.
/linux-4.1.27/include/soc/tegra/
H A Dpm.h24 /* low-level resume entry point */
/linux-4.1.27/include/uapi/linux/
H A Dsuspend_ioctls.h7 * of the resume swap area from a user space to the kernel via the
H A Duvcvideo.h26 /* Control should be saved at suspend and restored at resume. */
H A Dapm_bios.h122 #define APM_CAP_RESUME_STANDBY_TIMER 0x0004 /* Timer resume from standby */
123 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */
/linux-4.1.27/arch/nios2/include/asm/
H A Dswitch_to.h23 "call resume\n" \
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Daudio.h22 void (*resume)(void *); member in struct:__anon243
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dpm-common.h66 * s3c_pm_dbg() - low level debug function for use in suspend/resume.
69 * This function is used mainly to debug the resume process before the system
76 * s3c_pm_debug_init() - suspend/resume low level debug initialization.
77 * @base: Virtual base of UART to use for suspend/resume debugging.
H A Dgpio-core.h37 * struct samsung_gpio_pm - power management (suspend/resume) information
39 * @resume: Routine to resume the GPIO block.
43 void (*resume)(struct samsung_gpio_chip *chip); member in struct:samsung_gpio_pm
56 * @pm_save: Save information for suspend/resume support.
H A Dpm.h81 * s3c_pm_debug_smdkled() - Debug PM suspend/resume via SMDK Board LEDs
105 * resume code has done. s3c_pm_debug_smdkled()
112 * Save the GPIO states for resotration on resume. See samsung_pm_restore_gpios(). s3c_pm_debug_smdkled()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_pmc.c2 * Suspend/resume support
43 /* Upon resume, wait for SLP bit to be clear. */ pmc_suspend_enter()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dmfp-pxa3xx.c28 * Configure the MFPs appropriately for suspend/resume.
58 .resume = pxa3xx_mfp_resume,
H A Dclock-pxa2xx.c54 .resume = pxa2xx_clock_resume,
H A Dsleep.S70 ldr r8, [r6] @ keep original value for resume
113 ldr r8, [r6] @ keep original value for resume
147 @ restore the original cpu speed value for resume
H A Dsmemc.c49 .resume = pxa3xx_smemc_resume,
H A Deseries.c158 .resume = &eseries_tmio_resume,
209 .resume = &eseries_tmio_resume,
328 .resume = &eseries_tmio_resume,
517 .resume = &eseries_tmio_resume,
715 .resume = &eseries_tmio_resume,
928 .resume = &eseries_tmio_resume,
H A Dpm.c62 pr_debug("*** made it back from resume\n"); pxa_pm_enter()
/linux-4.1.27/arch/arm/mach-s3c24xx/include/mach/
H A Dpm-core.h52 * print any IRQs asserted at resume time (ie, we woke from)
63 S3C_PMDBG("IRQ %d asserted at resume\n", start+i); s3c_pm_show_resume_irqs()
/linux-4.1.27/arch/arm/include/asm/
H A Dfiq.h9 * suspend/resume.
12 * management operations must implement appropriate suspend/resume handlers to
H A Doutercache.h37 void (*resume)(void); member in struct:outer_cache_fns
114 if (outer_cache.resume) outer_resume()
115 outer_cache.resume(); outer_resume()
H A Dfirmware.h51 int (*resume)(void); member in struct:firmware_ops
/linux-4.1.27/drivers/net/phy/
H A Dsmsc.c157 .resume = genphy_resume,
180 .resume = genphy_resume,
203 .resume = genphy_resume,
225 .resume = genphy_resume,
248 .resume = genphy_resume,
H A Dste10Xp.c97 .resume = genphy_resume,
111 .resume = genphy_resume,
H A Dmicrel.c593 .resume = genphy_resume,
610 .resume = genphy_resume,
627 .resume = genphy_resume,
644 .resume = genphy_resume,
661 .resume = genphy_resume,
678 .resume = genphy_resume,
694 .resume = genphy_resume,
710 .resume = genphy_resume,
724 .resume = genphy_resume,
739 .resume = genphy_resume,
756 .resume = genphy_resume,
768 .resume = genphy_resume,
780 .resume = genphy_resume,
H A Dicplus.c226 .resume = genphy_resume,
238 .resume = genphy_resume,
252 .resume = genphy_resume,
H A Dmarvell.c948 .resume = &genphy_resume,
963 .resume = &genphy_resume,
978 .resume = &genphy_resume,
993 .resume = &genphy_resume,
1008 .resume = &genphy_resume,
1025 .resume = &genphy_resume,
1040 .resume = &genphy_resume,
1055 .resume = &genphy_resume,
1070 .resume = &genphy_resume,
1085 .resume = &genphy_resume,
1100 .resume = &genphy_resume,
1117 .resume = &genphy_resume,
H A Dbcm7xxx.c277 /* Re-apply workarounds coming out suspend/resume */ bcm7xxx_28nm_resume()
390 .resume = bcm7xxx_28nm_resume, \
412 .resume = bcm7xxx_config_init,
425 .resume = bcm7xxx_config_init,
438 .resume = bcm7xxx_config_init,
451 .resume = bcm7xxx_config_init,
H A Drealtek.c99 .resume = genphy_resume,
/linux-4.1.27/drivers/pnp/
H A Ddriver.c214 if (pnp_dev->protocol->resume) { pnp_bus_resume()
215 error = pnp_dev->protocol->resume(pnp_dev); pnp_bus_resume()
226 if (pnp_drv->driver.pm && pnp_drv->driver.pm->resume) { pnp_bus_resume()
227 error = pnp_drv->driver.pm->resume(dev); pnp_bus_resume()
232 if (pnp_drv->resume) { pnp_bus_resume()
233 error = pnp_drv->resume(pnp_dev); pnp_bus_resume()
244 .resume = pnp_bus_resume,
H A Dcard.c386 * suspend/resume callbacks
405 link->driver->resume(link); card_resume()
424 drv->link.resume = drv->resume ? card_resume : NULL; pnp_register_card_driver()
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
H A Dpm.c116 /* part 3: board specific code to resume from self-refresh mode */ sh_mobile_register_self_refresh()
122 /* part 4: common code to resume from sleep mode */ sh_mobile_register_self_refresh()
127 sdp->resume = (unsigned long)vp; sh_mobile_register_self_refresh()
/linux-4.1.27/arch/arm/mach-exynos/
H A Dsleep.S5 * Exynos low-level resume code
31 * image to resume to. Must be the first word before the
40 * resume code entry for bootloader to call
H A Dsuspend.c354 /* ensure at least INFORM0 has the resume address */ exynos_pm_prepare()
371 /* ensure at least INFORM0 has the resume address */ exynos3250_pm_prepare()
397 /* ensure at least INFORM0 has the resume address */ exynos5420_pm_prepare()
479 if (call_firmware_op(resume) == -ENOSYS exynos_pm_resume()
502 if (call_firmware_op(resume) == -ENOSYS exynos3250_pm_resume()
641 pr_warn("Failed to resume regulators from suspend (%d)\n", ret); exynos_suspend_finish()
730 pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); exynos_pm_init()
742 exynos_pm_syscore_ops.resume = pm_data->pm_resume; exynos_pm_init()
/linux-4.1.27/drivers/xen/events/
H A Devents_internal.h73 void (*resume)(void); member in struct:evtchn_ops
144 if (evtchn_ops->resume) xen_evtchn_resume()
145 evtchn_ops->resume(); xen_evtchn_resume()
/linux-4.1.27/drivers/net/usb/
H A Dhuawei_cdc_ncm.c159 /* should we call subdriver's resume function? */ huawei_cdc_ncm_resume()
163 drvstate->subdriver->resume); huawei_cdc_ncm_resume()
166 ret = drvstate->subdriver->resume(intf); huawei_cdc_ncm_resume()
213 .resume = huawei_cdc_ncm_resume,
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.h28 int (*resume)(void *handle); member in struct:wil_platform_ops
/linux-4.1.27/arch/x86/realmode/rm/
H A Dwakeup.h15 u32 pmode_entry; /* Protected mode resume point, 32-bit only */
/linux-4.1.27/include/linux/pinctrl/
H A Dpinctrl-state.h11 * .pm_runtime_resume() or ordinary .resume() for example.
/linux-4.1.27/arch/arm/mach-tegra/
H A Dirammap.h27 * This area is used for LPx resume vector, only while LPx power state is
H A Dirq.c99 pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); tegra_init_irq()
/linux-4.1.27/kernel/irq/
H A Dpm.c141 goto resume; resume_irq()
143 /* Force resume the interrupt? */ resume_irq()
149 resume: resume_irq()
184 .resume = irq_pm_syscore_resume,
H A Dresend.c61 * active. Clear the pending bit so suspend/resume does not check_irq_resend()
/linux-4.1.27/arch/sh/include/asm/
H A Dsuspend.h66 /* address of resume code */
67 unsigned long resume; member in struct:sh_sleep_data
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dpm.c15 * Save more value for the resume function! Support
75 /* set resume return address */ sa11x0_pm_enter()
/linux-4.1.27/sound/oss/
H A Dwaveartist.h49 #define WACMD_INPUTRESUME 0x18 //resume ADC
60 #define WACMD_OUTPUTRESUME 0x28 //resume ADC
/linux-4.1.27/include/linux/mfd/pcf50633/
H A Dmbc.h34 PCF50633_MBCC1_AUTORES = 0x04, /* automatic resume */
35 PCF50633_MBCC1_RESUME = 0x08, /* explicit resume cmd */
/linux-4.1.27/drivers/scsi/
H A Dscsi_pm.c38 return pm && pm->resume ? pm->resume(dev) : 0; do_scsi_resume()
57 /* flush pending in-flight resume operations, suspend is synchronous */ scsi_dev_type_suspend()
78 dev_dbg(dev, "scsi resume: %d\n", err); scsi_dev_type_resume()
148 * staggered spin-ups. For safety, make resume scsi_bus_resume_common()
336 .resume = scsi_bus_resume,
H A Dwd33c93.h301 #define L2_SELECT 2 /* start with SEL_ATN_XFER, but never resume it */
302 #define L2_BASIC 3 /* resume after STATUS ints & RDP messages */
303 #define L2_DATA 4 /* resume after DATA_IN/OUT ints */
304 #define L2_MOST 5 /* resume after anything except a RESELECT int */
305 #define L2_RESELECT 6 /* resume after everything, including RESELECT ints */
306 #define L2_ALL 7 /* always resume */
H A Din2000.h344 #define L2_SELECT 1 /* start with SEL_ATN_XFER, but never resume it */
345 #define L2_BASIC 2 /* resume after STATUS ints & RDP messages */
346 #define L2_DATA 3 /* resume after DATA_IN/OUT ints */
347 #define L2_MOST 4 /* resume after anything except a RESELECT int */
348 #define L2_RESELECT 5 /* resume after everything, including RESELECT ints */
349 #define L2_ALL 6 /* always resume */
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c77 * @resume: CPU resume function pointer
82 * suspend, resume and scu programming.
86 void (*resume)(void); member in struct:cpu_pm_ops
110 .resume = dummy_cpu_resume,
275 set_cpu_wakeup_addr(cpu, virt_to_phys(omap_pm_ops.resume)); omap4_enter_lowpower()
431 omap_pm_ops.resume = omap4_cpu_resume; omap4_mpuss_init()
/linux-4.1.27/drivers/irqchip/
H A Dirq-vic.c65 * @resume_sources: A bitmask of interrupts for resume.
66 * @resume_irqs: The IRQs enabled for resume.
98 * and resume.
173 .resume = vic_resume,
270 * @resume_sources: bitmask of interrupts allowed for resume sources.
274 * of suspend and resume requests and ensure that the correct actions are
275 * taken to re-instate the settings on resume.
490 * @resume_sources: bitmask of interrupt sources to allow for resume
504 * @resume_sources: bitmask of interrupt sources to allow for resume
H A Dirq-sirfsoc.c117 .resume = sirfsoc_irq_resume,
/linux-4.1.27/drivers/scsi/isci/
H A Dremote_node_context.h94 * @SCI_RNC_INITIAL initial state for a remote node context. On a resume
104 * @SCI_RNC_RESUMING: transition state that will post an RNC resume to the
105 * hardare. Once the event notification of resume complete is received the
149 RNC_DEST_SUSPENDED_RESUME /* Set when a resume was done during posting
177 * state. This can cause an automatic resume on receiving a suspension
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpower.c95 * gma_resume_display - resume display side logic
148 * gma_resume_pci - resume helper
151 * Perform the resume processing on our PCI device state - rewrite
186 * we can undo this when resume is called.
210 * gma_power_resume - resume power
H A Dgtt.c85 int resume) psb_gtt_insert()
102 if (!resume) { psb_gtt_insert()
414 int psb_gtt_init(struct drm_device *dev, int resume) psb_gtt_init() argument
426 if (!resume) { psb_gtt_init()
498 if (resume && (gtt_pages != pg->gtt_pages) && psb_gtt_init()
500 dev_err(dev->dev, "GTT resume error.\n"); psb_gtt_init()
512 if (!resume) psb_gtt_init()
521 if (!resume) psb_gtt_init()
568 /* On resume, the gtt_mutex is already initialized */ psb_gtt_restore()
84 psb_gtt_insert(struct drm_device *dev, struct gtt_range *r, int resume) psb_gtt_insert() argument
H A Dgtt.h40 extern int psb_gtt_init(struct drm_device *dev, int resume);
/linux-4.1.27/drivers/cpufreq/
H A Dia64-acpi-cpufreq.c33 unsigned int resume; member in struct:cpufreq_acpi_io
157 if (unlikely(data->resume)) { processor_set_freq()
158 pr_debug("Called after resume, resetting to P%d\n", state); processor_set_freq()
159 data->resume = 0; processor_set_freq()
309 data->resume = 1; acpi_cpufreq_cpu_init()
H A Dacpi-cpufreq.c70 unsigned int resume; member in struct:acpi_cpufreq_data
385 data->resume = 1; get_cur_freq_on_cpu()
425 if (unlikely(data->resume)) { acpi_cpufreq_target()
426 pr_debug("Called after resume, resetting to P%d\n", acpi_cpufreq_target()
428 data->resume = 0; acpi_cpufreq_target()
833 data->resume = 1; acpi_cpufreq_cpu_init()
874 data->resume = 1; acpi_cpufreq_resume()
892 .resume = acpi_cpufreq_resume,
/linux-4.1.27/arch/arm/plat-samsung/
H A Dpm-check.c8 * S3C Power Mangament - suspend/resume memory corruptiuon check.
31 * memory, so the system can verify if the resume was ok.
41 static u32 *crcs; /* allocated over suspend/resume */
213 * s3c_pm_check_restore() - memory check called on resume
230 * functions that might sleep during that resume.
H A Dpm.c75 * central control for sleep/resume process
139 * we resume as it saves its own register state and restores it s3c_pm_enter()
140 * during the resume. */ s3c_pm_enter()
H A Dpm-gpio.c67 .resume = samsung_gpio_pm_1bit_resume,
101 * @chip: The chip information to resume.
194 .resume = samsung_gpio_pm_2bit_resume,
305 .resume = samsung_gpio_pm_4bit_resume,
363 if (pm == NULL || pm->resume == NULL) samsung_pm_resume_gpio()
366 pm->resume(ourchip); samsung_pm_resume_gpio()
H A Dpm-common.c24 * s3c_pm_do_save() - save a set of registers for restoration on resume.
/linux-4.1.27/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c692 .resume = exynos_pinctrl_resume,
738 .resume = exynos_pinctrl_resume,
746 .resume = exynos_pinctrl_resume,
810 .resume = exynos_pinctrl_resume,
818 .resume = exynos_pinctrl_resume,
895 .resume = exynos_pinctrl_resume,
903 .resume = exynos_pinctrl_resume,
910 .resume = exynos_pinctrl_resume,
917 .resume = exynos_pinctrl_resume,
977 .resume = exynos_pinctrl_resume,
985 .resume = exynos_pinctrl_resume,
992 .resume = exynos_pinctrl_resume,
1064 .resume = exynos_pinctrl_resume,
1071 .resume = exynos_pinctrl_resume,
1078 .resume = exynos_pinctrl_resume,
1085 .resume = exynos_pinctrl_resume,
1329 .resume = exynos_pinctrl_resume,
1336 .resume = exynos_pinctrl_resume,
1343 .resume = exynos_pinctrl_resume,
1350 .resume = exynos_pinctrl_resume,
1357 .resume = exynos_pinctrl_resume,
1364 .resume = exynos_pinctrl_resume,
1371 .resume = exynos_pinctrl_resume,
1378 .resume = exynos_pinctrl_resume,
1385 .resume = exynos_pinctrl_resume,
1392 .resume = exynos_pinctrl_resume,
/linux-4.1.27/drivers/mfd/
H A Dtc6387xb.c66 if (pdata && pdata->resume) tc6387xb_resume()
67 pdata->resume(dev); tc6387xb_resume()
232 .resume = tc6387xb_resume,
/linux-4.1.27/arch/mips/kernel/
H A Dr2300_switch.S44 * task_struct *resume(task_struct *prev, task_struct *next,
47 LEAF(resume)
95 END(resume)
/linux-4.1.27/arch/m68k/68360/
H A Dentry.S28 .globl resume
146 * Beware - when entering resume, prev (the current task) is
150 ENTRY(resume)
/linux-4.1.27/sound/aoa/soundbus/
H A Dcore.c146 if (dev->driver && drv->resume) soundbus_device_resume()
147 return drv->resume(soundbus_dev); soundbus_device_resume()
161 .resume = soundbus_device_resume,
/linux-4.1.27/include/acpi/platform/
H A Daclinuxex.h79 * The irqs_disabled() check is for resume from RAM.
80 * Interrupts are off during resume, just like they are for boot.
82 * to quiet __might_sleep() in kmalloc() and resume does not.
/linux-4.1.27/arch/arm/mach-imx/
H A Dsuspend-imx6.S158 * counting the resume address in iram
162 ldr r7, =resume
181 /* store physical resume addr and pm_info address. */
301 * resume, we need to restore MMDC IO first
309 resume: label
319 /* get physical resume address from pm_info. */
/linux-4.1.27/drivers/mmc/host/
H A Dtmio_mmc.c49 if (cell->resume) tmio_mmc_resume()
50 ret = cell->resume(pdev); tmio_mmc_resume()
H A Dsdhci-pci.h57 int (*resume) (struct sdhci_pci_chip *); member in struct:sdhci_pci_fixes
/linux-4.1.27/drivers/ata/
H A Dpata_rz1000.c114 /* If this fails on resume (which is a "can't happen" case), we rz1000_reinit_one()
138 .resume = rz1000_reinit_one,
H A Dpata_netcell.c97 .resume = ata_pci_device_resume,
/linux-4.1.27/drivers/usb/host/
H A Dehci-hub.c60 * we can skip this and avoid slowing resume down. Devices without ehci_handover_companion_ports()
61 * persist will just get reenumerated shortly after resume anyway. ehci_handover_companion_ports()
246 * for the root hub and any ports are in the middle of a resume or ehci_bus_suspend()
260 * then manually resume them in the bus_resume() routine. ehci_bus_suspend()
395 /* Ideally and we've got a real resume here, and no port's power ehci_bus_resume()
402 ehci_dbg(ehci, "resume root hub%s\n", ehci_bus_resume()
441 /* clear phy low-power mode before resume */ ehci_bus_resume()
461 /* manually resume the ports we suspended during bus_suspend() */ ehci_bus_resume()
475 * msleep for USB_RESUME_TIMEOUT ms only if code is trying to resume ehci_bus_resume()
676 /* If a resume is in progress, make sure it can finish */ ehci_hub_status_data()
935 /* clear phy low-power mode before resume */ ehci_hub_control()
944 /* resume signaling for 20 msec */ ehci_hub_control()
1017 /* no reset or resume pending */ ehci_hub_control()
1022 /* resume signaling for 20 msec */ ehci_hub_control()
1032 /* reset or resume not yet complete */ ehci_hub_control()
1036 /* resume completed */ ehci_hub_control()
1043 /* stop resume signaling */ ehci_hub_control()
1050 ehci_err(ehci, "port %d resume error %d\n", ehci_hub_control()
H A Duhci-pci.c69 * resume-detect interrupts. uhci_pci_resume_detect_interrupts_are_broken()
75 * resume-detect interrupts if any port has an over-current uhci_pci_resume_detect_interrupts_are_broken()
78 * To prevent problems, we will not enable resume-detect uhci_pci_resume_detect_interrupts_are_broken()
219 /* Make sure resume from hibernation re-enumerates everything */ uhci_pci_resume()
H A Dxhci-pci.c184 "QUIRK: Resetting on resume"); xhci_pci_quirks()
339 /* Mark SSIC port as unused(suspend) or used(resume) */ xhci_ssic_port_unused_quirk()
403 * not support xHCI natively. That means that during system resume, it xhci_pci_resume()
405 * keyboard to select a kernel from GRUB after resume from hibernate. xhci_pci_resume()
408 * enabled before resume, and switch the ports back to xHCI when the xhci_pci_resume()
412 * Unconditionally switch the ports back to xHCI after a system resume. xhci_pci_resume()
453 /* suspend and resume implemented later */
H A Dehci-msm.c179 dev_dbg(dev, "ehci-msm PM resume\n"); ehci_msm_pm_resume()
191 .resume = ehci_msm_pm_resume,
H A Dohci-hub.c55 ohci_dbg (ohci, "resume/suspend?\n");
111 /* maybe resume can wake root hub */
168 ohci_dbg (ohci, "duplicate resume\n");
178 autostopped ? "auto-start" : "resume");
187 ohci_dbg (ohci, "snapshot resume? reinit\n");
217 ohci_err (ohci, "controller won't resume\n");
264 /* keep it alive for more than ~5x suspend + resume costs */
603 * not necessarily continuous ... to guard against resume signaling.
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S92 ! - prepare pc for resume, return from function without swsusp_save on resume
/linux-4.1.27/arch/arm/mach-s5pv210/
H A Dpm.c71 /* ensure at least INFORM0 has the resume address */ s5pv210_pm_prepare()
169 .resume = s5pv210_pm_resume,
/linux-4.1.27/net/wireless/
H A Dsysfs.c130 if (rdev->ops->resume) { wiphy_resume()
156 .resume = wiphy_resume,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_asic.c201 .resume = &r100_resume,
269 .resume = &r100_resume,
365 .resume = &r300_resume,
433 .resume = &r300_resume,
501 .resume = &r420_resume,
569 .resume = &rs400_resume,
637 .resume = &rs600_resume,
705 .resume = &rs690_resume,
773 .resume = &rv515_resume,
841 .resume = &r520_resume,
935 .resume = &r600_resume,
1020 .resume = &r600_resume,
1113 .resume = &r600_resume,
1219 .resume = &rv770_resume,
1339 .resume = &evergreen_resume,
1433 .resume = &evergreen_resume,
1526 .resume = &evergreen_resume,
1663 .resume = &cayman_resume,
1768 .resume = &cayman_resume,
1903 .resume = &si_resume,
2070 .resume = &cik_resume,
2183 .resume = &cik_resume,
/linux-4.1.27/drivers/sh/
H A Dpm_runtime.c50 dev_err(dev, "failed to resume clock\n"); sh_pm_runtime_resume()
/linux-4.1.27/drivers/staging/iio/adc/
H A Dad7606_spi.c86 .resume = ad7606_spi_resume,
H A Dad7606_par.c114 .resume = ad7606_par_resume,
/linux-4.1.27/drivers/s390/char/
H A Dsclp_quiesce.c51 /* Undo machine restart/halt/power_off modification on resume */ sclp_quiesce_pm_event()
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_pci.c98 .resume = pcie_port_device_resume,
274 driver->err_handler->resume) { resume_iter()
278 driver->err_handler->resume(pcie_device->port); resume_iter()
304 .resume = pcie_portdrv_err_resume,
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dptrace-abi.h87 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
/linux-4.1.27/drivers/usb/chipidea/
H A Dhost.c200 * For chipidea, the resume signal will be ended ci_ehci_bus_suspend()
202 * usbcmd.rs may not be set before the resume has ci_ehci_bus_suspend()
203 * ended if other resume paths consumes too much ci_ehci_bus_suspend()
205 * send out within 3ms after resume ends, then the ci_ehci_bus_suspend()
/linux-4.1.27/drivers/usb/core/
H A Dgeneric.c224 /* Normal USB devices resume/reset through their upstream port. generic_resume()
225 * Root hubs don't have upstream ports to resume or reset, generic_resume()
227 * interfaces manually by doing a bus (or "global") resume. generic_resume()
244 .resume = generic_resume,
/linux-4.1.27/drivers/video/fbdev/msm/
H A Dmddi_client_dummy.c60 panel->panel_data.resume = mddi_dummy_resume; mddi_dummy_probe()
H A Dmddi_client_nt35399.c103 client_data->resume(client_data); nt35399_resume()
210 panel->panel_data.resume = nt35399_resume; mddi_nt35399_probe()
/linux-4.1.27/include/linux/usb/
H A Dquirks.h13 /* device can't resume correctly so reset it instead */
H A Dehci_pdriver.h38 * a suspend / resume cycle (but can't detect that itself).
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dptrace.h44 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */
/linux-4.1.27/arch/arm/vfp/
H A Dentry.S21 @ r2 = PC value to resume execution after successful emulation
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dptrace.h76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dpm-rmobile.h23 void (*resume)(void); member in struct:rmobile_pm_domain
/linux-4.1.27/arch/arm/kernel/
H A Dsleep.S55 * specific registers and some other data for resume.
69 add r4, r4, #12 @ Space for pgd, virt sp, phys resume fn
90 ldmia sp!, {r1 - r3} @ pop phys pgd, virt SP, phys resume fn
146 @ load phys pgd, stack, resume fn
H A Dhibernate.c51 * required by the resume kernel image to restart execution from
H A Dsuspend.c29 * resume (indicated by a zero return code), we need to switch cpu_suspend()
/linux-4.1.27/sound/pci/ctxfi/
H A Dctmixer.h60 int (*resume)(struct ct_mixer *mixer); member in struct:ct_mixer
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dsleep.S134 * memory location containing the PC to resume from
210 * Here is the resume code.
215 * Core99 machines resume here
245 /* Pass thru to older resume code ... */
247 * Here is the resume code for older machines.
/linux-4.1.27/arch/s390/kernel/
H A Dswsusp.S23 * (see below) in the resume process.
225 sigp %r9,%r2,SIGP_STOP /* sigp stop to current resume CPU */
233 sigp %r9,%r2,SIGP_SENSE /* sigp sense, wait for resume CPU */
236 tmll %r9,0x40 /* Test if resume CPU is stopped */
295 /* Call arch specific early resume code */
/linux-4.1.27/scripts/
H A Danalyze_suspend.py3 # Tool for analyzing suspend/resume timing
24 # their linux stack's suspend/resume time. Using a kernel image built
26 # will capture dmesg and ftrace data until resume is complete. This data
29 # time in suspend/resume. The output is a single html file which can be
106 postresumefmt = '# post resume time (?P<t>[0-9]*)$'
193 # The primary container for suspend/resume test data. There is one for
197 # contents: times for suspend start/end, resume start/end, fwdata
220 tResumed = 0.0 # low-level resume start
224 fwResume = 0 # time spent in firmware resume
254 'resume': {'list': dict(), 'start': -1.0, 'end': -1.0,
440 # if any calls never returned, clip them at system resume end
472 # if any calls never returned, clip them at system resume end
542 clist = self.deviceChildren(cname, 'resume')
821 # A container for a suspend/resume html timeline. In older versions
848 # A container for a suspend/resume test run. This is necessary as
923 # focus only on device suspend and resume
1107 # only parse the ftrace data during suspend/resume
1182 data.dmesg['resume']['start'] = t.time
1184 data.dmesg['resume']['end'] = t.time
1320 # post resume time line: did this test run include post-resume data
1347 # only parse the ftrace data during suspend/resume
1441 # resume start
1443 phase = 'resume'
1446 # resume complete start
1467 # post resume events can just have ends
1640 if(re.match('ACPI: resume from mwait', m.group('msg'))):
1698 'resume_machine': 'ACPI: Low-level resume complete.*',
1700 'resume_early': 'PM: noirq resume of devices complete after.*',
1701 'resume': 'PM: early resume of devices complete after.*',
1702 'resume_complete': 'PM: resume of devices complete after.*',
1713 dm['resume'] = 'PM: early restore of devices complete after.*'
1716 dm['resume_machine'] = 'ACPI: resume from mwait'
1817 # resume start
1818 elif(re.match(dm['resume'], msg)):
1820 phase = 'resume'
1822 # resume complete start
1824 data.dmesg['resume']['end'] = ktime
1827 # post resume start
1874 # start of first cpu resume
1885 # end of a cpu resume, start of the next
1978 # tMax: end time (resume end)
2119 # resume time
2140 html += td.format("%3.3f ms" % rTimeAvg) # resume time
2703 # focus only on device suspend and resume
2724 print('SUSPEND START (press a key to resume)')
2761 fp.write('# post resume time %u\n' % prt)
2796 print('SUSPEND START (press a key on the device to resume)')
3284 # execute a suspend/resume, gather the logs, and generate the output
3383 print(' their linux stack\'s suspend/resume time. Using a kernel image built')
3385 print(' capture dmesg and ftrace data until resume is complete. This data is')
3388 print(' time in suspend/resume.')
3409 print(' -postres t Time after resume completion to wait for post-resume events (default: 0 S)')
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_sysfs.c76 * drm_class_resume - DRM class resume hook
77 * @dev: Linux device to resume
80 * @dev is and calls its resume hook, if present.
90 drm_dev->driver->resume) drm_class_resume()
91 return drm_dev->driver->resume(drm_dev); drm_class_resume()
98 .resume = drm_class_resume,
/linux-4.1.27/drivers/leds/
H A Dleds-asic3.c157 if (cell->resume) asic3_led_resume()
158 ret = (*cell->resume)(pdev); asic3_led_resume()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h127 ath6kl_dbg(ATH6KL_DBG_HIF, "hif resume\n"); ath6kl_hif_resume()
129 return ar->hif_ops->resume(ar); ath6kl_hif_resume()
/linux-4.1.27/drivers/scsi/ufs/
H A Dufshcd-pci.c55 * ufshcd_pci_resume - resume power management function
162 .resume = ufshcd_pci_resume,
/linux-4.1.27/drivers/pcmcia/
H A Dcs.c507 "suspend state 0x%x != resume state 0x%x\n", socket_late_resume()
520 * Finalize the resume. In case of a cardbus socket, we have
662 skt->callback->resume(skt); pccardd()
721 * userspace-issued insert, eject, suspend and resume commands must be
724 * PCMCIA_UEVENT_RESUME (for resume), PCMCIA_UEVENT_SUSPEND (for suspend)
806 skt->callback->resume(skt); pcmcia_reset_card()
870 "failed to complete resume"); pcmcia_socket_dev_complete()
883 /* early resume must be called with IRQs disabled */
/linux-4.1.27/drivers/usb/serial/
H A Dbus.c53 /* make sure suspend/resume doesn't race against port_probe */ usb_serial_device_probe()
102 * Make sure suspend/resume doesn't race against port_remove. usb_serial_device_remove()
/linux-4.1.27/include/linux/platform_data/
H A Dvideo-msm_fb.h47 int (*resume)(struct msm_panel_data *); member in struct:msm_panel_data
66 void (*resume)(struct msm_mddi_client_data *); member in struct:msm_mddi_client_data
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dpm.c128 * SDRAM Low Power mode on resume. avr32_pm_enter()
150 * SDRAM Low Power mode on resume. avr32_pm_enter()
/linux-4.1.27/arch/blackfin/kernel/
H A Dnmi.c197 /* Suspend/resume support */
212 .resume = nmi_wdt_resume,
/linux-4.1.27/net/xfrm/
H A Dxfrm_output.c48 goto resume; xfrm_output_one()
94 resume: xfrm_output_one()
/linux-4.1.27/sound/arm/
H A Dpxa2xx-ac97.c135 if (platform_ops && platform_ops->resume) pxa2xx_ac97_do_resume()
136 platform_ops->resume(platform_ops->priv); pxa2xx_ac97_do_resume()
/linux-4.1.27/sound/isa/ad1848/
H A Dad1848.c154 chip->resume(chip); snd_ad1848_resume()
166 .resume = snd_ad1848_resume,
/linux-4.1.27/sound/isa/cs423x/
H A Dcs4231.c170 chip->resume(chip); snd_cs4231_resume()
182 .resume = snd_cs4231_resume,
/linux-4.1.27/drivers/mmc/core/
H A Dcore.h23 int (*resume)(struct mmc_host *); member in struct:mmc_bus_ops
/linux-4.1.27/drivers/rtc/
H A Dclass.c45 * system's wall clock; restore it on resume().
112 /* snapshot the current rtc and system time at resume */ rtc_resume()
132 * Since these RTC suspend/resume handlers are not called rtc_resume()
133 * at the very end of suspend or the start of resume, rtc_resume()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Drfkill.c38 * unless the interface is started; however, on resume b43legacy_is_hw_radio_enabled()
/linux-4.1.27/drivers/input/misc/
H A Dmpu3050.c193 * function will push the device to resume. Then, the device is ready
436 * mpu3050_resume - called on device resume
439 * Put the device into powered mode on resume.
446 msleep(100); /* wait for gyro chip resume */ mpu3050_resume()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h56 void (*resume)(struct nouveau_drm *); member in struct:nouveau_fence_priv
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c326 goto resume; mcp77_clk_prog()
347 goto resume; mcp77_clk_prog()
352 goto resume; mcp77_clk_prog()
364 resume: mcp77_clk_prog()
/linux-4.1.27/drivers/acpi/
H A Dwakeup.c16 * suspend/resume and isn't really required as this is called in S-state. At
/linux-4.1.27/drivers/thermal/
H A Ddb8500_cpufreq_cooling.c84 .resume = db8500_cpufreq_cooling_resume,
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dlcd_h3.c120 .resume = h3_panel_resume,
H A Dlcd_htcherald.c111 .resume = htcherald_panel_resume,
H A Dlcd_inn1510.c106 .resume = innovator1510_panel_resume,
H A Dlcd_inn1610.c127 .resume = innovator1610_panel_resume,
H A Dlcd_osk.c126 .resume = osk_panel_resume,
H A Dlcd_palmte.c103 .resume = palmte_panel_resume,
H A Dlcd_palmtt.c109 .resume = palmtt_panel_resume,
H A Dlcd_palmz71.c105 .resume = palmz71_panel_resume,
/linux-4.1.27/fs/nfs_common/
H A Dgrace.c44 * resume regular locking. The grace period will not end until all lock
/linux-4.1.27/arch/sh/kernel/
H A Dasm-offsets.c39 DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume)); main()
/linux-4.1.27/arch/m68k/coldfire/
H A Dpit.c42 * This is also called after resume to bring the PIT into operation again.
/linux-4.1.27/arch/m68k/kernel/
H A Dentry.S45 .globl system_call, buserr, trap, resume
100 | After a fork we jump here directly from resume,
316 resume: label
318 * Beware - when entering resume, prev (the current task) is
/linux-4.1.27/kernel/time/
H A Dtick-oneshot.c35 * tick_resume_onshot - resume oneshot mode
H A Dtick-sched.h28 * to resume the tick timer operation in the timeline
/linux-4.1.27/sound/usb/
H A Dmixer.h50 usb_mixer_elem_resume_func_t resume; member in struct:usb_mixer_elem_list
/linux-4.1.27/drivers/ide/
H A Dide-pm.c74 if (drv->resume) generic_ide_resume()
75 drv->resume(drive); generic_ide_resume()
194 (rq->cmd_type == REQ_TYPE_PM_SUSPEND) ? "suspend" : "resume"); ide_complete_pm_rq()
/linux-4.1.27/drivers/misc/
H A Dtifm_core.c130 if (dev->driver && drv->resume) tifm_device_resume()
131 return drv->resume(sock); tifm_device_resume()
164 .resume = tifm_device_resume

Completed in 2322 milliseconds

1234567891011>>