Lines Matching defs:args
1189 struct of_phandle_args args;
1197 2, 0, &args);
1201 instance->type_sw_reg = args.args[0];
1202 instance->type_sw_index = args.args[1] & 0x3; /* <=3 */
1203 instance->type_sw = syscon_node_to_regmap(args.np);
1204 of_node_put(args.np);
1445 struct of_phandle_args *args)
1449 struct device_node *phy_np = args->np;
1453 if (args->args_count != 1) {
1469 instance->type = args->args[0];