Searched refs:resume (Results 251 - 275 of 1540) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/isa/
H A Dcmi8330.c485 acard->wss->resume(acard->wss);
658 .resume = snd_cmi8330_isa_resume,
716 .resume = snd_cmi8330_pnp_resume,
H A Dcmi8328.c441 cmi->wss->resume(cmi->wss);
453 .resume = snd_cmi8328_resume,
/linux-master/sound/soc/codecs/
H A Dtas5720.c634 .resume = tas5720_resume,
650 .resume = tas5720_resume,
666 .resume = tas5720_resume,
/linux-master/kernel/irq/
H A Dgeneric-chip.c629 if (gc->resume)
630 gc->resume(gc);
663 .resume = irq_gc_resume,
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c94 aspeed_acry_fn_t resume; member in struct:aspeed_acry_dev
396 acry_dev->resume = aspeed_acry_rsa_transfer;
699 (void)acry_dev->resume(acry_dev);
/linux-master/drivers/gpu/drm/lima/
H A Dlima_device.c29 int (*resume)(struct lima_ip *ip); member in struct:lima_ip_desc
47 .resume = lima_##func##_resume, \
258 ret = desc->resume(ip);
475 dev_err(dev, "resume clk fail %d\n", err);
481 dev_err(dev, "resume regulator fail %d\n", err);
488 dev_err(dev, "resume ip %d fail\n", i);
495 dev_err(dev, "devfreq resume fail\n");
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c299 * ishtp_cl_device_resume() - Bus resume callback
302 * Called during device resume process.
304 * Return: Return value from driver resume() call.
317 if (driver->driver.pm->resume)
318 ret = driver->driver.pm->resume(dev);
374 .resume = ishtp_cl_device_resume,
846 * ishtp_wait_resume() - Wait for IPC resume
848 * Wait for IPC resume
850 * Return: resume complete or not
854 /* 50ms to get resume respons
[all...]
/linux-master/drivers/net/usb/
H A Dcdc_mbim.c517 * in system sleep context, otherwise, the resume callback has
539 bool callsub = (intf == ctx->control && info->subdriver && info->subdriver->resume);
542 ret = info->subdriver->resume(intf);
688 .resume = cdc_mbim_resume,
/linux-master/drivers/memstick/core/
H A Dmemstick.c133 if (dev->driver && drv->resume)
134 return drv->resume(card);
175 .resume = memstick_device_resume
/linux-master/drivers/macintosh/
H A Dmacio_asic.c127 if (dev->driver && drv->resume)
128 return drv->resume(macio_dev);
147 .resume = macio_device_resume,
/linux-master/drivers/net/phy/
H A Ddp83822.c774 .resume = dp83822_resume, \
790 .resume = dp83822_resume, \
805 .resume = dp83822_resume, \
H A Dmicrel.c663 /* Some config bits need to be set again on resume, handle them here. */
5210 .resume = kszphy_resume,
5225 .resume = kszphy_resume,
5240 .resume = kszphy_resume,
5255 /* No suspend/resume callbacks because of errata DS80000700A,
5272 .resume = kszphy_resume,
5286 .resume = kszphy_resume,
5301 .resume = kszphy_resume,
5320 .resume = kszphy_resume,
5333 .resume
[all...]
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c177 * On resume replay all mailbox commands and MSRs.
481 static long isst_if_proc_phyid_req(u8 *cmd_ptr, int *write_only, int resume) argument
508 static long isst_if_msr_cmd_req(u8 *cmd_ptr, int *write_only, int resume) argument
529 if (!ret && !resume)
/linux-master/drivers/usb/dwc2/
H A Dcore_intr.c395 call_gadget(hsotg, resume);
409 * resume or remote wakeup sequence. If the DWC_otg controller is in
411 * power mode. The controller automatically begins resume signaling.
412 * The handler schedules a time to stop resume signaling.
443 call_gadget(hsotg, resume);
799 call_gadget(hsotg, resume);
/linux-master/drivers/misc/ti-st/
H A Dst_kim.c817 if (pdata->resume)
818 return pdata->resume(pdev);
829 .resume = kim_resume,
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c521 static int resume(unw_addr_space_t __maybe_unused as, function
525 pr_err("unwind: resume unsupported\n");
701 .resume = resume,
/linux-master/drivers/pci/
H A Dpci-driver.c526 /* Auxiliary functions used for system resume */
550 /* Auxiliary functions used for system resume and run-time resume */
575 ret = pci_bridge_wait_for_secondary_bus(pci_dev, "resume");
580 * attempt to resume them.
589 * powered on into D0uninitialized state, resume them to give them a
614 * Default "resume" method for devices that have no driver provided resume,
681 return drv && drv->resume ?
682 drv->resume(pci_de
[all...]
/linux-master/drivers/clocksource/
H A Dsamsung_pwm_timer.c242 .resume = samsung_clockevent_resume,
315 .resume = samsung_clocksource_resume,
/linux-master/drivers/platform/olpc/
H A Dolpc-ec.c475 return ec_driver->resume ? ec_driver->resume(pdev) : 0;
/linux-master/drivers/ufs/core/
H A Dufshcd-priv.h216 if (hba->vops && hba->vops->resume)
217 return hba->vops->resume(hba, op);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c391 if (adrv->resume)
392 ret = adrv->resume(adev);
/linux-master/include/linux/
H A Dpm.h81 * transition and during the subsequent resume if all of its descendants
84 * functioning of the device after the system resume.
87 * devices may be assumed to be functional or to respond to runtime resume
97 * all kinds of resume transitions, following one of the resume callbacks:
98 * @resume(), @thaw(), @restore(). Also called if the state transition
104 * the appropriate resume callbacks for all devices. If the corresponding
107 * executing any suspend and resume callbacks for it), @complete() will be
108 * the only callback executed for the device during resume. In that case,
110 * proper functioning of the device after the system resume
290 int (*resume)(struct device *dev); member in struct:dev_pm_ops
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S116 ; when they resume, tail-call to entry point
/linux-master/kernel/time/
H A Dclockevents.c179 * @dev: device to resume
600 * clockevents_resume - resume clock devices
607 if (dev->resume && !clockevent_state_detached(dev))
608 dev->resume(dev);
/linux-master/drivers/clk/mvebu/
H A Dcommon.c231 .resume = mvebu_clk_gating_resume,

Completed in 259 milliseconds

<<11121314151617181920>>