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

  /src/usr.bin/telnet/
ring.h 41 * full: [consume, supply)
42 * empty: [supply, consume)
48 *supply, /* where data comes in to */ member in struct:__anon5726843e0108
  /src/sys/arch/arm/nvidia/
tegra_drm.c 119 "hdmi-supply", "pll-supply", "vdd-supply"
180 const char *supply = hdmi_supplies[n]; local in function:tegra_drm_attach
181 reg = fdtbus_regulator_acquire(hdmi_phandle, supply);
184 supply);
189 supply);
tegra_ahcisata.c 76 "hvdd-supply",
77 "vddio-supply",
78 "avdd-supply",
79 "target-5v-supply",
80 "target-12v-supply"
209 const char *supply = sc->sc_tad->tad_supplies[n]; local in function:tegra_ahcisata_attach
210 reg = fdtbus_regulator_acquire(phandle, supply);
212 aprint_error_dev(self, "couldn't acquire %s\n", supply);
216 aprint_error_dev(self, "couldn't enable %s\n", supply);
  /src/sys/arch/arm/amlogic/
mesongxl_usb3phy.c 160 struct fdtbus_regulator *supply; local in function:mesongxl_usb3phy_attach
209 supply = fdtbus_regulator_acquire(phandle, "phy-supply");
210 if (supply != NULL) {
211 if (fdtbus_regulator_enable(supply) != 0) {
212 aprint_error(": couldn't enable supply\n");
  /src/sbin/routed/
output.c 455 /* supply one route from the table
680 /* Supply dst with the contents of the routing tables.
684 supply(struct sockaddr_in *dst, function in typeref:typename:void
901 supply(&dst, ifp, type, flash, vers, 1);

Completed in 14 milliseconds