Lines Matching refs:device_node
217 asoc_simple_card_sub_parse_of(struct device_node *np, in asoc_simple_card_sub_parse_of()
219 struct device_node **p_node, in asoc_simple_card_sub_parse_of()
280 static int asoc_simple_card_parse_daifmt(struct device_node *node, in asoc_simple_card_parse_daifmt()
282 struct device_node *codec, in asoc_simple_card_parse_daifmt()
287 struct device_node *bitclkmaster = NULL; in asoc_simple_card_parse_daifmt()
288 struct device_node *framemaster = NULL; in asoc_simple_card_parse_daifmt()
322 static int asoc_simple_card_dai_link_of(struct device_node *node, in asoc_simple_card_dai_link_of()
330 struct device_node *cpu = NULL; in asoc_simple_card_dai_link_of()
331 struct device_node *plat = NULL; in asoc_simple_card_dai_link_of()
332 struct device_node *codec = NULL; in asoc_simple_card_dai_link_of()
439 static int asoc_simple_card_parse_of(struct device_node *node, in asoc_simple_card_parse_of()
479 struct device_node *np = NULL; in asoc_simple_card_parse_of()
536 struct device_node *np = pdev->dev.of_node; in asoc_simple_card_probe()