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

/freebsd-13-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-13-stable/sys/dev/extres/regulator/
H A Dregulator.c122 struct regnode_std_param std_param; /* Standard parameters */ member in struct:regnode
203 if (!entry->std_param.always_on) {
239 if (regnode->std_param.min_uvolt == regnode->std_param.max_uvolt) {
240 uvolt = regnode->std_param.min_uvolt;
288 if ((min_uvolt > regnode->std_param.max_uvolt) ||
289 (max_uvolt < regnode->std_param.min_uvolt))
299 *uvolt = regnode->std_param.min_uvolt +
300 (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-13-stable/sys/arm64/rockchip/
H A Drk805.c562 if (initdef.std_param.min_uvolt == 0)
563 initdef.std_param.min_uvolt = def->voltage_min;
564 if (initdef.std_param.max_uvolt == 0)
565 initdef.std_param.max_uvolt = def->voltage_max;
/freebsd-13-stable/sys/arm/allwinner/
H A Daxp209.c1156 if (initdef.std_param.min_uvolt == 0)
1157 initdef.std_param.min_uvolt = def->voltage_min * 1000;
1158 if (initdef.std_param.max_uvolt == 0)
1159 initdef.std_param.max_uvolt = def->voltage_max * 1000;
H A Daxp81x.c1387 if (initdef.std_param.min_uvolt == 0)
1388 initdef.std_param.min_uvolt = def->voltage_min * 1000;
1389 if (initdef.std_param.max_uvolt == 0)
1390 initdef.std_param.max_uvolt = def->voltage_max * 1000;

Completed in 183 milliseconds