OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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:__anon8334
/src/sys/arch/arm/nvidia/
tegra_drm.c
119
"hdmi-
supply
", "pll-
supply
", "vdd-
supply
"
180
const char *
supply
= hdmi_supplies[n];
local
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
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
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
901
supply
(&dst, ifp, type, flash, vers, 1);
Completed in 214 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026