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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32429i-eval.dts 91 vref: regulator-vref { label
93 regulator-name = "vref";
167 vref-supply = <&vref>;
  /src/sys/arch/arm/sunxi/
sunxi_lradc.c 145 if (of_hasprop(phandle, "vref-supply")) {
147 fdtbus_regulator_acquire(phandle, "vref-supply");
149 aprint_error(": couldn't acquire vref-supply\n");
153 aprint_normal("disabled (no vref-supply)\n");
158 aprint_error(": couldn't get vref (%d)\n", error);
242 const int vref = sc->sc_vref * 2 / 3; local in function:sunxi_lradc_get_levels
254 sc->sc_level[chan][i] = level * 63 / vref;
  /src/sys/kern/
vfs_vnode.c 142 * is non-zero. It is maintained using: vref(9) and vrele(9), as well
1111 vref(vnode_t *vp) function in typeref:typename:void

Completed in 55 milliseconds