Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dctl.c141 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active() function
558 wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); in tb_cfg_request_cancel()