Home
last modified time | relevance | path

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

/linux/drivers/net/pse-pd/
H A Dtps23881.c541 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()
[all …]
/linux/drivers/input/misc/
H A Diqs7222.c2245 struct fwnode_handle *chan_node, int chan_index) in iqs7222_parse_chan() argument
2257 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
2267 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
2270 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select", in iqs7222_parse_chan()
2275 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
2282 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
2295 error = fwnode_property_read_u32(chan_node, "azoteq,ref-weight", in iqs7222_parse_chan()
2301 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
2309 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
2321 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
[all …]
/linux/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()