Home
last modified time | relevance | path

Searched refs:pm_runtime_mark_last_busy (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/include/linux/
Dpm_runtime.h98 static inline void pm_runtime_mark_last_busy(struct device *dev) in pm_runtime_mark_last_busy() function
145 static inline void pm_runtime_mark_last_busy(struct device *dev) {} in pm_runtime_mark_last_busy() function
Dusb.h557 pm_runtime_mark_last_busy(&udev->dev); in usb_mark_last_busy()
/linux-3.4.99/drivers/tty/serial/
Domap-serial.c119 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_stop_rxdma()
152 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_stop_tx()
165 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_stop_tx()
179 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_stop_rx()
303 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_start_tx()
400 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_irq()
425 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_irq()
583 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_startup()
1099 pm_runtime_mark_last_busy(&up->pdev->dev); in serial_omap_console_write()
/linux-3.4.99/drivers/dma/
Dste_dma40.c1276 pm_runtime_mark_last_busy(d40c->base->dev); in d40_pause()
1297 pm_runtime_mark_last_busy(d40c->base->dev); in d40_resume()
1398 pm_runtime_mark_last_busy(d40c->base->dev); in dma_tc_handle()
1897 pm_runtime_mark_last_busy(d40c->base->dev); in d40_free_dma()
1906 pm_runtime_mark_last_busy(d40c->base->dev); in d40_free_dma()
2275 pm_runtime_mark_last_busy(d40c->base->dev); in d40_alloc_chan_resources()
2436 pm_runtime_mark_last_busy(d40c->base->dev); in d40_terminate_all()
2439 pm_runtime_mark_last_busy(d40c->base->dev); in d40_terminate_all()
/linux-3.4.99/drivers/mmc/host/
Domap_hsmmc.c1641 pm_runtime_mark_last_busy(host->dev); in omap_hsmmc_disable_fclk()
1696 pm_runtime_mark_last_busy(host->dev); in omap_hsmmc_regs_show()
2002 pm_runtime_mark_last_busy(host->dev); in omap_hsmmc_probe()
2152 pm_runtime_mark_last_busy(host->dev); in omap_hsmmc_resume()
Dmmci.c206 pm_runtime_mark_last_busy(mmc_dev(host->mmc)); in mmci_request_end()
1145 pm_runtime_mark_last_busy(mmc_dev(mmc)); in mmci_set_ios()
Dsdhci.c2492 pm_runtime_mark_last_busy(host->mmc->parent); in sdhci_runtime_pm_put()
/linux-3.4.99/Documentation/power/
Druntime_pm.txt285 - the time (in jiffies) when the pm_runtime_mark_last_busy() helper
455 void pm_runtime_mark_last_busy(struct device *dev);
493 pm_runtime_mark_last_busy()
784 call pm_runtime_mark_last_busy() to update this field after carrying out I/O,
811 pm_runtime_mark_last_busy()), the PM core will automatically reschedule the
837 pm_runtime_mark_last_busy(&foo->dev);
869 pm_runtime_mark_last_busy(&foo->dev);
/linux-3.4.99/drivers/usb/musb/
Domap2430.c268 pm_runtime_mark_last_busy(musb->controller); in musb_otg_notifier_work()
/linux-3.4.99/drivers/staging/sep/
Dsep_main.c628 pm_runtime_mark_last_busy(&sep->pdev->dev); in sep_end_transaction_handler()
4244 pm_runtime_mark_last_busy(&sep->pdev->dev); in sep_probe()
Dsep_crypto.c1012 pm_runtime_mark_last_busy(&ta_ctx->sep_used->pdev->dev); in sep_clear_out()
/linux-3.4.99/drivers/spi/
Dspi-pl022.c1531 pm_runtime_mark_last_busy(&pl022->adev->dev); in pl022_unprepare_transfer_hardware()