Home
last modified time | relevance | path

Searched refs:clk_cache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc_core.c992 host->clk_cache = ios->clock; in tmio_mmc_set_ios()
1318 if (host->clk_cache) in tmio_mmc_host_runtime_suspend()
1344 if (host->clk_cache) in tmio_mmc_host_runtime_resume()
1345 host->set_clock(host, host->clk_cache); in tmio_mmc_host_runtime_resume()
Dtmio_mmc.h159 unsigned int clk_cache; member
/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c102 struct clk_cache { struct
125 struct clk_cache cc; argument
2373 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_info()
2392 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_get()
2420 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_put()
2518 struct clk_cache *clkcache; in snd_asihpi_sampleclock_add()