Lines Matching refs:port_id
280 int port_id, int copp_idx) in q6adm_device_close() argument
288 close.hdr.src_port = port_id; in q6adm_device_close()
290 close.hdr.token = port_id << 16 | copp_idx; in q6adm_device_close()
297 int port_id, int topology, in q6adm_find_matching_copp() argument
309 if ((port_id == c->afe_port) && (topology == c->topology) && in q6adm_find_matching_copp()
322 int port_id, int path, int topology, in q6adm_device_open() argument
326 int afe_port = q6afe_get_port_id(port_id); in q6adm_device_open()
344 pkt->hdr.token = port_id << 16 | copp->copp_idx; in q6adm_device_open()
383 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate, in q6adm_open() argument
392 if (port_id < 0) { in q6adm_open()
393 dev_err(dev, "Invalid port_id 0x%x\n", port_id); in q6adm_open()
397 copp = q6adm_find_matching_copp(adm, port_id, topology, perf_mode, in q6adm_open()
405 copp = q6adm_alloc_copp(adm, port_id); in q6adm_open()
423 ret = q6adm_device_open(adm, copp, port_id, path, topology, in q6adm_open()
509 int port_idx = payload_map.port_id[i]; in q6adm_matrix_map()
513 payload_map.port_id[i]); in q6adm_matrix_map()