Home
last modified time | relevance | path

Searched refs:TPS23881_MAX_CHANS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/pse-pd/
H A Dtps23881.c18 #define TPS23881_MAX_CHANS 8 macro
48 struct tps23881_port_desc port[TPS23881_MAX_CHANS];
64 if (id >= TPS23881_MAX_CHANS) in tps23881_pi_enable()
100 if (id >= TPS23881_MAX_CHANS) in tps23881_pi_disable()
211 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_get_of_channels() argument
235 if (chan_id >= TPS23881_MAX_CHANS || chan_node[chan_id]) { in tps23881_get_of_channels()
250 for (i = 0; i < TPS23881_MAX_CHANS; i++) { in tps23881_get_of_channels()
270 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_match_channel() argument
275 for (i = 0; i < TPS23881_MAX_CHANS; i++) { in tps23881_match_channel()
284 tps23881_is_chan_free(struct tps23881_port_matrix port_matrix[TPS23881_MAX_CHANS], in tps23881_is_chan_free() argument
[all …]