Lines Matching refs:ports
11 #define MAX_NR_PORT 128 /* the max number of ports for a plugin */
32 - Each plugin have some ports which specify the parameters for the
33 plugin or to specify connections to other plugins. The ports in each
36 port. The connections between two ports are expressed by giving the
37 same value to both ports. For audio ports, the value should be
38 "{identifier}". For control ports, the value shoule be
111 break; /* no more ports */
120 p = ARRAY_APPEND_ZERO(&plugin->ports);
131 p = ARRAY_APPEND_ZERO(&plugin->ports);
159 syslog(LOG_ERR, "Failed to parse ports: %s", sec_name);
176 FOR_ARRAY_ELEMENT(&plugin->ports, j, port) {
243 ARRAY_FREE(&p->ports);