Home | History | Annotate | Download | only in server

Lines Matching defs:port

67 static void connect_port(struct dsp_module *module, unsigned long port,
72 desc->connect_port(data->handle, port, data_location);
130 struct port *port;
133 syslog(LOG_ERR, "port count mismatch: %s", plugin->title);
137 FOR_ARRAY_ELEMENT(&plugin->ports, i, port) {
139 if ((port->direction == PORT_INPUT) !=
141 syslog(LOG_ERR, "port direction mismatch: %s:%d!",
146 if ((port->type == PORT_CONTROL) !=
148 syslog(LOG_ERR, "port type mismatch: %s:%d!",