Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/pse-pd/
H A Dtps23881.c497 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_get_of_channels()
529 chan_node[chan_id] = node; in tps23881_get_of_channels()
537 of_node_put(chan_node[i]); in tps23881_get_of_channels()
538 chan_node[i] = NULL; in tps23881_get_of_channels()
562 if (pairset->np == chan_node[i]) in tps23881_match_channel()
588 struct device_node *chan_node[TPS23881_MAX_CHANS], in tps23881_match_port_matrix()
865 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_set_ports_matrix()
873 chan_node, port_matrix); in tps23881_set_ports_matrix()
895 ret = tps23881_get_of_channels(priv, chan_node); in tps23881_setup_pi_matrix()
902 ret = tps23881_set_ports_matrix(priv, chan_node); in tps23881_setup_pi_matrix()
[all …]
/linux-6.15/drivers/input/misc/
H A Diqs7222.c2272 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
2279 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
2298 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
2306 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
2321 fwnode_property_present(chan_node, in iqs7222_parse_chan()
2339 count = fwnode_property_count_u32(chan_node, in iqs7222_parse_chan()
2344 fwnode_get_name(chan_node), count); in iqs7222_parse_chan()
2349 fwnode_get_name(chan_node)); in iqs7222_parse_chan()
2353 error = fwnode_property_read_u32_array(chan_node, in iqs7222_parse_chan()
2359 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
[all …]
/linux-6.15/drivers/iio/adc/
H A Dxilinx-xadc-core.c1199 struct fwnode_handle *chan_node, *child; in xadc_parse_dt() local
1256 chan_node = device_get_named_child_node(dev, "xlnx,channels"); in xadc_parse_dt()
1257 fwnode_for_each_child_node(chan_node, child) { in xadc_parse_dt()
1280 fwnode_handle_put(chan_node); in xadc_parse_dt()
H A Dxilinx-ams.c1188 static int ams_get_ext_chan(struct fwnode_handle *chan_node, in ams_get_ext_chan() argument
1196 fwnode_for_each_child_node(chan_node, child) { in ams_get_ext_chan()