Home
last modified time | relevance | path

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

/linux/drivers/iio/addac/
H A Dad74413r.c1194 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument
1201 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config()
1219 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config()
1237 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config()
1240 fwnode_property_read_u32(channel_node, "drive-strength-microamp", in ad74413r_parse_channel_config()
1258 device_for_each_child_node_scoped(st->dev, channel_node) { in ad74413r_parse_channel_configs()
1259 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()
/linux/sound/soc/sdca/
H A Dsdca_functions.c1866 struct fwnode_handle *channel_node, in find_sdca_cluster_channel() argument
1872 ret = fwnode_property_read_u32(channel_node, "mipi-sdca-cluster-channel-id", &tmp); in find_sdca_cluster_channel()
1881 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel()
1892 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel()
1935 struct fwnode_handle *channel_node; in find_sdca_cluster_channels() local
1941 channel_node = fwnode_get_named_child_node(cluster_node, channel_property); in find_sdca_cluster_channels()
1942 if (!channel_node) { in find_sdca_cluster_channels()
1948 ret = find_sdca_cluster_channel(dev, cluster, channel_node, &channels[i]); in find_sdca_cluster_channels()
1949 fwnode_handle_put(channel_node); in find_sdca_cluster_channels()