/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_irq.c | 44 pm_runtime_get_sync(dev); in mdp5_irq_preinstall() 63 pm_runtime_get_sync(dev); in mdp5_irq_postinstall() 75 pm_runtime_get_sync(dev); in mdp5_irq_uninstall() 109 pm_runtime_get_sync(dev); in mdp5_enable_vblank() 122 pm_runtime_get_sync(dev); in mdp5_disable_vblank()
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_pm.c | 134 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_get_power_dpm_state() 178 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_set_power_dpm_state() 277 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_get_power_dpm_force_performance_level() 345 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_set_power_dpm_force_performance_level() 424 ret = pm_runtime_get_sync(ddev->dev); in amdgpu_get_pp_num_states() 1571 r = pm_runtime_get_sync(ddev->dev); in amdgpu_get_gpu_busy_percent() 1611 r = pm_runtime_get_sync(ddev->dev); in amdgpu_get_mem_busy_percent() 1846 r = pm_runtime_get_sync(ddev->dev); in amdgpu_get_smartshift_apu_power() 1889 r = pm_runtime_get_sync(ddev->dev); in amdgpu_get_smartshift_dgpu_power() 1943 r = pm_runtime_get_sync(ddev->dev); in amdgpu_set_smartshift_bias() [all …]
|
/linux/drivers/regulator/ |
A D | stm32-vrefbuf.c | 47 ret = pm_runtime_get_sync(priv->dev); in stm32_vrefbuf_enable() 84 ret = pm_runtime_get_sync(priv->dev); in stm32_vrefbuf_disable() 105 ret = pm_runtime_get_sync(priv->dev); in stm32_vrefbuf_is_enabled() 126 ret = pm_runtime_get_sync(priv->dev); in stm32_vrefbuf_set_voltage_sel() 148 ret = pm_runtime_get_sync(priv->dev); in stm32_vrefbuf_get_voltage_sel() 251 pm_runtime_get_sync(&pdev->dev); in stm32_vrefbuf_remove()
|
/linux/drivers/counter/ |
A D | intel-qep.c | 114 pm_runtime_get_sync(qep->dev); in intel_qep_count_read() 181 pm_runtime_get_sync(qep->dev); in intel_qep_ceiling_read() 204 pm_runtime_get_sync(qep->dev); in intel_qep_ceiling_write() 235 pm_runtime_get_sync(qep->dev); in intel_qep_enable_write() 262 pm_runtime_get_sync(qep->dev); in intel_qep_spike_filter_ns_read() 310 pm_runtime_get_sync(qep->dev); in intel_qep_spike_filter_ns_write() 332 pm_runtime_get_sync(qep->dev); in intel_qep_preset_enable_read() 354 pm_runtime_get_sync(qep->dev); in intel_qep_preset_enable_write()
|
/linux/drivers/usb/musb/ |
A D | musb_debugfs.c | 90 pm_runtime_get_sync(musb->controller); in musb_regdump_show() 120 pm_runtime_get_sync(musb->controller); in musb_test_mode_show() 176 pm_runtime_get_sync(musb->controller); in musb_test_mode_write() 241 pm_runtime_get_sync(musb->controller); in musb_softconnect_show() 276 pm_runtime_get_sync(musb->controller); in musb_softconnect_write()
|
/linux/sound/soc/tegra/ |
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/ |
A D | pwm-tiecap.c | 73 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_config() 114 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_set_polarity() 138 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_enable() 278 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_save_context() 313 pm_runtime_get_sync(dev); in ecap_pwm_resume()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_debugfs.c | 114 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_process_reg_op() 237 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs2_op() 366 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_read() 425 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_write() 485 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_read() 544 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_write() 604 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_read() 663 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_write() 1275 r = pm_runtime_get_sync(dev->dev); in amdgpu_debugfs_test_ib_show() 1325 r = pm_runtime_get_sync(dev->dev); in amdgpu_debugfs_evict_vram() [all …]
|
/linux/drivers/acpi/ |
A D | acpi_tad.c | 92 pm_runtime_get_sync(dev); in acpi_tad_set_real_time() 113 pm_runtime_get_sync(dev); in acpi_tad_get_real_time() 268 pm_runtime_get_sync(dev); in acpi_tad_wake_set() 316 pm_runtime_get_sync(dev); in acpi_tad_wake_read() 372 pm_runtime_get_sync(dev); in acpi_tad_clear_status() 413 pm_runtime_get_sync(dev); in acpi_tad_status_read() 564 pm_runtime_get_sync(dev); in acpi_tad_remove()
|
/linux/drivers/net/wireless/ti/wlcore/ |
A D | vendor_cmd.c | 56 ret = pm_runtime_get_sync(wl->dev); in wlcore_vendor_cmd_smart_config_start() 91 ret = pm_runtime_get_sync(wl->dev); in wlcore_vendor_cmd_smart_config_stop() 138 ret = pm_runtime_get_sync(wl->dev); in wlcore_vendor_cmd_smart_config_set_group_key()
|
A D | debugfs.c | 55 ret = pm_runtime_get_sync(wl->dev); in wl1271_debugfs_update_stats() 111 ret = pm_runtime_get_sync(wl->dev); in chip_op_handler() 282 ret = pm_runtime_get_sync(wl->dev); in dynamic_ps_timeout_write() 352 ret = pm_runtime_get_sync(wl->dev); in forced_ps_write() 834 ret = pm_runtime_get_sync(wl->dev); in rx_streaming_interval_write() 892 ret = pm_runtime_get_sync(wl->dev); in rx_streaming_always_write() 942 ret = pm_runtime_get_sync(wl->dev); in beacon_filtering_write() 1024 ret = pm_runtime_get_sync(wl->dev); in sleep_auth_write() 1091 pm_runtime_get_sync(wl->dev); in dev_mem_read() 1173 pm_runtime_get_sync(wl->dev); in dev_mem_write() [all …]
|
/linux/drivers/w1/masters/ |
A D | omap_hdq.c | 375 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_triplet() 466 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_reset_bus() 488 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_read_byte() 512 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_write_byte() 608 ret = pm_runtime_get_sync(&pdev->dev); in omap_hdq_probe() 662 active = pm_runtime_get_sync(&pdev->dev); in omap_hdq_remove()
|
/linux/drivers/dma/qcom/ |
A D | hidma.c | 225 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_issue_task() 319 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_tx_submit() 468 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_channel() 517 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_all() 559 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_pause() 578 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_resume() 797 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_probe() 910 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_shutdown() 922 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_remove()
|
/linux/drivers/power/supply/ |
A D | bq24190_charger.c | 448 ret = pm_runtime_get_sync(bdi->dev); in bq24190_sysfs_show() 483 ret = pm_runtime_get_sync(bdi->dev); in bq24190_sysfs_store() 506 ret = pm_runtime_get_sync(bdi->dev); in bq24190_set_charge_mode() 539 ret = pm_runtime_get_sync(bdi->dev); in bq24190_vbus_is_enabled() 1079 ret = pm_runtime_get_sync(bdi->dev); in bq24190_charger_get_property() 1153 ret = pm_runtime_get_sync(bdi->dev); in bq24190_charger_set_property() 1416 ret = pm_runtime_get_sync(bdi->dev); in bq24190_battery_get_property() 1464 ret = pm_runtime_get_sync(bdi->dev); in bq24190_battery_set_property() 1622 error = pm_runtime_get_sync(bdi->dev); in bq24190_irq_handler_thread() 1754 ret = pm_runtime_get_sync(dev); in bq24190_probe() [all …]
|
/linux/drivers/scsi/ |
A D | scsi_pm.c | 221 err = pm_runtime_get_sync(&sdev->sdev_gendev); in scsi_autopm_get_device() 238 pm_runtime_get_sync(&starget->dev); in scsi_autopm_get_target() 250 err = pm_runtime_get_sync(&shost->shost_gendev); in scsi_autopm_get_host()
|
/linux/drivers/misc/ |
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() 249 pm_runtime_get_sync(&client->dev); in apds9802als_remove()
|
/linux/drivers/iio/accel/ |
A D | kxsd9.c | 144 pm_runtime_get_sync(st->dev); in kxsd9_write_raw() 169 pm_runtime_get_sync(st->dev); in kxsd9_read_raw() 244 pm_runtime_get_sync(st->dev); in kxsd9_buffer_preenable() 488 pm_runtime_get_sync(dev); in kxsd9_common_remove()
|
/linux/drivers/input/keyboard/ |
A D | omap4-keypad.c | 182 error = pm_runtime_get_sync(dev); in omap4_keypad_irq_thread_fn() 210 error = pm_runtime_get_sync(dev); in omap4_keypad_open() 257 error = pm_runtime_get_sync(dev); in omap4_keypad_close() 395 error = pm_runtime_get_sync(dev); in omap4_keypad_probe()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-samsung-atna33xc20.c | 208 ret = pm_runtime_get_sync(panel->dev); in atana33xc20_prepare() 225 pm_runtime_get_sync(panel->dev); in atana33xc20_get_modes() 296 pm_runtime_get_sync(dev); in atana33xc20_probe()
|
/linux/drivers/thunderbolt/ |
A D | debugfs.c | 136 pm_runtime_get_sync(&sw->dev); in regs_write() 221 pm_runtime_get_sync(&sw->dev); in counters_write() 413 pm_runtime_get_sync(&sw->dev); in port_regs_show() 517 pm_runtime_get_sync(&sw->dev); in switch_regs_show() 569 pm_runtime_get_sync(&sw->dev); in path_show() 632 pm_runtime_get_sync(&sw->dev); in counters_show()
|
/linux/drivers/soc/imx/ |
A D | imx8m-blk-ctrl.c | 82 ret = pm_runtime_get_sync(bc->bus_power_dev); in imx8m_blk_ctrl_power_on() 103 ret = pm_runtime_get_sync(domain->power_dev); in imx8m_blk_ctrl_power_on() 336 ret = pm_runtime_get_sync(bc->bus_power_dev); in imx8m_blk_ctrl_suspend() 345 ret = pm_runtime_get_sync(domain->power_dev); in imx8m_blk_ctrl_suspend()
|
/linux/drivers/pci/controller/cadence/ |
A D | pcie-cadence-plat.c | 90 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe() 119 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe()
|
/linux/drivers/spi/ |
A D | spi-stm32-qspi.c | 466 ret = pm_runtime_get_sync(qspi->dev); in stm32_qspi_poll_status() 493 ret = pm_runtime_get_sync(qspi->dev); in stm32_qspi_exec_op() 539 ret = pm_runtime_get_sync(qspi->dev); in stm32_qspi_dirmap_read() 586 ret = pm_runtime_get_sync(qspi->dev); in stm32_qspi_setup() 797 pm_runtime_get_sync(qspi->dev); in stm32_qspi_probe() 819 pm_runtime_get_sync(qspi->dev); in stm32_qspi_remove() 867 ret = pm_runtime_get_sync(dev); in stm32_qspi_resume()
|
/linux/drivers/watchdog/ |
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() 347 pm_runtime_get_sync(wdev->dev); in omap_wdt_resume()
|
/linux/drivers/iommu/arm/arm-smmu/ |
A D | qcom_iommu.c | 354 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_domain_free() 374 pm_runtime_get_sync(qcom_iommu->dev); in qcom_iommu_attach_dev() 405 pm_runtime_get_sync(qcom_iommu->dev); in qcom_iommu_detach_dev() 450 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_unmap() 467 pm_runtime_get_sync(qcom_domain->iommu->dev); in qcom_iommu_flush_iotlb_all() 849 pm_runtime_get_sync(dev); in qcom_iommu_device_probe()
|