Home
last modified time | relevance | path

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

/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()