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

/linux-master/drivers/input/misc/
H A Diqs7222.c2248 struct fwnode_handle *chan_node, int chan_index)
2260 fwnode_property_present(chan_node, "azoteq,ulp-allow"))
2270 fwnode_property_present(chan_node, "azoteq,ref-select")) {
2273 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select",
2278 fwnode_get_name(chan_node), error);
2285 fwnode_get_name(chan_node), val);
2298 error = fwnode_property_read_u32(chan_node, "azoteq,ref-weight",
2304 fwnode_get_name(chan_node), val);
2312 fwnode_get_name(chan_node), error);
2324 if (fwnode_property_present(chan_node, "azote
2247 iqs7222_parse_chan(struct iqs7222_private *iqs7222, struct fwnode_handle *chan_node, int chan_index) argument
[all...]
/linux-master/drivers/iio/adc/
H A Dxilinx-xadc-core.c1200 struct fwnode_handle *chan_node, *child; local
1257 chan_node = device_get_named_child_node(dev, "xlnx,channels");
1258 fwnode_for_each_child_node(chan_node, child) {
1281 fwnode_handle_put(chan_node);
H A Dxilinx-ams.c1174 static int ams_get_ext_chan(struct fwnode_handle *chan_node, argument
1182 fwnode_for_each_child_node(chan_node, child) {

Completed in 113 milliseconds