Searched refs:rf (Results 1 – 3 of 3) sorted by relevance
82 return rf->param.min_uvolt + (rf->param.max_uvolt - rf->param.min_uvolt) / 2; in regulator_fixed_get_voltage()98 struct regulator_fixed *rf = rt_calloc(1, sizeof(*rf)); in regulator_fixed_probe() local101 if (!rf) in regulator_fixed_probe()108 rnp = &rf->parent; in regulator_fixed_probe()111 rnp->param = &rf->param; in regulator_fixed_probe()116 if (rf->enable_pin < 0) in regulator_fixed_probe()121 if (rf->enable_pin < 0) in regulator_fixed_probe()123 rf->enable_pin = -1; in regulator_fixed_probe()130 rf->param.enable_delay = val; in regulator_fixed_probe()135 rf->param.off_on_delay = val; in regulator_fixed_probe()[all …]
98 rm -rf lwip-1.4.1/.git lwip-1.4.1/.gitattributes
Completed in 3 milliseconds