Searched refs:sys_error (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.c193 if (test_bit(0, &inst->core->sys_error)) {
226 if (!core->ops || test_bit(0, &inst->core->sys_error)) {
275 if (test_bit(0, &inst->core->sys_error))
300 if (test_bit(0, &inst->core->sys_error))
327 if (test_bit(0, &inst->core->sys_error))
353 if (test_bit(0, &inst->core->sys_error))
368 if (test_bit(0, &inst->core->sys_error))
390 if (test_bit(0, &inst->core->sys_error))
416 if (test_bit(0, &inst->core->sys_error))
443 if (test_bit(0, &inst->core->sys_error))
[all...]
H A Dcore.c70 set_bit(0, &core->sys_error);
168 clear_bit(0, &core->sys_error);
H A Dcore.h155 * @sys_error: an error flag that signal system error event
214 unsigned long sys_error; member in struct:venus_core
H A Dvdec.c944 if (test_bit(0, &core->sys_error)) {
949 !test_bit(0, &core->sys_error));
1318 if (inst->session_error || test_bit(0, &core->sys_error))
H A Dvenc.c1086 if (test_bit(0, &core->sys_error)) {
1091 !test_bit(0, &core->sys_error));
H A Dhelpers.c1559 if (inst->session_error || test_bit(0, &core->sys_error))

Completed in 182 milliseconds