Lines Matching refs:tmp_port_matrix
671 struct tps23881_port_matrix tmp_port_matrix[TPS23881_MAX_CHANS] = {0}; in tps23881_sort_port_matrix() local
686 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
687 tmp_port_matrix[port_cnt].is_4p = true; in tps23881_sort_port_matrix()
688 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
689 tmp_port_matrix[port_cnt].hw_chan[0] = port_matrix[i].hw_chan[0]; in tps23881_sort_port_matrix()
690 tmp_port_matrix[port_cnt].hw_chan[1] = port_matrix[i].hw_chan[1]; in tps23881_sort_port_matrix()
695 tmp_port_matrix[port_cnt].lgcl_chan[0] = (*cnt)++; in tps23881_sort_port_matrix()
696 tmp_port_matrix[port_cnt].lgcl_chan[1] = (*cnt)++; in tps23881_sort_port_matrix()
713 tmp_port_matrix[port_cnt].exist = true; in tps23881_sort_port_matrix()
714 tmp_port_matrix[port_cnt].pi_id = i; in tps23881_sort_port_matrix()
715 tmp_port_matrix[port_cnt].lgcl_chan[0] = (*cnt)++; in tps23881_sort_port_matrix()
716 tmp_port_matrix[port_cnt].hw_chan[0] = port_matrix[i].hw_chan[0]; in tps23881_sort_port_matrix()
725 ret = tps23881_get_unused_chan(tmp_port_matrix, port_cnt); in tps23881_sort_port_matrix()
735 tmp_port_matrix[port_cnt].lgcl_chan[0] = cnt_4ch_grp1; in tps23881_sort_port_matrix()
736 tmp_port_matrix[port_cnt].hw_chan[0] = ret; in tps23881_sort_port_matrix()
745 ret = tps23881_get_unused_chan(tmp_port_matrix, port_cnt); in tps23881_sort_port_matrix()
755 tmp_port_matrix[port_cnt].lgcl_chan[0] = cnt_4ch_grp2; in tps23881_sort_port_matrix()
756 tmp_port_matrix[port_cnt].hw_chan[0] = ret; in tps23881_sort_port_matrix()
761 memcpy(port_matrix, tmp_port_matrix, sizeof(tmp_port_matrix)); in tps23881_sort_port_matrix()