Searched defs:io_terminal (Results 1 – 1 of 1) sorted by relevance
251 struct io_terminal { struct252 union {263 } d;264 int inputs_size;265 struct terminal_list **inputs; /* list of source input terminals */266 struct terminal_list *output; /* list of destination output terminals */267 int direct; /* directly connected to an output terminal */268 uint8_t clock;