Home
last modified time | relevance | path

Searched refs:clk_gate_mutex (Results 1 – 2 of 2) sorted by relevance

/drivers/misc/habanalabs/gaudi/
Dgaudi.c1880 mutex_init(&gaudi->clk_gate_mutex); in gaudi_sw_init()
1930 mutex_destroy(&gaudi->clk_gate_mutex); in gaudi_sw_fini()
4885 mutex_lock(&gaudi->clk_gate_mutex); in gaudi_scrub_device_mem()
4895 mutex_unlock(&gaudi->clk_gate_mutex); in gaudi_scrub_device_mem()
6429 mutex_lock(&gaudi->clk_gate_mutex); in gaudi_debugfs_read_dma()
6513 mutex_unlock(&gaudi->clk_gate_mutex); in gaudi_debugfs_read_dma()
6562 mutex_lock(&gaudi->clk_gate_mutex); in gaudi_mmu_prepare()
6846 mutex_unlock(&gaudi->clk_gate_mutex); in gaudi_mmu_prepare()
7194 mutex_lock(&gaudi->clk_gate_mutex); in gaudi_extract_ecc_info()
7239 mutex_unlock(&gaudi->clk_gate_mutex); in gaudi_extract_ecc_info()
[all …]
DgaudiP.h341 struct mutex clk_gate_mutex; member