Searched refs:channel_node (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/addac/ |
| H A D | ad74413r.c | 1191 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument 1198 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config() 1216 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config() 1234 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config() 1237 fwnode_property_read_u32(channel_node, "drive-strength-microamp", in ad74413r_parse_channel_config() 1255 device_for_each_child_node_scoped(st->dev, channel_node) { in ad74413r_parse_channel_configs() 1256 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_functions.c | 1910 struct fwnode_handle *channel_node, in find_sdca_cluster_channel() argument 1916 ret = fwnode_property_read_u32(channel_node, "mipi-sdca-cluster-channel-id", &tmp); in find_sdca_cluster_channel() 1925 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel() 1936 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel() 1979 struct fwnode_handle *channel_node; in find_sdca_cluster_channels() local 1985 channel_node = fwnode_get_named_child_node(cluster_node, channel_property); in find_sdca_cluster_channels() 1986 if (!channel_node) { in find_sdca_cluster_channels() 1992 ret = find_sdca_cluster_channel(dev, cluster, channel_node, &channels[i]); in find_sdca_cluster_channels() 1993 fwnode_handle_put(channel_node); in find_sdca_cluster_channels()
|