HomeSort by: relevance | last modified time | path
    Searched defs:fixedregulator_enable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/fdt/
fixedregulator.c 46 static int fixedregulator_enable(device_t, bool);
53 .enable = fixedregulator_enable,
141 fixedregulator_enable(self, true);
165 fixedregulator_enable(device_t dev, bool enable) function in typeref:typename:int
fixedregulator.c 46 static int fixedregulator_enable(device_t, bool);
53 .enable = fixedregulator_enable,
141 fixedregulator_enable(self, true);
165 fixedregulator_enable(device_t dev, bool enable) function in typeref:typename:int
fixedregulator.c 46 static int fixedregulator_enable(device_t, bool);
53 .enable = fixedregulator_enable,
141 fixedregulator_enable(self, true);
165 fixedregulator_enable(device_t dev, bool enable) function in typeref:typename:int

Completed in 31 milliseconds