Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/addac/
H A Dad74413r.c1178 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument
1185 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config()
1203 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config()
1221 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config()
1224 fwnode_property_read_u32(channel_node, "drive-strength-microamp", in ad74413r_parse_channel_config()
1240 struct fwnode_handle *channel_node = NULL; in ad74413r_parse_channel_configs() local
1243 fwnode_for_each_available_child_node(dev_fwnode(st->dev), channel_node) { in ad74413r_parse_channel_configs()
1244 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()
1252 fwnode_handle_put(channel_node); in ad74413r_parse_channel_configs()