Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/addac/
H A Dad74413r.c1193 struct fwnode_handle *channel_node) in ad74413r_parse_channel_config() argument
1200 ret = fwnode_property_read_u32(channel_node, "reg", &index); in ad74413r_parse_channel_config()
1218 fwnode_property_read_u32(channel_node, "adi,ch-func", &config->func); in ad74413r_parse_channel_config()
1236 config->gpo_comparator = fwnode_property_read_bool(channel_node, in ad74413r_parse_channel_config()
1239 fwnode_property_read_u32(channel_node, "drive-strength-microamp", in ad74413r_parse_channel_config()
1257 device_for_each_child_node_scoped(st->dev, channel_node) { in ad74413r_parse_channel_configs()
1258 ret = ad74413r_parse_channel_config(indio_dev, channel_node); in ad74413r_parse_channel_configs()
/linux-6.15/sound/soc/sdca/
H A Dsdca_functions.c1651 struct fwnode_handle *channel_node, in find_sdca_cluster_channel() argument
1657 ret = fwnode_property_read_u32(channel_node, "mipi-sdca-cluster-channel-id", &tmp); in find_sdca_cluster_channel()
1666 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel()
1677 ret = fwnode_property_read_u32(channel_node, in find_sdca_cluster_channel()
1720 struct fwnode_handle *channel_node; in find_sdca_cluster_channels() local
1726 channel_node = fwnode_get_named_child_node(cluster_node, channel_property); in find_sdca_cluster_channels()
1727 if (!channel_node) { in find_sdca_cluster_channels()
1733 ret = find_sdca_cluster_channel(dev, cluster, channel_node, &channels[i]); in find_sdca_cluster_channels()
1734 fwnode_handle_put(channel_node); in find_sdca_cluster_channels()