Searched refs:errinfo (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-stat.c | 1625 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 D | mpp_frame_impl.h | 132 RK_U32 errinfo; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 657 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 D | hal_jpegd_rkv.c | 708 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 D | hal_jpegd_vdpu1.c | 958 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 D | hal_jpegd_vdpu2.c | 943 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 D | klconfig.h | 472 (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 D | mpp_frame.cpp | 300 MPP_FRAME_ACCESSORS(RK_U32, errinfo)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 373 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 372 void mpp_frame_set_errinfo(MppFrame frame, RK_U32 errinfo);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 1546 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 D | sleepgraph.py | 1135 def errorSummary(self, errinfo, msg): argument 1137 for entry in errinfo: 1165 errinfo.append(entry)
|