/linux-4.4.14/drivers/pwm/ |
D | pwm-tiecap.c | 91 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_config() 131 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_set_polarity() 151 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_enable() 246 pm_runtime_get_sync(&pdev->dev); in ecap_pwm_probe() 272 pm_runtime_get_sync(&pdev->dev); in ecap_pwm_remove() 287 pm_runtime_get_sync(pc->chip.dev); in ecap_pwm_save_context() 322 pm_runtime_get_sync(dev); in ecap_pwm_resume()
|
D | pwm-tipwmss.c | 76 pm_runtime_get_sync(&pdev->dev); in pwmss_probe() 111 pm_runtime_get_sync(dev); in pwmss_resume()
|
D | pwm-tiehrpwm.c | 292 pm_runtime_get_sync(chip->dev); in ehrpwm_pwm_config() 340 pm_runtime_get_sync(chip->dev); in ehrpwm_pwm_enable() 490 pm_runtime_get_sync(&pdev->dev); in ehrpwm_pwm_probe() 519 pm_runtime_get_sync(&pdev->dev); in ehrpwm_pwm_remove() 535 pm_runtime_get_sync(pc->chip.dev); in ehrpwm_pwm_save_context() 589 pm_runtime_get_sync(dev); in ehrpwm_pwm_resume()
|
D | pwm-lpss.c | 109 pm_runtime_get_sync(chip->dev); in pwm_lpss_config() 126 pm_runtime_get_sync(chip->dev); in pwm_lpss_enable()
|
D | pwm-lpss-pci.c | 49 pm_runtime_get_sync(&pdev->dev); in pwm_lpss_remove_pci()
|
D | pwm-renesas-tpu.c | 158 pm_runtime_get_sync(&pwm->tpu->pdev->dev); in tpu_pwm_timer_start()
|
/linux-4.4.14/sound/soc/tegra/ |
D | tegra30_ahub.c | 117 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_allocate_rx_fifo() 156 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_enable_rx_fifo() 175 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_disable_rx_fifo() 219 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_allocate_tx_fifo() 258 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_enable_tx_fifo() 277 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_disable_tx_fifo() 307 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_set_rx_cif_source() 324 pm_runtime_get_sync(ahub->dev); in tegra30_ahub_unset_rx_cif_source() 658 ret = pm_runtime_get_sync(dev); in tegra30_ahub_resume()
|
D | tegra30_i2s.c | 127 pm_runtime_get_sync(dai->dev); in tegra30_i2s_set_fmt() 554 ret = pm_runtime_get_sync(dev); in tegra30_i2s_resume()
|
/linux-4.4.14/drivers/tty/serial/ |
D | omap-serial.c | 288 pm_runtime_get_sync(up->dev); in serial_omap_enable_ms() 300 pm_runtime_get_sync(up->dev); in serial_omap_stop_tx() 363 pm_runtime_get_sync(up->dev); in serial_omap_stop_rx() 415 pm_runtime_get_sync(up->dev); in serial_omap_start_tx() 446 pm_runtime_get_sync(up->dev); in serial_omap_throttle() 460 pm_runtime_get_sync(up->dev); in serial_omap_unthrottle() 577 pm_runtime_get_sync(up->dev); in serial_omap_irq() 632 pm_runtime_get_sync(up->dev); in serial_omap_tx_empty() 648 pm_runtime_get_sync(up->dev); in serial_omap_get_mctrl() 683 pm_runtime_get_sync(up->dev); in serial_omap_set_mctrl() [all …]
|
/linux-4.4.14/drivers/misc/ |
D | apds9802als.c | 87 pm_runtime_get_sync(dev); in als_lux0_input_data_show() 139 pm_runtime_get_sync(dev); in als_sensing_range_store() 261 pm_runtime_get_sync(&client->dev); in apds9802als_remove()
|
D | isl29020.c | 57 pm_runtime_get_sync(dev); in als_lux_input_data_show()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_pm.c | 291 err = pm_runtime_get_sync(&sdev->sdev_gendev); in scsi_autopm_get_device() 308 pm_runtime_get_sync(&starget->dev); in scsi_autopm_get_target() 320 err = pm_runtime_get_sync(&shost->shost_gendev); in scsi_autopm_get_host()
|
/linux-4.4.14/drivers/usb/core/ |
D | port.c | 99 pm_runtime_get_sync(&peer->dev); in usb_port_runtime_resume() 241 pm_runtime_get_sync(&hs_port->dev); in link_peers() 254 pm_runtime_get_sync(&ss_port->dev); in link_peers() 296 pm_runtime_get_sync(&hs_port->dev); in unlink_peers()
|
D | driver.c | 1578 status = pm_runtime_get_sync(&udev->dev); in usb_autoresume_device() 1689 status = pm_runtime_get_sync(&intf->dev); in usb_autopm_get_interface()
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 66 pm_runtime_get_sync(omap_port->pdev); in ssi_debug_port_show() 149 pm_runtime_get_sync(omap_port->pdev); in ssi_div_get() 164 pm_runtime_get_sync(omap_port->pdev); in ssi_div_set() 263 pm_runtime_get_sync(omap_port->pdev); in ssi_start_dma() 291 pm_runtime_get_sync(omap_port->pdev); in ssi_start_pio() 295 pm_runtime_get_sync(omap_port->pdev); in ssi_start_pio() 337 pm_runtime_get_sync(omap_port->pdev); in ssi_async_break() 451 pm_runtime_get_sync(omap_port->pdev); in ssi_setup() 515 pm_runtime_get_sync(omap_port->pdev); in ssi_flush() 573 pm_runtime_get_sync(omap_port->pdev); /* Grab clocks */ in ssi_start_tx() [all …]
|
D | omap_ssi.c | 57 pm_runtime_get_sync(ssi->device.parent); in ssi_debug_show() 74 pm_runtime_get_sync(ssi->device.parent); in ssi_debug_gdd_show() 190 pm_runtime_get_sync(ssi->device.parent); in ssi_waketest() 258 pm_runtime_get_sync(ssi->device.parent); in ssi_gdd_tasklet() 398 err = pm_runtime_get_sync(ssi->device.parent); in ssi_hw_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | auo_k1900fb.c | 67 pm_runtime_get_sync(dev); in auok1900_init() 94 pm_runtime_get_sync(dev); in auok1900_update_region()
|
D | auo_k1901fb.c | 108 pm_runtime_get_sync(dev); in auok1901_init() 133 pm_runtime_get_sync(dev); in auok1901_update_region()
|
D | s3c-fb.c | 459 pm_runtime_get_sync(sfb->dev); in s3c_fb_enable() 502 pm_runtime_get_sync(sfb->dev); in s3c_fb_set_par() 753 pm_runtime_get_sync(sfb->dev); in s3c_fb_setcolreg() 807 pm_runtime_get_sync(sfb->dev); in s3c_fb_blank() 875 pm_runtime_get_sync(sfb->dev); in s3c_fb_pan_display() 1001 pm_runtime_get_sync(sfb->dev); in s3c_fb_wait_for_vsync() 1446 pm_runtime_get_sync(sfb->dev); in s3c_fb_probe() 1526 pm_runtime_get_sync(sfb->dev); in s3c_fb_remove() 1550 pm_runtime_get_sync(sfb->dev); in s3c_fb_suspend() 1579 pm_runtime_get_sync(sfb->dev); in s3c_fb_resume()
|
D | auo_k190x.c | 310 pm_runtime_get_sync(info->device); in auok190xfb_dpy_deferred_io() 586 pm_runtime_get_sync(dev); in auok190x_read_temperature() 612 pm_runtime_get_sync(dev); in auok190x_identify()
|
D | sh_mipi_dsi.c | 385 pm_runtime_get_sync(&mipi->pdev->dev); in mipi_display_on()
|
D | da8xx-fb.c | 1374 pm_runtime_get_sync(&device->dev); in fb_probe() 1638 pm_runtime_get_sync(dev); in fb_resume()
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | coresight-replicator.c | 44 pm_runtime_get_sync(drvdata->dev); in replicator_enable() 135 pm_runtime_get_sync(&pdev->dev); in replicator_remove()
|
D | coresight-funnel.c | 72 pm_runtime_get_sync(drvdata->dev); in funnel_enable() 155 pm_runtime_get_sync(drvdata->dev); in funnel_ctrl_show()
|
D | coresight-etb10.c | 98 pm_runtime_get_sync(drvdata->dev); in etb_get_buffer_depth() 140 pm_runtime_get_sync(drvdata->dev); in etb_enable() 342 pm_runtime_get_sync(drvdata->dev); in status_show()
|
D | coresight-replicator-qcom.c | 51 pm_runtime_get_sync(drvdata->dev); in replicator_enable()
|
D | coresight-tpiu.c | 77 pm_runtime_get_sync(csdev->dev.parent); in tpiu_enable()
|
D | coresight-tmc.c | 245 pm_runtime_get_sync(drvdata->dev); in tmc_enable() 572 pm_runtime_get_sync(drvdata->dev); in status_show()
|
D | coresight-etm3x.c | 326 pm_runtime_get_sync(csdev->dev.parent); in etm_trace_id() 345 pm_runtime_get_sync(csdev->dev.parent); in etm_enable() 471 pm_runtime_get_sync(drvdata->dev); in etmsr_show() 1315 pm_runtime_get_sync(drvdata->dev); in seq_curr_state_show() 1526 pm_runtime_get_sync(drvdata->dev); in traceid_show()
|
/linux-4.4.14/drivers/base/ |
D | dd.c | 426 pm_runtime_get_sync(dev->parent); in driver_probe_device() 529 pm_runtime_get_sync(dev->parent); in __device_attach_async_helper() 569 pm_runtime_get_sync(dev->parent); in __device_attach() 678 pm_runtime_get_sync(dev); in __device_release_driver()
|
/linux-4.4.14/drivers/watchdog/ |
D | omap_wdt.c | 141 pm_runtime_get_sync(wdev->dev); in omap_wdt_start() 266 pm_runtime_get_sync(wdev->dev); in omap_wdt_probe() 344 pm_runtime_get_sync(wdev->dev); in omap_wdt_resume()
|
D | shwdt.c | 91 pm_runtime_get_sync(wdt->dev); in sh_wdt_start()
|
/linux-4.4.14/drivers/char/hw_random/ |
D | exynos-rng.c | 78 pm_runtime_get_sync(exynos_rng->dev); in exynos_init() 94 pm_runtime_get_sync(exynos_rng->dev); in exynos_read()
|
D | omap-rng.c | 387 pm_runtime_get_sync(&pdev->dev); in omap_rng_probe() 439 pm_runtime_get_sync(dev); in omap_rng_resume()
|
D | stm32-rng.c | 58 pm_runtime_get_sync((struct device *) priv->rng.priv); in stm32_rng_read()
|
/linux-4.4.14/drivers/mfd/ |
D | omap-usb-tll.c | 235 pm_runtime_get_sync(dev); in usbtll_omap_probe() 343 pm_runtime_get_sync(tll_dev); in omap_tll_init() 416 pm_runtime_get_sync(tll_dev); in omap_tll_enable()
|
D | ti_am335x_tscadc.c | 217 pm_runtime_get_sync(&pdev->dev); in ti_tscadc_probe() 329 pm_runtime_get_sync(dev); in tscadc_resume()
|
D | intel-lpss-pci.c | 57 pm_runtime_get_sync(&pdev->dev); in intel_lpss_pci_remove()
|
D | ab8500-gpadc.c | 381 pm_runtime_get_sync(gpadc->dev); in ab8500_gpadc_double_read_raw() 898 pm_runtime_get_sync(dev); in ab8500_gpadc_suspend() 1023 pm_runtime_get_sync(gpadc->dev); in ab8500_gpadc_remove()
|
D | omap-usb-host.c | 474 pm_runtime_get_sync(dev); in omap_usbhs_init() 614 pm_runtime_get_sync(dev); in usbhs_omap_probe()
|
D | arizona-irq.c | 101 ret = pm_runtime_get_sync(arizona->dev); in arizona_irq_thread()
|
/linux-4.4.14/drivers/usb/musb/ |
D | omap2430.c | 272 pm_runtime_get_sync(dev); in omap_musb_set_mailbox() 286 pm_runtime_get_sync(dev); in omap_musb_set_mailbox() 323 pm_runtime_get_sync(dev); in omap_musb_mailbox_work() 400 status = pm_runtime_get_sync(glue->dev); in omap2430_musb_init() 404 status = pm_runtime_get_sync(dev); in omap2430_musb_init()
|
D | musb_core.c | 143 pm_runtime_get_sync(phy->io_dev); in musb_ulpi_read() 187 pm_runtime_get_sync(phy->io_dev); in musb_ulpi_write() 1098 pm_runtime_get_sync(musb->controller); in musb_shutdown() 2120 pm_runtime_get_sync(musb->controller); in musb_init_controller()
|
D | musb_gadget.c | 1667 pm_runtime_get_sync(musb->controller); in musb_gadget_pullup() 1897 pm_runtime_get_sync(musb->controller); in musb_gadget_start() 1939 pm_runtime_get_sync(musb->controller); in musb_gadget_stop()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 120 pm_runtime_get_sync(dev->dev); in tilcdc_unload() 233 pm_runtime_get_sync(dev->dev); in tilcdc_load() 282 pm_runtime_get_sync(dev->dev); in tilcdc_load() 310 pm_runtime_get_sync(dev->dev); in tilcdc_load() 480 pm_runtime_get_sync(dev->dev); in tilcdc_regs_show()
|
D | tilcdc_crtc.c | 74 pm_runtime_get_sync(dev->dev); in set_scanout() 189 pm_runtime_get_sync(dev->dev); in tilcdc_crtc_dpms() 275 pm_runtime_get_sync(dev->dev); in tilcdc_crtc_mode_set() 579 pm_runtime_get_sync(dev->dev); in tilcdc_crtc_update_clk()
|
/linux-4.4.14/drivers/phy/ |
D | phy-twl4030-usb.c | 461 pm_runtime_get_sync(twl->dev); in twl4030_phy_power_on() 565 pm_runtime_get_sync(twl->dev); in twl4030_usb_irq() 597 pm_runtime_get_sync(twl->dev); in twl4030_phy_init() 718 pm_runtime_get_sync(&pdev->dev); in twl4030_usb_probe() 755 pm_runtime_get_sync(twl->dev); in twl4030_usb_remove()
|
D | phy-core.c | 174 ret = pm_runtime_get_sync(&phy->dev); in phy_pm_runtime_get_sync()
|
/linux-4.4.14/drivers/power/ |
D | bq24190_charger.c | 813 pm_runtime_get_sync(bdi->dev); in bq24190_charger_get_property() 866 pm_runtime_get_sync(bdi->dev); in bq24190_charger_set_property() 1103 pm_runtime_get_sync(bdi->dev); in bq24190_battery_get_property() 1204 pm_runtime_get_sync(bdi->dev); in bq24190_irq_handler_thread() 1283 pm_runtime_get_sync(bdi->dev); in bq24190_hw_init() 1458 pm_runtime_get_sync(bdi->dev); in bq24190_remove() 1479 pm_runtime_get_sync(bdi->dev); in bq24190_pm_suspend() 1495 pm_runtime_get_sync(bdi->dev); in bq24190_pm_resume()
|
D | pm2301_charger.c | 134 pm_runtime_get_sync(pm2->dev); in pm2xxx_reg_read() 153 pm_runtime_get_sync(pm2->dev); in pm2xxx_reg_write() 489 pm_runtime_get_sync(pm2->dev); in pm2xxx_irq_int()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 264 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_settings() 373 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_pauseparam() 438 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_regs() 518 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_eeprom() 584 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_eeprom() 720 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_ringparam() 1791 pm_runtime_get_sync(netdev->dev.parent); in e1000_diag_test() 1954 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_phys_id() 2017 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_coalesce() 2039 pm_runtime_get_sync(netdev->dev.parent); in e1000_nway_reset() [all …]
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | debug.c | 70 pm_runtime_get_sync(ci->dev); in ci_port_test_show() 104 pm_runtime_get_sync(ci->dev); in ci_port_test_write() 324 pm_runtime_get_sync(ci->dev); in ci_role_write()
|
D | otg.c | 139 pm_runtime_get_sync(ci->dev); in ci_otg_work()
|
D | ci_hdrc_imx.c | 338 pm_runtime_get_sync(&pdev->dev); in ci_hdrc_imx_remove()
|
D | udc.c | 1516 pm_runtime_get_sync(&_gadget->dev); in ci_udc_vbus_session() 1592 pm_runtime_get_sync(&ci->gadget.dev); in ci_udc_pullup() 1736 pm_runtime_get_sync(&ci->gadget.dev); in ci_udc_start()
|
D | otg_fsm.c | 566 pm_runtime_get_sync(ci->dev); in ci_otg_fsm_work()
|
/linux-4.4.14/drivers/bus/ |
D | omap-ocp2scp.c | 76 pm_runtime_get_sync(&pdev->dev); in omap_ocp2scp_probe()
|
/linux-4.4.14/drivers/base/power/ |
D | qos.c | 736 pm_runtime_get_sync(dev); in dev_pm_qos_expose_flags() 779 pm_runtime_get_sync(dev); in dev_pm_qos_hide_flags() 804 pm_runtime_get_sync(dev); in dev_pm_qos_update_flags() 917 pm_runtime_get_sync(dev); in dev_pm_qos_hide_latency_tolerance()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 153 pm_runtime_get_sync(port->dev); in mtk8250_do_pm() 252 pm_runtime_get_sync(&pdev->dev); in mtk8250_remove()
|
D | 8250_omap.c | 364 pm_runtime_get_sync(port->dev); in omap_8250_set_termios() 488 pm_runtime_get_sync(port->dev); in omap_8250_pm() 601 pm_runtime_get_sync(port->dev); in omap_8250_startup() 660 pm_runtime_get_sync(port->dev); in omap_8250_shutdown() 689 pm_runtime_get_sync(port->dev); in omap_8250_throttle() 706 pm_runtime_get_sync(port->dev); in omap_8250_unthrottle() 1193 pm_runtime_get_sync(&pdev->dev); in omap8250_probe()
|
D | 8250_dw.c | 211 pm_runtime_get_sync(port->dev); in dw8250_do_pm() 513 pm_runtime_get_sync(&pdev->dev); in dw8250_remove()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu-debug.c | 77 pm_runtime_get_sync(obj->dev); in omap_iommu_dump_ctx() 120 pm_runtime_get_sync(obj->dev); in __dump_tlb_entries()
|
D | omap-iommu.c | 199 pm_runtime_get_sync(obj->dev); in iommu_enable() 349 pm_runtime_get_sync(obj->dev); in load_iotlb_entry() 423 pm_runtime_get_sync(obj->dev); in flush_iotlb_page() 457 pm_runtime_get_sync(obj->dev); in flush_iotlb_all()
|
D | exynos-iommu.c | 628 pm_runtime_get_sync(dev); in exynos_sysmmu_resume() 754 pm_runtime_get_sync(data->sysmmu); in exynos_iommu_attach_device()
|
/linux-4.4.14/drivers/clk/ti/ |
D | clk-dra7-atl.c | 87 pm_runtime_get_sync(cdesc->cinfo->dev); in atl_clk_enable() 235 pm_runtime_get_sync(cinfo->dev); in of_dra7_atl_clk_probe()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | sii9234_drv.c | 288 ret = pm_runtime_get_sync(&ctx->client->dev); in sii9234_s_power() 351 ret = pm_runtime_get_sync(dev); in sii9234_probe()
|
D | sdo_drv.c | 192 ret = pm_runtime_get_sync(dev); in sdo_s_power()
|
D | mixer_drv.c | 145 int ret = pm_runtime_get_sync(mdev->dev); in mxr_power_get()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_bus.c | 151 ret = pm_runtime_get_sync(dev); in sdio_bus_probe() 185 pm_runtime_get_sync(dev); in sdio_bus_remove()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_pm.c | 122 return pm_runtime_get_sync(pm->device); in s5p_mfc_power_on()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pxav3.c | 491 pm_runtime_get_sync(&pdev->dev); in sdhci_pxav3_remove() 511 pm_runtime_get_sync(dev); in sdhci_pxav3_suspend() 524 pm_runtime_get_sync(dev); in sdhci_pxav3_resume()
|
D | tmio_mmc_pio.c | 137 pm_runtime_get_sync(mmc_dev(mmc)); in tmio_mmc_enable_sdio_irq() 812 pm_runtime_get_sync(mmc_dev(mmc)); in tmio_mmc_request() 925 pm_runtime_get_sync(mmc_dev(mmc)); in tmio_mmc_set_ios() 996 pm_runtime_get_sync(mmc_dev(mmc)); in tmio_mmc_get_ro() 1225 pm_runtime_get_sync(&pdev->dev); in tmio_mmc_host_remove()
|
D | sdhci-acpi.c | 159 pm_runtime_get_sync(mmc->parent); in bxt_get_cd() 435 pm_runtime_get_sync(dev); in sdhci_acpi_remove()
|
D | omap_hsmmc.c | 1260 pm_runtime_get_sync(host->dev); in omap_hsmmc_switch_opcond() 1602 pm_runtime_get_sync(host->dev); in omap_hsmmc_request() 1653 pm_runtime_get_sync(host->dev); in omap_hsmmc_set_ios() 1873 pm_runtime_get_sync(host->dev); in omap_hsmmc_regs_show() 2096 pm_runtime_get_sync(host->dev); in omap_hsmmc_probe() 2250 pm_runtime_get_sync(host->dev); in omap_hsmmc_remove() 2277 pm_runtime_get_sync(host->dev); in omap_hsmmc_suspend() 2302 pm_runtime_get_sync(host->dev); in omap_hsmmc_resume()
|
D | mmci.c | 229 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_card_busy() 1293 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_request() 1321 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_set_ios() 1443 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_sig_volt_switch() 1764 pm_runtime_get_sync(&dev->dev); in mmci_remove()
|
D | mtk-sd.c | 888 pm_runtime_get_sync(host->dev); in msdc_ops_request() 1210 pm_runtime_get_sync(host->dev); in msdc_ops_set_ios() 1417 pm_runtime_get_sync(host->dev); in msdc_execute_tuning() 1619 pm_runtime_get_sync(host->dev); in msdc_drv_remove()
|
D | sh_mmcif.c | 1125 pm_runtime_get_sync(dev); in sh_mmcif_set_ios() 1600 pm_runtime_get_sync(&pdev->dev); in sh_mmcif_remove() 1627 pm_runtime_get_sync(dev); in sh_mmcif_suspend()
|
D | atmel-mci.c | 393 pm_runtime_get_sync(&host->pdev->dev); in atmci_regs_show() 1260 pm_runtime_get_sync(&host->pdev->dev); in atmci_request() 1292 pm_runtime_get_sync(&host->pdev->dev); in atmci_set_ios() 2514 pm_runtime_get_sync(&pdev->dev); in atmci_remove()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-omap3.c | 119 pm_runtime_get_sync(dev); in ohci_hcd_omap3_probe()
|
D | ehci-omap.c | 199 pm_runtime_get_sync(dev); in ehci_hcd_omap_probe()
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | pm_runtime.cocci | 30 pm_runtime_get_sync\|
|
/linux-4.4.14/drivers/input/keyboard/ |
D | sh_keysc.c | 251 pm_runtime_get_sync(&pdev->dev); in sh_keysc_probe() 320 pm_runtime_get_sync(dev); in sh_keysc_resume()
|
D | samsung-keypad.c | 156 pm_runtime_get_sync(&keypad->pdev->dev); in samsung_keypad_irq() 181 pm_runtime_get_sync(&keypad->pdev->dev); in samsung_keypad_start() 203 pm_runtime_get_sync(&keypad->pdev->dev); in samsung_keypad_stop()
|
D | omap4-keypad.c | 178 pm_runtime_get_sync(input->dev.parent); in omap4_keypad_open() 291 error = pm_runtime_get_sync(&pdev->dev); in omap4_keypad_probe()
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 143 pm_runtime_get_sync(dev->dev); in atmel_hlcdc_crtc_disable() 180 pm_runtime_get_sync(dev->dev); in atmel_hlcdc_crtc_enable()
|
D | atmel_hlcdc_dc.c | 533 pm_runtime_get_sync(dev->dev); in atmel_hlcdc_dc_load() 571 pm_runtime_get_sync(dev->dev); in atmel_hlcdc_dc_unload()
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-dmic.c | 337 pm_runtime_get_sync(dmic->dev); in omap_dmic_select_fclk() 414 pm_runtime_get_sync(dmic->dev); in omap_dmic_probe()
|
D | omap-mcpdm.c | 390 pm_runtime_get_sync(mcpdm->dev); in omap_mcpdm_probe()
|
/linux-4.4.14/drivers/hwspinlock/ |
D | omap_hwspinlock.c | 109 ret = pm_runtime_get_sync(&pdev->dev); in omap_hwspinlock_probe()
|
D | hwspinlock_core.c | 499 ret = pm_runtime_get_sync(dev); in __hwspin_lock_request()
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 150 ret = pm_runtime_get_sync(dev); in sst_power_control() 207 retval = pm_runtime_get_sync(ctx->dev); in sst_cdev_open() 677 ret_val = pm_runtime_get_sync(ctx->dev); in sst_send_byte_stream()
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa.c | 405 pm_runtime_get_sync(dev); in cyapa_open() 666 pm_runtime_get_sync(dev); in cyapa_reinitialize() 710 pm_runtime_get_sync(dev); in cyapa_irq() 903 pm_runtime_get_sync(dev); in cyapa_update_rt_suspend_scanrate() 1036 pm_runtime_get_sync(dev); in cyapa_firmware()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 360 pm_runtime_get_sync(&pdev->dev); in davinci_mdio_probe() 457 pm_runtime_get_sync(data->dev); in davinci_mdio_resume()
|
D | davinci_emac.c | 1543 ret = pm_runtime_get_sync(&priv->pdev->dev); in emac_dev_open() 1752 err = pm_runtime_get_sync(&priv->pdev->dev); in emac_dev_getnetstats() 2047 rc = pm_runtime_get_sync(&pdev->dev); in davinci_emac_probe()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 485 pm_runtime_get_sync(dev->dev); in nouveau_drm_unload() 795 ret = pm_runtime_get_sync(dev->dev); in nouveau_drm_open() 839 pm_runtime_get_sync(dev->dev); in nouveau_drm_preclose() 884 ret = pm_runtime_get_sync(dev->dev); in nouveau_drm_ioctl()
|
D | nouveau_gem.c | 44 ret = pm_runtime_get_sync(dev); in nouveau_gem_object_del() 86 ret = pm_runtime_get_sync(dev); in nouveau_gem_object_open() 166 ret = pm_runtime_get_sync(dev); in nouveau_gem_object_close()
|
D | nouveau_fbcon.c | 186 int ret = pm_runtime_get_sync(drm->dev->dev); in nouveau_fbcon_open()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | omap_elm.c | 422 if (pm_runtime_get_sync(&pdev->dev) < 0) { in elm_probe() 547 pm_runtime_get_sync(dev); in elm_resume()
|
D | sh_flctl.c | 704 pm_runtime_get_sync(&flctl->pdev->dev); in flctl_cmdfunc() 883 pm_runtime_get_sync(&flctl->pdev->dev); in flctl_select_chip() 908 pm_runtime_get_sync(&flctl->pdev->dev); in flctl_select_chip()
|
/linux-4.4.14/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 488 pm_runtime_get_sync(&client->dev); in i2c_hid_init_reports() 732 ret = pm_runtime_get_sync(&client->dev); in i2c_hid_open() 772 pm_runtime_get_sync(&client->dev); in i2c_hid_power() 1071 pm_runtime_get_sync(&client->dev); in i2c_hid_remove()
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 199 pm_runtime_get_sync(pdata->dev); in hsw_stream_volume_put() 248 pm_runtime_get_sync(pdata->dev); in hsw_stream_volume_get() 281 pm_runtime_get_sync(pdata->dev); in hsw_volume_put() 310 pm_runtime_get_sync(pdata->dev); in hsw_volume_get() 820 pm_runtime_get_sync(pdata->dev); in hsw_pcm_open()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-msm-usb.c | 742 pm_runtime_get_sync(otg->usb_phy->dev); in msm_otg_set_host() 765 pm_runtime_get_sync(otg->usb_phy->dev); in msm_otg_set_host() 815 pm_runtime_get_sync(otg->usb_phy->dev); in msm_otg_set_peripheral() 835 pm_runtime_get_sync(otg->usb_phy->dev); in msm_otg_set_peripheral() 1089 pm_runtime_get_sync(phy->dev); in msm_chg_detect_work() 1411 pm_runtime_get_sync(otg->usb_phy->dev); in msm_otg_mode_write()
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 107 ret = pm_runtime_get_sync(&st->pdev->dev); in hid_sensor_power_state()
|
/linux-4.4.14/drivers/uio/ |
D | uio_pdrv_genirq.c | 50 pm_runtime_get_sync(&priv->pdev->dev); in uio_pdrv_genirq_open()
|
D | uio_dmem_genirq.c | 73 pm_runtime_get_sync(&priv->pdev->dev); in uio_dmem_genirq_open()
|
/linux-4.4.14/drivers/remoteproc/ |
D | wkup_m3_rproc.c | 156 ret = pm_runtime_get_sync(&pdev->dev); in wkup_m3_rproc_probe()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-rcar.c | 497 pm_runtime_get_sync(dev); in rcar_i2c_master_xfer() 579 pm_runtime_get_sync(rcar_i2c_priv_to_dev(priv)); in rcar_reg_slave()
|
D | i2c-designware-platdrv.c | 258 pm_runtime_get_sync(&pdev->dev); in dw_i2c_plat_remove()
|
D | i2c-omap.c | 750 r = pm_runtime_get_sync(omap->dev); in omap_i2c_xfer() 1344 r = pm_runtime_get_sync(omap->dev); in omap_i2c_probe() 1466 ret = pm_runtime_get_sync(&pdev->dev); in omap_i2c_remove()
|
D | i2c-hix5hd2.c | 371 pm_runtime_get_sync(priv->dev); in hix5hd2_i2c_xfer()
|
D | i2c-qup.c | 470 ret = pm_runtime_get_sync(qup->dev); in qup_i2c_xfer()
|
D | i2c-designware-core.c | 630 pm_runtime_get_sync(dev->dev); in i2c_dw_xfer()
|
/linux-4.4.14/include/linux/ |
D | pm_runtime.h | 221 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync() function
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-mcasp.c | 401 pm_runtime_get_sync(mcasp->dev); in davinci_mcasp_set_dai_fmt() 542 pm_runtime_get_sync(mcasp->dev); in __davinci_mcasp_set_clkdiv() 596 pm_runtime_get_sync(mcasp->dev); in davinci_mcasp_set_sysclk() 1348 pm_runtime_get_sync(mcasp->dev); in davinci_mcasp_suspend() 1378 pm_runtime_get_sync(mcasp->dev); in davinci_mcasp_resume()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-omap.c | 672 pm_runtime_get_sync(bank->dev); in omap_gpio_request() 726 pm_runtime_get_sync(bank->dev); in omap_gpio_irq_handler() 829 pm_runtime_get_sync(bank->dev); in omap_gpio_irq_bus_lock() 1252 pm_runtime_get_sync(bank->dev); in omap_gpio_probe() 1496 pm_runtime_get_sync(bank->dev); in omap2_gpio_resume_after_idle()
|
D | gpio-zynq.c | 595 ret = pm_runtime_get_sync(chip->dev); in zynq_gpio_request() 768 pm_runtime_get_sync(&pdev->dev); in zynq_gpio_remove()
|
D | gpio-rcar.c | 257 error = pm_runtime_get_sync(&p->pdev->dev); in gpio_rcar_request()
|
/linux-4.4.14/drivers/w1/masters/ |
D | omap_hdq.c | 447 pm_runtime_get_sync(hdq_data->dev); in omap_hdq_get() 712 ret = pm_runtime_get_sync(&pdev->dev); in omap_hdq_probe()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap-irq.c | 69 ret = pm_runtime_get_sync(map->dev); in regmap_irq_sync_unlock() 220 ret = pm_runtime_get_sync(map->dev); in regmap_irq_thread()
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 133 So pm_runtime_get_sync of the phy_device created by this subsystem will invoke 134 pm_runtime_get_sync of PHY provider device because of parent-child relationship.
|
/linux-4.4.14/drivers/spi/ |
D | spi-tegra20-sflash.c | 503 ret = pm_runtime_get_sync(&pdev->dev); in tegra_sflash_probe() 565 ret = pm_runtime_get_sync(dev); in tegra_sflash_resume()
|
D | spi-omap2-mcspi.c | 259 int err = pm_runtime_get_sync(mcspi->dev); in omap2_mcspi_set_cs() 1045 ret = pm_runtime_get_sync(mcspi->dev); in omap2_mcspi_setup() 1305 ret = pm_runtime_get_sync(mcspi->dev); in omap2_mcspi_master_setup() 1525 pm_runtime_get_sync(mcspi->dev); in omap2_mcspi_resume()
|
D | spi-s3c64xx.c | 825 pm_runtime_get_sync(&sdd->pdev->dev); in s3c64xx_spi_setup() 1172 pm_runtime_get_sync(&pdev->dev); in s3c64xx_spi_probe() 1228 pm_runtime_get_sync(&pdev->dev); in s3c64xx_spi_remove()
|
D | spi-tegra114.c | 771 ret = pm_runtime_get_sync(tspi->dev); in tegra_spi_setup() 1115 ret = pm_runtime_get_sync(&pdev->dev); in tegra_spi_probe() 1180 ret = pm_runtime_get_sync(dev); in tegra_spi_resume()
|
D | spi-tegra20-slink.c | 762 ret = pm_runtime_get_sync(tspi->dev); in tegra_slink_setup() 1113 ret = pm_runtime_get_sync(&pdev->dev); in tegra_slink_probe() 1180 ret = pm_runtime_get_sync(dev); in tegra_slink_resume()
|
D | spi-meson-spifc.c | 370 pm_runtime_get_sync(&pdev->dev); in meson_spifc_remove()
|
D | spi-fsl-espi.c | 491 pm_runtime_get_sync(mpc8xxx_spi->dev); in fsl_espi_setup() 738 pm_runtime_get_sync(dev); in fsl_espi_probe()
|
D | spi-ti-qspi.c | 160 ret = pm_runtime_get_sync(qspi->dev); in ti_qspi_setup()
|
D | spi-orion.c | 613 pm_runtime_get_sync(&pdev->dev); in orion_spi_remove()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | sdio.c | 190 ret = pm_runtime_get_sync(&func->dev); in wl1251_sdio_set_power()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-renesas-irqc.c | 169 pm_runtime_get_sync(&pdev->dev); in irqc_probe()
|
D | irq-renesas-intc-irqpin.c | 423 pm_runtime_get_sync(dev); in intc_irqpin_probe()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_kms.c | 63 pm_runtime_get_sync(dev->dev); in amdgpu_driver_unload_kms() 519 r = pm_runtime_get_sync(dev->dev); in amdgpu_driver_open_kms()
|
D | amdgpu_connectors.c | 742 r = pm_runtime_get_sync(connector->dev->dev); in amdgpu_connector_lvds_detect() 865 r = pm_runtime_get_sync(connector->dev->dev); in amdgpu_connector_vga_detect() 984 r = pm_runtime_get_sync(connector->dev->dev); in amdgpu_connector_dvi_detect() 1354 r = pm_runtime_get_sync(connector->dev->dev); in amdgpu_connector_dp_detect()
|
D | amdgpu_drv.c | 444 ret = pm_runtime_get_sync(dev->dev); in amdgpu_drm_ioctl()
|
D | amdgpu_display.c | 297 ret = pm_runtime_get_sync(dev->dev); in amdgpu_crtc_set_config()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dmtimer.c | 338 pm_runtime_get_sync(&timer->pdev->dev); in omap_dm_timer_enable() 864 ret = pm_runtime_get_sync(dev); in omap_dm_timer_probe()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-omap.c | 578 pm_runtime_get_sync(&pdev->dev); in omap_rtc_probe() 760 pm_runtime_get_sync(dev); in omap_rtc_resume()
|
/linux-4.4.14/drivers/crypto/ |
D | omap-des.c | 233 err = pm_runtime_get_sync(dd->dev); in omap_des_hw_init() 1089 err = pm_runtime_get_sync(dev); in omap_des_probe() 1205 err = pm_runtime_get_sync(dev); in omap_des_resume()
|
D | omap-aes.c | 802 err = pm_runtime_get_sync(dd->dev); in omap_aes_cra_init() 1196 err = pm_runtime_get_sync(dev); in omap_aes_probe() 1309 pm_runtime_get_sync(dev); in omap_aes_resume()
|
D | omap-sham.c | 367 err = pm_runtime_get_sync(dd->dev); in omap_sham_hw_init() 1961 err = pm_runtime_get_sync(dev); in omap_sham_probe() 2039 int err = pm_runtime_get_sync(dev); in omap_sham_resume()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | sdio.c | 157 ret = pm_runtime_get_sync(&card->dev); in wl12xx_sdio_power_on()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | sh_mobile_csi2.c | 200 pm_runtime_get_sync(&priv->pdev->dev); in sh_csi2_s_mbus_config()
|
D | atmel-isi.c | 401 pm_runtime_get_sync(ici->v4l2_dev.dev); in start_streaming() 853 pm_runtime_get_sync(ici->v4l2_dev.dev); in isi_camera_set_bus_param()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-rcar-gen2.c | 196 pm_runtime_get_sync(priv->dev); in rcar_pci_setup()
|
D | pci-dra7xx.c | 406 ret = pm_runtime_get_sync(dev); in dra7xx_pcie_probe()
|
/linux-4.4.14/drivers/dma/sh/ |
D | usb-dmac.c | 399 return pm_runtime_get_sync(chan->device->dev); in usb_dmac_alloc_chan_resources() 802 ret = pm_runtime_get_sync(&pdev->dev); in usb_dmac_probe()
|
D | rcar-hpbdma.c | 589 err = pm_runtime_get_sync(&pdev->dev); in hpb_dmae_probe()
|
D | rcar-dmac.c | 963 return pm_runtime_get_sync(chan->device->dev); in rcar_dmac_alloc_chan_resources() 1666 ret = pm_runtime_get_sync(&pdev->dev); in rcar_dmac_probe()
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 468 pm_runtime_get_sync(lis3->pm_dev); in lis3lv02d_joystick_open() 584 pm_runtime_get_sync(lis3->pm_dev); in lis3lv02d_misc_open() 771 pm_runtime_get_sync(lis3->pm_dev); in lis3lv02d_sysfs_poweron()
|
/linux-4.4.14/drivers/iio/light/ |
D | pa12203001.c | 191 ret = pm_runtime_get_sync(&data->client->dev); in pa12203001_set_power_state()
|
D | apds9960.c | 449 ret = pm_runtime_get_sync(dev); in apds9960_set_power_state() 841 pm_runtime_get_sync(&data->client->dev); in apds9960_buffer_postenable()
|
D | rpr0521.c | 262 ret = pm_runtime_get_sync(&data->client->dev); in rpr0521_set_power_state()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 894 r = pm_runtime_get_sync(connector->dev->dev); in radeon_lvds_detect() 1023 r = pm_runtime_get_sync(connector->dev->dev); in radeon_vga_detect() 1156 r = pm_runtime_get_sync(connector->dev->dev); in radeon_tv_detect() 1233 r = pm_runtime_get_sync(connector->dev->dev); in radeon_dvi_detect() 1669 r = pm_runtime_get_sync(connector->dev->dev); in radeon_dp_detect()
|
D | radeon_kms.c | 66 pm_runtime_get_sync(dev->dev); in radeon_driver_unload_kms() 633 r = pm_runtime_get_sync(dev->dev); in radeon_driver_open_kms()
|
D | radeon_drv.c | 529 ret = pm_runtime_get_sync(dev->dev); in radeon_drm_ioctl()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-pcm.c | 118 ret = pm_runtime_get_sync(dai->dev); in skl_pcm_open() 449 return pm_runtime_get_sync(dai->dev); in skl_be_startup()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 755 pm_runtime_get_sync(info->dev); in arizona_start_hpdet_acc_id() 1065 pm_runtime_get_sync(info->dev); in arizona_jackdet() 1521 pm_runtime_get_sync(&pdev->dev); in arizona_extcon_probe()
|
/linux-4.4.14/drivers/spmi/ |
D | spmi.c | 357 pm_runtime_get_sync(dev); in spmi_drv_remove()
|
/linux-4.4.14/drivers/clocksource/ |
D | sh_mtu2.c | 214 pm_runtime_get_sync(&ch->mtu->pdev->dev); in sh_mtu2_enable()
|
D | sh_tmu.c | 182 pm_runtime_get_sync(&ch->tmu->pdev->dev); in sh_tmu_enable()
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 2133 pm_runtime_get_sync(pl330->ddma.dev); in pl330_terminate_all() 2177 pm_runtime_get_sync(pl330->ddma.dev); in pl330_pause() 2198 pm_runtime_get_sync(pch->dmac->ddma.dev); in pl330_free_chan_resources() 2220 pm_runtime_get_sync(pl330->ddma.dev); in pl330_get_current_xferred_count() 2305 pm_runtime_get_sync(pch->dmac->ddma.dev); in pl330_issue_pending()
|
D | ste_dma40.c | 1447 pm_runtime_get_sync(d40c->base->dev); in d40_pause() 1472 pm_runtime_get_sync(d40c->base->dev); in d40_resume() 1517 pm_runtime_get_sync(d40c->base->dev); in d40_queue_start() 2046 pm_runtime_get_sync(d40c->base->dev); in d40_free_dma() 2440 pm_runtime_get_sync(d40c->base->dev); in d40_alloc_chan_resources() 2634 pm_runtime_get_sync(d40c->base->dev); in d40_terminate_all()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 500 return pm_runtime_get_sync(dev); in s5pcsis_s_power() 515 ret = pm_runtime_get_sync(&state->pdev->dev); in s5pcsis_s_stream()
|
D | media-dev.c | 415 ret = pm_runtime_get_sync(fmd->pmf); in fimc_md_register_sensor_entities() 1186 ret = pm_runtime_get_sync(camclk->fmd->pmf); in cam_clk_prepare()
|
D | fimc-isp-video.c | 288 ret = pm_runtime_get_sync(&isp->pdev->dev); in isp_video_open()
|
D | fimc-isp.c | 313 ret = pm_runtime_get_sync(&is->pdev->dev); in fimc_isp_subdev_s_power()
|
/linux-4.4.14/drivers/mailbox/ |
D | omap-mailbox.c | 577 pm_runtime_get_sync(mdev->dev); in omap_mbox_chan_startup() 867 ret = pm_runtime_get_sync(mdev->dev); in omap_mbox_probe()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8994.c | 846 pm_runtime_get_sync(codec->dev); in vmid_reference() 3433 pm_runtime_get_sync(dev); in wm8994_mic_work() 3628 pm_runtime_get_sync(codec->dev); in wm1811_mic_work() 3669 pm_runtime_get_sync(codec->dev); in wm1811_jackdet_irq() 3864 pm_runtime_get_sync(codec->dev); in wm8958_mic_work() 3892 pm_runtime_get_sync(codec->dev); in wm8958_mic_irq() 4179 pm_runtime_get_sync(codec->dev); in wm8994_codec_probe()
|
D | wm8804.c | 431 pm_runtime_get_sync(wm8804->dev); in wm8804_set_pll()
|
D | tas2552.c | 588 ret = pm_runtime_get_sync(codec->dev); in tas2552_codec_probe()
|
/linux-4.4.14/drivers/iio/accel/ |
D | mma9551_core.c | 675 ret = pm_runtime_get_sync(&client->dev); in mma9551_set_power_state()
|
/linux-4.4.14/drivers/thermal/ |
D | rcar_thermal.c | 405 pm_runtime_get_sync(dev); in rcar_thermal_probe()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimd.c | 317 pm_runtime_get_sync(ctx->dev); in fimd_clear_channels() 755 pm_runtime_get_sync(ctx->dev); in fimd_enable()
|
D | exynos5433_drm_decon.c | 386 pm_runtime_get_sync(ctx->dev); in decon_enable()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 202 pm_runtime_get_sync(dev->dev); in msm_unload() 414 pm_runtime_get_sync(dev->dev); in msm_load()
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 252 pm_runtime_get_sync(dev); in dsi_phy_enable_resource()
|
/linux-4.4.14/drivers/ata/ |
D | libahci_platform.c | 478 pm_runtime_get_sync(dev); in ahci_platform_get_resources()
|
/linux-4.4.14/drivers/iio/temperature/ |
D | mlx90614.c | 187 pm_runtime_get_sync(&data->client->dev); in mlx90614_power_get()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | dwc3-omap.c | 496 ret = pm_runtime_get_sync(dev); in dwc3_omap_probe()
|
/linux-4.4.14/drivers/pci/ |
D | pci-driver.c | 305 pm_runtime_get_sync(dev); in local_pci_probe() 426 pm_runtime_get_sync(dev); in pci_device_remove()
|
/linux-4.4.14/drivers/input/misc/ |
D | bma150.c | 362 error = pm_runtime_get_sync(&bma150->client->dev); in bma150_open()
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-dfll.c | 814 pm_runtime_get_sync(td->dev); in dfll_enable() 1348 pm_runtime_get_sync(td->dev); in dfll_init()
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 1470 pm_runtime_get_sync(host->hba->dev); in ufs_qcom_testbus_config() 1546 pm_runtime_get_sync(&(pdev)->dev); in ufs_qcom_remove()
|
/linux-4.4.14/drivers/amba/ |
D | bus.c | 275 pm_runtime_get_sync(dev); in amba_remove()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_kms.c | 33 pm_runtime_get_sync(dev->dev); in mdp4_hw_init()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 475 ret = pm_runtime_get_sync(dev); in s3c_camif_probe()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | common.c | 348 pm_runtime_get_sync(dev); in usbhsc_power_ctrl()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 1169 pm_runtime_get_sync(vpfe->pdev); in vpfe_initialize_device() 2582 pm_runtime_get_sync(&pdev->dev); in vpfe_probe() 2673 pm_runtime_get_sync(dev); in vpfe_suspend() 2732 pm_runtime_get_sync(dev); in vpfe_resume()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vga_switcheroo.c | 955 ret = pm_runtime_get_sync(video_dev); in vga_switcheroo_runtime_resume_hdmi_audio()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_kms.c | 34 pm_runtime_get_sync(dev->dev); in mdp5_hw_init()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi5.c | 56 r = pm_runtime_get_sync(&hdmi.pdev->dev); in hdmi_runtime_get()
|
D | hdmi4.c | 52 r = pm_runtime_get_sync(&hdmi.pdev->dev); in hdmi_runtime_get()
|
D | venc.c | 416 r = pm_runtime_get_sync(&venc.pdev->dev); in venc_runtime_get()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_bcm.c | 491 pm_runtime_get_sync(&bdev->pdev->dev); in bcm_dequeue()
|
/linux-4.4.14/drivers/net/irda/ |
D | sh_irda.c | 694 pm_runtime_get_sync(&self->pdev->dev); in sh_irda_open()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 505 int ret = pm_runtime_get_sync(ctx->bdisp_dev->dev); in bdisp_start_streaming() 1370 ret = pm_runtime_get_sync(dev); in bdisp_probe()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 655 pm_runtime_get_sync(&dev->dev); in trim_stale_devices()
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 576 return pm_runtime_get_sync(&codec->dev); in snd_hdac_power_up()
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 52 pm_runtime_get_sync(&sdev->meram_dev->pdev->dev); in shmob_drm_clk_on()
|