Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c1625 struct parse_events_error errinfo; in add_default_attributes() local
1631 bzero(&errinfo, sizeof(errinfo)); in add_default_attributes()
1650 &errinfo); in add_default_attributes()
1654 &errinfo); in add_default_attributes()
1657 parse_events_print_error(&errinfo, transaction_attrs); in add_default_attributes()
1683 err = parse_events(evsel_list, smi_cost_attrs, &errinfo); in add_default_attributes()
1687 parse_events_print_error(&errinfo, smi_cost_attrs); in add_default_attributes()
1691 parse_events_print_error(&errinfo, smi_cost_attrs); in add_default_attributes()
1740 err = parse_events(evsel_list, str, &errinfo); in add_default_attributes()
1745 parse_events_print_error(&errinfo, str); in add_default_attributes()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h132 RK_U32 errinfo; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_api.c657 MPP_RET h264d_callback(void *decoder, void *errinfo) in h264d_callback() argument
661 DecCbHalDone *ctx = (DecCbHalDone *)errinfo; in h264d_callback()
706 error = tmp->errinfo; in h264d_callback()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c708 RK_U32 errinfo = 0; in hal_jpegd_rkv_wait() local
732 errinfo = 1; in hal_jpegd_rkv_wait()
736 mpp_frame_set_errinfo(tmp, errinfo); in hal_jpegd_rkv_wait()
H A Dhal_jpegd_vdpu1.c958 RK_U32 errinfo = 1; in hal_jpegd_vdpu1_wait() local
983 errinfo = 0; in hal_jpegd_vdpu1_wait()
989 mpp_frame_set_errinfo(tmp, errinfo); in hal_jpegd_vdpu1_wait()
H A Dhal_jpegd_vdpu2.c943 RK_U32 errinfo = 1; in hal_jpegd_vdpu2_wait() local
961 errinfo = 0; in hal_jpegd_vdpu2_wait()
967 mpp_frame_set_errinfo(tmp, errinfo); in hal_jpegd_vdpu2_wait()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Dklconfig.h472 (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo))
500 klconf_off_t errinfo; /* component specific errors */ member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp300 MPP_FRAME_ACCESSORS(RK_U32, errinfo)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h373 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h372 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1546 MPP_RET m2vd_parser_callback(void *ctx, void *errinfo) in m2vd_parser_callback() argument
1552 (void)errinfo; in m2vd_parser_callback()
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py1135 def errorSummary(self, errinfo, msg): argument
1137 for entry in errinfo:
1165 errinfo.append(entry)