Searched refs:channel_node (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/iio/addac/ |
D | ad74413r.c | 1196 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument 1203 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config() 1221 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config() 1239 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config() 1242 fwnode_property_read_u32(channel_node, "drive-strength-microamp", in ad74413r_parse_channel_config() 1260 device_for_each_child_node_scoped(st->dev, channel_node) { in ad74413r_parse_channel_configs() 1261 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()
|