Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/extres/regulator/
H A Dregulator.c175 if (!entry->std_param.always_on && disable) { in regulator_shutdown()
196 if (regnode->std_param.min_uvolt == regnode->std_param.max_uvolt) { in regnode_uvolt_sysctl()
197 uvolt = regnode->std_param.min_uvolt; in regnode_uvolt_sysctl()
249 return (regnode->std_param.min_uvolt + in regnode_method_get_voltage()
250 (regnode->std_param.max_uvolt - regnode->std_param.min_uvolt) / 2); in regnode_method_get_voltage()
336 regnode->std_param = def->std_param; in regnode_create()
507 return (&regnode->std_param); in regnode_get_stdparam()
600 !regnode->std_param.always_on) { in regnode_disable()
743 all_min_uvolt = regnode->std_param.min_uvolt; in regnode_set_voltage_checked()
744 all_max_uvolt = regnode->std_param.max_uvolt; in regnode_set_voltage_checked()
[all …]
H A Dregulator_fixed.c386 &init_def->std_param.enable_delay, in regfix_parse_fdt()
387 sizeof(init_def->std_param.enable_delay)); in regfix_parse_fdt()
389 init_def->std_param.enable_delay = 0; in regfix_parse_fdt()
H A Dregulator.h67 struct regnode_std_param std_param; /* Standard parameters */ member
/freebsd-12.1/sys/dev/extres/phy/
H A Dphy_usb.h46 struct phynode_usb_std_param std_param; member
52 struct phynode_usb_std_param std_param; /* Standard parameters */ member
H A Dphy_usb.c67 sc->std_param = def->std_param; in phynode_usb_create()
/freebsd-12.1/sys/arm64/rockchip/
H A Drk805.c391 if (initdef.std_param.min_uvolt == 0) in rk805_reg_attach()
392 initdef.std_param.min_uvolt = def->voltage_min; in rk805_reg_attach()
393 if (initdef.std_param.max_uvolt == 0) in rk805_reg_attach()
394 initdef.std_param.max_uvolt = def->voltage_max; in rk805_reg_attach()
/freebsd-12.1/sys/arm/allwinner/
H A Daxp209.c1140 if (initdef.std_param.min_uvolt == 0) in axp2xx_reg_attach()
1141 initdef.std_param.min_uvolt = def->voltage_min * 1000; in axp2xx_reg_attach()
1142 if (initdef.std_param.max_uvolt == 0) in axp2xx_reg_attach()
1143 initdef.std_param.max_uvolt = def->voltage_max * 1000; in axp2xx_reg_attach()
H A Daxp81x.c1359 if (initdef.std_param.min_uvolt == 0) in axp8xx_reg_attach()
1360 initdef.std_param.min_uvolt = def->voltage_min * 1000; in axp8xx_reg_attach()
1361 if (initdef.std_param.max_uvolt == 0) in axp8xx_reg_attach()
1362 initdef.std_param.max_uvolt = def->voltage_max * 1000; in axp8xx_reg_attach()