Home
last modified time | relevance | path

Searched refs:pm_runtime_get_sync (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/linux-6.14.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_irq.c42 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-6.14.4/drivers/counter/
Dintel-qep.c113 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()
Drz-mtu3-cnt.c110 pm_runtime_get_sync(priv->ch->dev); in rz_mtu3_is_counter_invalid()
168 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_read()
190 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_write()
207 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_function_read_helper()
282 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_function_write()
303 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_direction_read()
380 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_ceiling_write()
504 pm_runtime_get_sync(ch->dev); in rz_mtu3_count_enable_write()
543 pm_runtime_get_sync(priv->ch->dev); in rz_mtu3_cascade_counts_enable_get()
562 pm_runtime_get_sync(priv->ch->dev); in rz_mtu3_cascade_counts_enable_set()
[all …]
Dti-ecap-capture.c105 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-6.14.4/drivers/usb/musb/
Dmusb_debugfs.c90 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-6.14.4/drivers/pwm/
Dpwm-tiecap.c72 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_config()
113 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_set_polarity()
137 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_enable()
275 pm_runtime_get_sync(pwmchip_parent(chip)); in ecap_pwm_save_context()
312 pm_runtime_get_sync(dev); in ecap_pwm_resume()
Dpwm-dwc-core.c108 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-6.14.4/sound/soc/tegra/
Dtegra30_ahub.c123 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-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c117 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_process_reg_op()
241 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs2_op()
408 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_gprwave_read()
528 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_read()
588 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_pcie_write()
651 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_read()
710 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_didt_write()
770 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_read()
829 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_regs_smc_write()
992 r = pm_runtime_get_sync(adev_to_drm(adev)->dev); in amdgpu_debugfs_sensor_read()
[all …]
/linux-6.14.4/drivers/acpi/
Dacpi_tad.c93 pm_runtime_get_sync(dev); in acpi_tad_set_real_time()
114 pm_runtime_get_sync(dev); in acpi_tad_get_real_time()
269 pm_runtime_get_sync(dev); in acpi_tad_wake_set()
317 pm_runtime_get_sync(dev); in acpi_tad_wake_read()
373 pm_runtime_get_sync(dev); in acpi_tad_clear_status()
414 pm_runtime_get_sync(dev); in acpi_tad_status_read()
566 pm_runtime_get_sync(dev); in acpi_tad_remove()
/linux-6.14.4/drivers/w1/masters/
Domap_hdq.c369 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_triplet()
460 err = pm_runtime_get_sync(hdq_data->dev); in omap_w1_reset_bus()
482 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_read_byte()
506 ret = pm_runtime_get_sync(hdq_data->dev); in omap_w1_write_byte()
600 ret = pm_runtime_get_sync(&pdev->dev); in omap_hdq_probe()
654 active = pm_runtime_get_sync(&pdev->dev); in omap_hdq_remove()
/linux-6.14.4/drivers/dma/qcom/
Dhidma.c223 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-6.14.4/drivers/scsi/
Dscsi_pm.c220 err = pm_runtime_get_sync(&sdev->sdev_gendev); in scsi_autopm_get_device()
237 pm_runtime_get_sync(&starget->dev); in scsi_autopm_get_target()
249 err = pm_runtime_get_sync(&shost->shost_gendev); in scsi_autopm_get_host()
/linux-6.14.4/drivers/gpu/drm/i915/
Dintel_runtime_pm.c169 ret = pm_runtime_get_sync(rpm->kdev); in __intel_runtime_pm_get()
396 ret = pm_runtime_get_sync(kdev); in intel_runtime_pm_enable()
427 drm_WARN(&i915->drm, pm_runtime_get_sync(kdev) < 0, in intel_runtime_pm_disable()
/linux-6.14.4/drivers/misc/
Dapds9802als.c75 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()
Dtps6594-esm.c79 pm_runtime_get_sync(dev); in tps6594_esm_probe()
124 pm_runtime_get_sync(dev); in tps6594_esm_resume()
/linux-6.14.4/drivers/iio/accel/
Dkxsd9.c145 pm_runtime_get_sync(st->dev); in kxsd9_write_raw()
170 pm_runtime_get_sync(st->dev); in kxsd9_read_raw()
245 pm_runtime_get_sync(st->dev); in kxsd9_buffer_preenable()
486 pm_runtime_get_sync(dev); in kxsd9_common_remove()
/linux-6.14.4/drivers/gpu/drm/panel/
Dpanel-samsung-atna33xc20.c214 ret = pm_runtime_get_sync(panel->dev); in atana33xc20_prepare()
230 pm_runtime_get_sync(panel->dev); in atana33xc20_get_modes()
306 pm_runtime_get_sync(dev); in atana33xc20_probe()
/linux-6.14.4/drivers/pci/controller/cadence/
Dpcie-cadence-plat.c83 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe()
111 ret = pm_runtime_get_sync(dev); in cdns_plat_pcie_probe()
/linux-6.14.4/drivers/mfd/
Domap-usb-tll.c214 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-6.14.4/drivers/watchdog/
Domap_wdt.c140 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-6.14.4/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c355 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()
869 pm_runtime_get_sync(dev); in qcom_iommu_device_probe()
/linux-6.14.4/drivers/phy/ti/
Dphy-twl4030-usb.c506 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()
797 pm_runtime_get_sync(twl->dev); in twl4030_usb_remove()
/linux-6.14.4/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c167 pm_runtime_get_sync(dev); in inv_icm42600_gyro_read_sensor()
280 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_scale()
365 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_odr()
426 pm_runtime_get_sync(dev); in inv_icm42600_gyro_read_offset()
530 pm_runtime_get_sync(dev); in inv_icm42600_gyro_write_offset()
/linux-6.14.4/drivers/usb/roles/
Dintel-xhci-usb-role-switch.c75 pm_runtime_get_sync(data->dev); in intel_xhci_usb_set_role()
137 pm_runtime_get_sync(data->dev); in intel_xhci_usb_get_role()

12345678910>>...24