Searched refs:of_props (Results 1 – 1 of 1) sorted by relevance
5011 struct ksz_driver_strength_prop of_props[] = { in ksz_parse_drive_strength() local5032 for (i = 0; i < ARRAY_SIZE(of_props); i++) { in ksz_parse_drive_strength()5033 ret = of_property_read_u32(np, of_props[i].name, in ksz_parse_drive_strength()5034 &of_props[i].value); in ksz_parse_drive_strength()5037 of_props[i].name); in ksz_parse_drive_strength()5049 return ksz88x3_drive_strength_write(dev, of_props, in ksz_parse_drive_strength()5050 ARRAY_SIZE(of_props)); in ksz_parse_drive_strength()5064 ARRAY_SIZE(of_props)); in ksz_parse_drive_strength()5066 for (i = 0; i < ARRAY_SIZE(of_props); i++) { in ksz_parse_drive_strength()5067 if (of_props[i].value == -1) in ksz_parse_drive_strength()[all …]