Home
last modified time | relevance | path

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

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dinstance.c520 struct srd_decoder_inst *di_bottom, in srd_inst_stack() argument
526 if (!di_bottom || !di_top) { in srd_inst_stack()
542 for (GSList *out = di_bottom->decoder->outputs; out; out = out->next) { in srd_inst_stack()
555 di_top->inst_id, di_bottom->inst_id); in srd_inst_stack()
558 di_bottom->next_di = g_slist_append(di_bottom->next_di, di_top); in srd_inst_stack()
560 srd_dbg("Stacking %s onto %s.", di_top->inst_id, di_bottom->inst_id); in srd_inst_stack()