| /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 | 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 | 104 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_get_evmode() 115 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_set_evmode() 124 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_enable() 153 pm_runtime_get_sync(counter->parent); in ecap_cnt_count_get_val() 164 pm_runtime_get_sync(counter->parent); in ecap_cnt_count_set_val() 241 pm_runtime_get_sync(counter->parent); in ecap_cnt_pol_read() 256 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/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/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 | 222 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_issue_task() 316 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_tx_submit() 476 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_channel() 525 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_terminate_all() 567 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_pause() 586 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_resume() 795 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_probe() 906 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_shutdown() 918 pm_runtime_get_sync(dmadev->ddev.dev); in hidma_remove()
|
| /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() 170 pm_runtime_get_sync(st->dev); in kxsd9_read_raw() 243 pm_runtime_get_sync(st->dev); in kxsd9_buffer_preenable() 483 pm_runtime_get_sync(dev); in kxsd9_common_remove()
|
| /linux/drivers/pwm/ |
| 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/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 | 139 pm_runtime_get_sync(wdev->dev); in omap_wdt_start() 262 pm_runtime_get_sync(wdev->dev); in omap_wdt_probe() 342 pm_runtime_get_sync(wdev->dev); in omap_wdt_resume()
|
| /linux/drivers/gpio/ |
| H A D | gpio-arizona.c | 62 ret = pm_runtime_get_sync(chip->parent); in arizona_gpio_get() 107 ret = pm_runtime_get_sync(chip->parent); in arizona_gpio_direction_out()
|
| /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/clk/renesas/ |
| H A D | rcar-usb2-clock-sel.c | 121 pm_runtime_get_sync(dev); in rcar_usb2_clock_sel_resume() 179 pm_runtime_get_sync(dev); in rcar_usb2_clock_sel_probe()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_peq.c | 156 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_get() 183 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_put() 364 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_component_init()
|
| /linux/include/linux/ |
| H A D | pm_runtime.h | 511 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync() function 609 pm_runtime_get_sync(_T), pm_runtime_put(_T)); 611 pm_runtime_get_sync(_T), pm_runtime_put_autosuspend(_T));
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_interrupts.c | 101 ret = pm_runtime_get_sync(dev); in function_status_handler() 170 ret = pm_runtime_get_sync(dev); in detected_mode_handler() 193 ret = pm_runtime_get_sync(dev); in hid_handler() 233 ret = pm_runtime_get_sync(dev); in fdl_owner_handler()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-prg.c | 150 return pm_runtime_get_sync(prg->dev); in ipu_prg_enable() 256 pm_runtime_get_sync(prg->dev); in ipu_prg_channel_disable() 302 pm_runtime_get_sync(prg->dev); in ipu_prg_channel_configure()
|
| /linux/drivers/iommu/ |
| H A D | omap-iommu-debug.c | 74 pm_runtime_get_sync(obj->dev); in omap_iommu_dump_ctx() 120 pm_runtime_get_sync(obj->dev); in __dump_tlb_entries()
|
| /linux/drivers/iio/pressure/ |
| H A D | mpl115.c | 107 pm_runtime_get_sync(data->dev); in mpl115_read_raw() 115 pm_runtime_get_sync(data->dev); in mpl115_read_raw()
|
| /linux/drivers/iio/light/ |
| H A D | bh1780.c | 109 pm_runtime_get_sync(&bh1780->client->dev); in bh1780_read_raw() 209 pm_runtime_get_sync(&client->dev); in bh1780_remove()
|