Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/misc/
Diqs7222.c1757 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()
1776 if (fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
1787 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
1790 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select", in iqs7222_parse_chan()
1795 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
1802 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
1815 if (!fwnode_property_read_u32(chan_node, "azoteq,ref-weight", in iqs7222_parse_chan()
1820 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
[all …]
/linux-5.19.10/drivers/iio/adc/
Dxilinx-xadc-core.c1192 struct device_node *chan_node, *child; in xadc_parse_dt() local
1250 chan_node = of_get_child_by_name(np, "xlnx,channels"); in xadc_parse_dt()
1251 if (chan_node) { in xadc_parse_dt()
1252 for_each_child_of_node(chan_node, child) { in xadc_parse_dt()
1276 of_node_put(chan_node); in xadc_parse_dt()
Dxilinx-ams.c1174 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()