Searched refs:chan_node (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/input/misc/ |
| D | iqs7222.c | 1757 struct fwnode_handle *chan_node = NULL; in iqs7222_parse_chan() local 1765 error = iqs7222_parse_props(iqs7222, &chan_node, chan_index, in iqs7222_parse_chan() 1771 if (!chan_node) in iqs7222_parse_chan() 1775 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan() 1785 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan() 1788 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select", in iqs7222_parse_chan() 1793 fwnode_get_name(chan_node), error); in iqs7222_parse_chan() 1800 fwnode_get_name(chan_node), val); in iqs7222_parse_chan() 1813 if (!fwnode_property_read_u32(chan_node, "azoteq,ref-weight", in iqs7222_parse_chan() 1818 fwnode_get_name(chan_node), val); in iqs7222_parse_chan() [all …]
|
| /Linux-v6.1/drivers/iio/adc/ |
| D | xilinx-xadc-core.c | 1192 struct fwnode_handle *chan_node, *child; in xadc_parse_dt() local 1249 chan_node = device_get_named_child_node(dev, "xlnx,channels"); in xadc_parse_dt() 1250 fwnode_for_each_child_node(chan_node, child) { in xadc_parse_dt() 1273 fwnode_handle_put(chan_node); in xadc_parse_dt()
|
| D | xilinx-ams.c | 1174 static int ams_get_ext_chan(struct fwnode_handle *chan_node, in ams_get_ext_chan() argument 1182 fwnode_for_each_child_node(chan_node, child) { in ams_get_ext_chan()
|