Home
last modified time | relevance | path

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

/linux/drivers/accel/ethosu/
H A Dethosu_job.c197 guard(mutex)(&ethosu->perfmon_state.lock); in ethosu_switch_perfmon()
203 if (perfmon == ethosu->perfmon_state.active) in ethosu_switch_perfmon()
206 ethosu_perfmon_stop_locked(ethosu, ethosu->perfmon_state.active, true); in ethosu_switch_perfmon()
H A Dethosu_device.h216 } perfmon_state; member
H A Dethosu_drv.c366 ret = drmm_mutex_init(&ethosudev->base, &ethosudev->perfmon_state.lock); in ethosu_probe()