Home
last modified time | relevance | path

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

12345678910>>...12

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A 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/drivers/base/power/
H A Druntime-test.c22 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 Drz-mtu3-cnt.c110 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 Dti-ecap-capture.c104 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 Dmusb_debugfs.c90 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 Dscsi_pm.c219 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 Domap_hdq.c369 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 Dhidma.c222 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 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()
H A Dtps6594-esm.c79 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 Dkxsd9.c145 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 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/drivers/mfd/
H A 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/drivers/watchdog/
H A Domap_wdt.c139 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 Dgpio-arizona.c62 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 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()
796 pm_runtime_get_sync(twl->dev); in twl4030_usb_remove()
/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c167 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 Drcar-usb2-clock-sel.c121 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 Dtegra210_peq.c156 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 Dpm_runtime.h511 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 Dsdca_interrupts.c101 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 Dipu-prg.c150 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 Domap-iommu-debug.c74 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 Dmpl115.c107 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 Dbh1780.c109 pm_runtime_get_sync(&bh1780->client->dev); in bh1780_read_raw()
209 pm_runtime_get_sync(&client->dev); in bh1780_remove()

12345678910>>...12