Lines Matching refs:device_node
198 asoc_simple_card_sub_parse_of(struct device_node *np, in asoc_simple_card_sub_parse_of()
200 struct device_node **p_node, in asoc_simple_card_sub_parse_of()
259 static int asoc_simple_card_parse_daifmt(struct device_node *node, in asoc_simple_card_parse_daifmt()
261 struct device_node *codec, in asoc_simple_card_parse_daifmt()
266 struct device_node *bitclkmaster = NULL; in asoc_simple_card_parse_daifmt()
267 struct device_node *framemaster = NULL; in asoc_simple_card_parse_daifmt()
301 static int asoc_simple_card_dai_link_of(struct device_node *node, in asoc_simple_card_dai_link_of()
309 struct device_node *cpu = NULL; in asoc_simple_card_dai_link_of()
310 struct device_node *codec = NULL; in asoc_simple_card_dai_link_of()
402 static int asoc_simple_card_parse_of(struct device_node *node, in asoc_simple_card_parse_of()
442 struct device_node *np = NULL; in asoc_simple_card_parse_of()
499 struct device_node *np = pdev->dev.of_node; in asoc_simple_card_probe()