Searched refs:channel_node (Results 1 – 1 of 1) sorted by relevance
1139 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument1146 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config()1164 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config()1182 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config()1198 struct fwnode_handle *channel_node = NULL; in ad74413r_parse_channel_configs() local1201 fwnode_for_each_available_child_node(dev_fwnode(st->dev), channel_node) { in ad74413r_parse_channel_configs()1202 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()1210 fwnode_handle_put(channel_node); in ad74413r_parse_channel_configs()