Lines Matching refs:chan_node
541 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_get_of_channels()
565 if (chan_id >= TPS23881_MAX_CHANS || chan_node[chan_id]) { in tps23881_get_of_channels()
573 chan_node[chan_id] = node; in tps23881_get_of_channels()
581 of_node_put(chan_node[i]); in tps23881_get_of_channels()
582 chan_node[i] = NULL; in tps23881_get_of_channels()
600 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_match_channel()
606 if (pairset->np == chan_node[i]) in tps23881_match_channel()
632 struct device_node *chan_node[TPS23881_MAX_CHANS], in tps23881_match_port_matrix()
640 ret = tps23881_match_channel(&pi->pairset[0], chan_node); in tps23881_match_port_matrix()
655 ret = tps23881_match_channel(&pi->pairset[1], chan_node); in tps23881_match_port_matrix()
911 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_set_ports_matrix()
919 chan_node, port_matrix); in tps23881_set_ports_matrix()
937 struct device_node *chan_node[TPS23881_MAX_CHANS] = {NULL}; in tps23881_setup_pi_matrix() local
941 ret = tps23881_get_of_channels(priv, chan_node); in tps23881_setup_pi_matrix()
948 ret = tps23881_set_ports_matrix(priv, chan_node); in tps23881_setup_pi_matrix()
951 of_node_put(chan_node[i]); in tps23881_setup_pi_matrix()