Searched refs:runtime_suspend (Results 1 - 25 of 110) sorted by path

12345

/linux-master/drivers/base/power/
H A Dgeneric_ops.c17 * ->runtime_suspend(), execute it and return its error code. Otherwise,
25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0;
H A Druntime.c437 * GFP_KERNEL happens inside runtime_suspend and
549 * otherwise run the ->runtime_suspend() callback directly. When
550 * ->runtime_suspend succeeded, if a deferred resume was requested while
554 * If ->runtime_suspend failed with -EAGAIN or -EBUSY, and if the RPM_AUTO
669 callback = RPM_GET_CALLBACK(dev, runtime_suspend);
1642 * ->runtime_suspend() and ->runtime_resume() callbacks for this device should
1889 * if it is active, invoke its ->runtime_suspend callback to suspend it and
1902 * state where this function has called the ->runtime_suspend callback but the
1914 callback = RPM_GET_CALLBACK(dev, runtime_suspend);
/linux-master/drivers/acpi/
H A Ddevice_pm.c1367 .runtime_suspend = acpi_subsys_runtime_suspend,
/linux-master/drivers/acpi/x86/
H A Dlpss.c1240 .runtime_suspend = acpi_lpss_runtime_suspend,
/linux-master/drivers/ata/
H A Dlibata-core.c5277 .runtime_suspend = ata_port_runtime_suspend,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2854 .runtime_suspend = amdgpu_pmops_runtime_suspend,
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c82 .runtime_suspend = pm_generic_runtime_suspend,
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c1700 .runtime_suspend = intel_runtime_suspend,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c110 .runtime_suspend = pm_domain_suspend,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1353 .runtime_suspend = nouveau_pmops_runtime_suspend,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c507 .runtime_suspend = radeon_pmops_runtime_suspend,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c683 .runtime_suspend = sun4i_frontend_runtime_suspend,
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c1019 ret = dev->bus->pm->runtime_suspend(dev);
1063 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend;
/linux-master/drivers/greybus/
H A Dbundle.c114 if (pm && pm->runtime_suspend) {
115 ret = pm->runtime_suspend(&bundle->dev);
/linux-master/drivers/i2c/busses/
H A Di2c-at91-core.c327 .runtime_suspend = at91_twi_runtime_suspend,
/linux-master/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c435 .runtime_suspend = &sun4i_gpadc_runtime_suspend,
/linux-master/drivers/media/i2c/
H A Dtw9900.c751 .runtime_suspend = tw9900_runtime_suspend,
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
H A Dipu6-isys.c922 .runtime_suspend = isys_runtime_pm_suspend,
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c4001 .runtime_suspend = allegro_runtime_suspend,
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c619 .runtime_suspend = s3c_camif_runtime_suspend,
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c1256 .runtime_suspend = bdisp_runtime_suspend,
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c1940 .runtime_suspend = delta_runtime_suspend,
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c1444 .runtime_suspend = hva_hw_runtime_suspend,
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi.c219 .runtime_suspend = sun6i_csi_suspend,

Completed in 331 milliseconds

12345