Searched refs:timeout_flag (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2_link.c | 926 u32 timeout_flag = dequeue_cnt ? 0 : test_bit(TASK_STATE_TIMEOUT, &mpp_task->state); in rkvdec2_link_try_dequeue() local 931 u32 task_done = irq_status || timeout_flag || abort_flag; in rkvdec2_link_try_dequeue() 956 timeout_flag, abort_flag); in rkvdec2_link_try_dequeue() 963 if ((timeout_flag || abort_flag || force_dequeue) && !reset_flag) { in rkvdec2_link_try_dequeue() 966 timeout_flag, abort_flag, force_dequeue); in rkvdec2_link_try_dequeue() 997 irq_status, timeout_flag, abort_flag); in rkvdec2_link_try_dequeue() 1002 irq_status, timeout_flag, abort_flag); in rkvdec2_link_try_dequeue() 1503 u32 timeout_flag = test_bit(TASK_STATE_TIMEOUT, &mpp_task->state); in rkvdec2_soft_ccu_dequeue() local 1507 if (irq_status || timeout_flag || abort_flag) { in rkvdec2_soft_ccu_dequeue() 1527 irq_status, timeout_flag, abort_flag); in rkvdec2_soft_ccu_dequeue() [all …]
|
| H A D | mpp_rkvdec2_link.h | 199 u32 timeout_flag; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | ray_cs.h | 42 int timeout_flag; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 1936 int loop_cnt, i, rv = 0, timeout_flag; in netxen_md_cntrl() local 1987 for (timeout_flag = 0; in netxen_md_cntrl() 1988 !timeout_flag in netxen_md_cntrl() 1993 timeout_flag = 1; in netxen_md_cntrl() 1999 if (timeout_flag) { in netxen_md_cntrl() 2149 int loop_cnt, i, k, timeout_flag = 0; in netxen_md_L2Cache() local 2173 for (timeout_flag = 0; !timeout_flag && in netxen_md_L2Cache() 2176 timeout_flag = 1; in netxen_md_L2Cache() 2181 if (timeout_flag) { in netxen_md_L2Cache()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ptp.c | 250 bool timeout_flag; in aq_ptp_tx_timeout_check() local 252 timeout_flag = false; in aq_ptp_tx_timeout_check() 256 timeout_flag = time_is_before_jiffies(timeout->tx_start + in aq_ptp_tx_timeout_check() 259 if (timeout_flag) in aq_ptp_tx_timeout_check() 264 if (timeout_flag) { in aq_ptp_tx_timeout_check()
|