| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_irq.c | 42 pm_runtime_get_sync(dev); in mdp5_irq_preinstall() 61 pm_runtime_get_sync(dev); in mdp5_irq_postinstall() 73 pm_runtime_get_sync(dev); in mdp5_irq_uninstall() 106 pm_runtime_get_sync(dev); in mdp5_enable_vblank() 119 pm_runtime_get_sync(dev); in mdp5_disable_vblank()
|
| /linux/drivers/base/power/ |
| H A D | runtime-test.c | 22 KUNIT_EXPECT_EQ(test, 0, pm_runtime_get_sync(dev)); in pm_runtime_depth_test() 24 KUNIT_EXPECT_EQ(test, 1, pm_runtime_get_sync(dev)); /* "already active" */ in pm_runtime_depth_test() 74 KUNIT_EXPECT_EQ(test, 0, pm_runtime_get_sync(dev)); in pm_runtime_idle_test() 106 KUNIT_EXPECT_EQ(test, -EACCES, pm_runtime_get_sync(dev)); in pm_runtime_disabled_test() 145 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_get_sync(dev)); in pm_runtime_error_test() 178 KUNIT_EXPECT_EQ(test, 0, pm_runtime_get_sync(dev)); in pm_runtime_error_test() 181 KUNIT_EXPECT_EQ(test, 0, pm_runtime_get_sync(dev)); in pm_runtime_error_test()
|
| /linux/drivers/counter/ |
| H A D | intel-qep.c | 113 pm_runtime_get_sync(qep->dev); in intel_qep_count_read() 180 pm_runtime_get_sync(qep->dev); in intel_qep_ceiling_read() 203 pm_runtime_get_sync(qep->dev); in intel_qep_ceiling_write() 234 pm_runtime_get_sync(qep->dev); in intel_qep_enable_write() 261 pm_runtime_get_sync(qep->dev); in intel_qep_spike_filter_ns_read() 309 pm_runtime_get_sync(qep->dev); in intel_qep_spike_filter_ns_write() 331 pm_runtime_get_sync(qep->dev); in intel_qep_preset_enable_read() 353 pm_runtime_get_sync(qep->dev); in intel_qep_preset_enable_write()
|
| H A D | rz-mtu3-cnt.c | 110 pm_runtime_get_sync(counter->parent); in rz_mtu3_is_counter_invalid() 168 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_read() 190 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_write() 207 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_function_read_helper() 282 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_function_write() 303 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_direction_read() 380 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_ceiling_write() 507 pm_runtime_get_sync(counter->parent); in rz_mtu3_count_enable_write() 546 pm_runtime_get_sync(counter->parent); in rz_mtu3_cascade_counts_enable_get() 565 pm_runtime_get_sync(counter->parent); in rz_mtu3_cascade_counts_enable_set() [all …]
|
| H A D | ti-ecap-capture.c | 105 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_get_evmode() 116 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_set_evmode() 125 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_enable() 154 pm_runtime_get_sync(counter->parent); in ecap_cnt_count_get_val() 165 pm_runtime_get_sync(counter->parent); in ecap_cnt_count_set_val() 242 pm_runtime_get_sync(counter->parent); in ecap_cnt_pol_read() 257 pm_runtime_get_sync(counter->parent); in ecap_cnt_pol_write()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_debugfs.c | 90 pm_runtime_get_sync(musb->controller); in musb_regdump_show() 119 pm_runtime_get_sync(musb->controller); in musb_test_mode_show() 174 pm_runtime_get_sync(musb->controller); in musb_test_mode_write() 238 pm_runtime_get_sync(musb->controller); in musb_softconnect_show() 272 pm_runtime_get_sync(musb->controller); in musb_softconnect_write()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra30_ahub.c | 123 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_allocate_rx_fifo() 162 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_enable_rx_fifo() 181 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_disable_rx_fifo() 225 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_allocate_tx_fifo() 264 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_enable_tx_fifo() 283 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_disable_tx_fifo() 313 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_set_rx_cif_source() 330 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_unset_rx_cif_source()
|
| /linux/drivers/pwm/ |
| H A D | pwm-tiecap.c | 76 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_config() 117 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_set_polarity() 141 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_enable() 279 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_save_context() 316 pm_runtime_get_sync(dev); in ecap_pwm_resume()
|
| H A D | pwm-dwc-core.c | 108 pm_runtime_get_sync(pwmchip_parent(chip)); in dwc_pwm_apply() 127 pm_runtime_get_sync(pwmchip_parent(chip)); in dwc_pwm_get_state()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_debugfs.c | 117 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_process_reg_op() 239 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs2_op() 404 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_gprwave_read() 523 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_read() 582 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_write() 644 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_read() 702 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_write() 761 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_read() 819 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_write() 981 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_sensor_read() [all …]
|
| /linux/drivers/w1/masters/ |
| H A D | omap_hdq.c | 369 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_triplet() 459 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_reset_bus() 480 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_read_byte() 503 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_write_byte() 596 ret = pm_runtime_get_sync(&pdev->dev); in omap_hdq_probe() 649 active = pm_runtime_get_sync(&pdev->dev); in omap_hdq_remove()
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma.c | 223 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_issue_task() 317 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_tx_submit() 477 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_channel() 526 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_all() 568 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_pause() 587 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_resume() 798 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_probe() 909 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_shutdown() 921 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_remove()
|
| /linux/drivers/scsi/ |
| H A D | scsi_pm.c | 219 err = pm_runtime_get_sync(&sdev->sdev_gendev); in scsi_autopm_get_device() 236 pm_runtime_get_sync(&starget->dev); in scsi_autopm_get_target() 248 err = pm_runtime_get_sync(&shost->shost_gendev); in scsi_autopm_get_host()
|
| /linux/drivers/misc/ |
| H A D | apds9802als.c | 75 pm_runtime_get_sync(dev); in als_lux0_input_data_show() 127 pm_runtime_get_sync(dev); in als_sensing_range_store() 248 pm_runtime_get_sync(&client->dev); in apds9802als_remove()
|
| H A D | tps6594-esm.c | 79 pm_runtime_get_sync(dev); in tps6594_esm_probe() 124 pm_runtime_get_sync(dev); in tps6594_esm_resume()
|
| /linux/drivers/iio/accel/ |
| H A D | kxsd9.c | 145 pm_runtime_get_sync(st->dev); in kxsd9_write_raw() 169 pm_runtime_get_sync(st->dev); in kxsd9_read_raw() 242 pm_runtime_get_sync(st->dev); in kxsd9_buffer_preenable() 482 pm_runtime_get_sync(dev); in kxsd9_common_remove()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-atna33xc20.c | 214 ret = pm_runtime_get_sync(panel->dev); in atana33xc20_prepare() 230 pm_runtime_get_sync(panel->dev); in atana33xc20_get_modes() 307 pm_runtime_get_sync(dev); in atana33xc20_probe()
|
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-plat.c | 79 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe() 107 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.c | 172 ret = pm_runtime_get_sync(rpm->kdev); in __intel_runtime_pm_get() 475 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_enable() 506 drm_WARN(&i915->drm, pm_runtime_get_sync(kdev) < 0, in intel_runtime_pm_disable()
|
| /linux/drivers/mfd/ |
| H A D | omap-usb-tll.c | 214 pm_runtime_get_sync(dev); in usbtll_omap_probe() 317 pm_runtime_get_sync(tll_dev); in omap_tll_init() 391 pm_runtime_get_sync(tll_dev); in omap_tll_enable()
|
| /linux/drivers/watchdog/ |
| H A D | omap_wdt.c | 140 pm_runtime_get_sync(wdev->dev); in omap_wdt_start() 263 pm_runtime_get_sync(wdev->dev); in omap_wdt_probe() 343 pm_runtime_get_sync(wdev->dev); in omap_wdt_resume()
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | qcom_iommu.c | 354 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_domain_free() 375 pm_runtime_get_sync(qcom_iommu->dev); in qcom_iommu_attach_dev() 407 pm_runtime_get_sync(qcom_iommu->dev); in qcom_iommu_identity_attach() 464 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_unmap() 481 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_flush_iotlb_all() 862 pm_runtime_get_sync(dev); in qcom_iommu_device_probe()
|
| /linux/drivers/phy/ti/ |
| H A D | phy-twl4030-usb.c | 506 pm_runtime_get_sync(twl->dev); in twl4030_phy_power_on() 594 pm_runtime_get_sync(twl->dev); in twl4030_usb_irq() 636 pm_runtime_get_sync(twl->dev); in twl4030_phy_init() 760 pm_runtime_get_sync(&pdev->dev); in twl4030_usb_probe() 796 pm_runtime_get_sync(twl->dev); in twl4030_usb_remove()
|
| /linux/drivers/iio/imu/inv_icm42600/ |
| H A D | inv_icm42600_gyro.c | 167 pm_runtime_get_sync(dev); in inv_icm42600_gyro_read_sensor() 279 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_scale() 364 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_odr() 424 pm_runtime_get_sync(dev); in inv_icm42600_gyro_read_offset() 527 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_offset()
|
| /linux/drivers/hsi/controllers/ |
| H A D | omap_ssi_port.c | 56 pm_runtime_get_sync(omap_port->pdev); in ssi_port_regs_show() 129 pm_runtime_get_sync(omap_port->pdev); in ssi_div_get() 144 pm_runtime_get_sync(omap_port->pdev); in ssi_div_set() 341 pm_runtime_get_sync(omap_port->pdev); in ssi_async_break() 394 pm_runtime_get_sync(omap_port->pdev); in ssi_async() 458 pm_runtime_get_sync(omap_port->pdev); in ssi_setup() 522 pm_runtime_get_sync(omap_port->pdev); in ssi_flush() 583 pm_runtime_get_sync(omap_port->pdev); /* Grab clocks */ in start_tx_work() 761 pm_runtime_get_sync(omap_port->pdev); in ssi_release() 952 pm_runtime_get_sync(omap_port->pdev); in ssi_pio_thread() [all …]
|