Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Diqs7222.c2242 struct fwnode_handle *chan_node, int chan_index) in iqs7222_parse_cycle()
2254 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
2264 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
2267 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select", in iqs7222_parse_chan()
2272 fwnode_get_name(chan_node), error); in iqs7222_parse_chan()
2279 fwnode_get_name(chan_node), val); in iqs7222_parse_chan()
2292 error = fwnode_property_read_u32(chan_node, "azoteq,ref-weight", 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()
2318 if (fwnode_property_present(chan_node, "azote in iqs7222_parse_chan()
2248 iqs7222_parse_chan(struct iqs7222_private * iqs7222,struct fwnode_handle * chan_node,int chan_index) iqs7222_parse_chan() argument
[all...]
/openbmc/linux/drivers/iio/adc/
H A Dxilinx-xadc-core.c1200 struct fwnode_handle *chan_node, *child; in xadc_parse_dt() local
1257 chan_node = device_get_named_child_node(dev, "xlnx,channels"); in xadc_parse_dt()
1258 fwnode_for_each_child_node(chan_node, child) { in xadc_parse_dt()
1281 fwnode_handle_put(chan_node); in xadc_parse_dt()
H A Dxilinx-ams.c1178 static int ams_get_ext_chan(struct fwnode_handle *chan_node, in ams_get_ext_chan() argument
1186 fwnode_for_each_child_node(chan_node, child) { in ams_get_ext_chan()