Lines Matching defs:args
34 struct of_phandle_args args;
44 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args);
50 dlc->of_node = args.np;
60 struct of_phandle_args args;
71 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args);
76 * Try to find from DAI args
78 dai = snd_soc_get_dai_via_args(&args);
81 dlc->dai_args = snd_soc_copy_dai_args(dev, &args);
107 ret = snd_soc_get_dlc(&args, dlc);
113 *is_single_link = !args.args_count;