Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-dump.c20 struct dump_obj { struct
28 #define to_dump_obj(x) container_of(x, struct dump_obj, kobj) argument
32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr,
34 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr,
39 static ssize_t dump_id_show(struct dump_obj *dump_obj, in dump_id_show() argument
43 return sprintf(buf, "0x%x\n", dump_obj->id); in dump_id_show()
56 static ssize_t dump_type_show(struct dump_obj *dump_obj, in dump_type_show() argument
61 return sprintf(buf, "0x%x %s\n", dump_obj->type, in dump_type_show()
62 dump_type_to_string(dump_obj->type)); in dump_type_show()
65 static ssize_t dump_ack_show(struct dump_obj *dump_obj, in dump_ack_show() argument
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Ddump.cpp27 void dump_obj(j2s_ctx *ctx, int obj_index, bool expend, int depth) { in dump_obj() function
58 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj()
114 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj()
133 dump_obj(ctx, struct_obj->child_index, expend, depth + 1); in dump_struct()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dllvm-utils.h46 bool dump_obj; member
H A Dllvm-utils.c58 llvm_param.dump_obj = !!perf_config_bool(var, value); in perf_llvm_config()
H A Dbpf-loader.c96 if (!IS_ERR_OR_NULL(obj) && llvm_param.dump_obj) in bpf__prepare_load()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_btc_fsm.c219 tb.dump_obj = btc_dump_obj; in phl_btc_new_fsm()
220 tb.dump_obj = btc_dump_fsm; in phl_btc_new_fsm()
H A Dphl_sound_fsm.c623 tb.dump_obj = snd_dump_obj; in phl_sound_new_fsm()
624 tb.dump_obj = snd_dump_fsm; in phl_sound_new_fsm()
H A Dphl_fsm.h129 void (*dump_obj)(void *obj, char *p, int *sz); /* optional */ member
H A Dphl_ser_fsm.c1142 tb.dump_obj = ser_dump_obj; in phl_ser_new_fsm()
1143 tb.dump_obj = ser_dump_fsm; in phl_ser_new_fsm()
H A Dphl_cmd_fsm.c437 tb.dump_obj = cmd_dump_obj; in phl_cmd_new_fsm()
H A Dphl_fsm.c1904 if (fsm->tb.dump_obj && detail) { in fsm_dbg_dump_obj()
1907 fsm->tb.dump_obj(obj->custom_obj, ptr, &len); in fsm_dbg_dump_obj()
H A Dphl_scan_fsm.c1120 tb.dump_obj = scan_dump_obj; in phl_scan_new_fsm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_btc_fsm.c219 tb.dump_obj = btc_dump_obj; in phl_btc_new_fsm()
220 tb.dump_obj = btc_dump_fsm; in phl_btc_new_fsm()
H A Dphl_sound_fsm.c623 tb.dump_obj = snd_dump_obj; in phl_sound_new_fsm()
624 tb.dump_obj = snd_dump_fsm; in phl_sound_new_fsm()
H A Dphl_fsm.h129 void (*dump_obj)(void *obj, char *p, int *sz); /* optional */ member
H A Dphl_ser_fsm.c1142 tb.dump_obj = ser_dump_obj; in phl_ser_new_fsm()
1143 tb.dump_obj = ser_dump_fsm; in phl_ser_new_fsm()
H A Dphl_cmd_fsm.c437 tb.dump_obj = cmd_dump_obj; in phl_cmd_new_fsm()
H A Dphl_fsm.c1904 if (fsm->tb.dump_obj && detail) { in fsm_dbg_dump_obj()
1907 fsm->tb.dump_obj(obj->custom_obj, ptr, &len); in fsm_dbg_dump_obj()
H A Dphl_scan_fsm.c1120 tb.dump_obj = scan_dump_obj; in phl_scan_new_fsm()