Searched refs:std_param (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/extres/phy/
H A Dphy_usb.h46 struct phynode_usb_std_param std_param; member in struct:phynode_usb_sc
52 struct phynode_usb_std_param std_param; /* Standard parameters */ member in struct:phynode_usb_init_def
H A Dphy_usb.c67 sc->std_param = def->std_param;
/freebsd-12-stable/sys/dev/extres/regulator/
H A Dregulator.c121 struct regnode_std_param std_param; /* Standard parameters */ member in struct:regnode
202 if (!entry->std_param.always_on) {
238 if (regnode->std_param.min_uvolt == regnode->std_param.max_uvolt) {
239 uvolt = regnode->std_param.min_uvolt;
287 if ((min_uvolt > regnode->std_param.max_uvolt) ||
288 (max_uvolt < regnode->std_param.min_uvolt))
298 *uvolt = regnode->std_param.min_uvolt +
299 (regnode->std_param.max_uvolt - regnode->std_param
[all...]
H A Dregulator_fixed.c397 if (init_def->std_param.min_uvolt != init_def->std_param.max_uvolt) {
403 &init_def->std_param.enable_delay,
404 sizeof(init_def->std_param.enable_delay));
406 init_def->std_param.enable_delay = 0;
H A Dregulator.h67 struct regnode_std_param std_param; /* Standard parameters */ member in struct:regnode_init_def
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk805.c561 if (initdef.std_param.min_uvolt == 0)
562 initdef.std_param.min_uvolt = def->voltage_min;
563 if (initdef.std_param.max_uvolt == 0)
564 initdef.std_param.max_uvolt = def->voltage_max;
/freebsd-12-stable/sys/arm/allwinner/
H A Daxp209.c1158 if (initdef.std_param.min_uvolt == 0)
1159 initdef.std_param.min_uvolt = def->voltage_min * 1000;
1160 if (initdef.std_param.max_uvolt == 0)
1161 initdef.std_param.max_uvolt = def->voltage_max * 1000;
H A Daxp81x.c1389 if (initdef.std_param.min_uvolt == 0)
1390 initdef.std_param.min_uvolt = def->voltage_min * 1000;
1391 if (initdef.std_param.max_uvolt == 0)
1392 initdef.std_param.max_uvolt = def->voltage_max * 1000;

Completed in 140 milliseconds