Lines Matching defs:node
147 * make sure the node count is balanced
159 struct device_node *node,
175 snd_soc_of_get_slot_mask(node, propname, &be->tx_mask[i]);
185 snd_soc_of_get_slot_mask(node, propname, &be->rx_mask[i]);
199 of_property_read_u32(node, "dai-tdm-slot-num", &be->slots);
215 of_property_read_u32(node, "dai-tdm-slot-width", &be->slot_width);
222 struct device_node *node,
235 for_each_child_of_node(node, np) {
248 struct device_node *node,
265 link->dai_fmt = meson_card_parse_daifmt(node, link->cpus->of_node);
267 of_property_read_u32(node, "mclk-fs", &be->mclk_fs);
269 ret = axg_card_parse_cpu_tdm_slots(card, link, node, be);
275 ret = axg_card_parse_codecs_masks(card, link, node, be);