Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c251 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed() function
271 wait_event_timeout(core->ack_wq, check_is_responsed(inst, key), timeout); in sync_session_response()
274 if (!check_is_responsed(inst, key)) { in sync_session_response()