Lines Matching refs:port_cnt

347 			 int port_cnt)  in tps23881_get_unused_chan()  argument
355 for (j = 0; j < port_cnt; j++) { in tps23881_get_unused_chan()
386 int i, ret, port_cnt = 0, cnt_4ch_grp1 = 0, cnt_4ch_grp2 = 4; in tps23881_sort_port_matrix() local
400 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
401 tmp_port_matrix[port_cnt].is_4p = true; in tps23881_sort_port_matrix()
402 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
403 tmp_port_matrix[port_cnt].hw_chan[0] = port_matrix[i].hw_chan[0]; in tps23881_sort_port_matrix()
404 tmp_port_matrix[port_cnt].hw_chan[1] = port_matrix[i].hw_chan[1]; in tps23881_sort_port_matrix()
409 tmp_port_matrix[port_cnt].lgcl_chan[0] = (*cnt)++; in tps23881_sort_port_matrix()
410 tmp_port_matrix[port_cnt].lgcl_chan[1] = (*cnt)++; in tps23881_sort_port_matrix()
412 port_cnt++; in tps23881_sort_port_matrix()
427 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
428 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
429 tmp_port_matrix[port_cnt].lgcl_chan[0] = (*cnt)++; in tps23881_sort_port_matrix()
430 tmp_port_matrix[port_cnt].hw_chan[0] = port_matrix[i].hw_chan[0]; in tps23881_sort_port_matrix()
432 port_cnt++; in tps23881_sort_port_matrix()
439 ret = tps23881_get_unused_chan(tmp_port_matrix, port_cnt); in tps23881_sort_port_matrix()
445 if (port_cnt >= TPS23881_MAX_CHANS) { in tps23881_sort_port_matrix()
449 tmp_port_matrix[port_cnt].lgcl_chan[0] = cnt_4ch_grp1; in tps23881_sort_port_matrix()
450 tmp_port_matrix[port_cnt].hw_chan[0] = ret; in tps23881_sort_port_matrix()
452 port_cnt++; in tps23881_sort_port_matrix()
459 ret = tps23881_get_unused_chan(tmp_port_matrix, port_cnt); in tps23881_sort_port_matrix()
465 if (port_cnt >= TPS23881_MAX_CHANS) { in tps23881_sort_port_matrix()
469 tmp_port_matrix[port_cnt].lgcl_chan[0] = cnt_4ch_grp2; in tps23881_sort_port_matrix()
470 tmp_port_matrix[port_cnt].hw_chan[0] = ret; in tps23881_sort_port_matrix()
472 port_cnt++; in tps23881_sort_port_matrix()
477 return port_cnt; in tps23881_sort_port_matrix()
486 int port_cnt) in tps23881_write_port_matrix() argument
493 for (i = 0; i < port_cnt; i++) { in tps23881_write_port_matrix()