/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PowerDistribution.v1_4_0.json | 209 "Mains": { object 217 … "description": "The redundancy information for the mains (input) circuits for this equipment.", 218 …Description": "This property shall contain redundancy information for the mains (input) circuits f… 456 …"description": "The mains circuit that is switched on and qualified to supply power to the output … 457 …mains circuit that is switched on and qualified to supply power to the output circuit. The value … 465 …on": "Indicates if the qualified alternate mains circuit is automatically switched on when the pre… 466 … shall indicate if the qualified alternate mains circuit is automatically switched on when the pre… 474 …description": "Indicates if a make-before-break switching sequence of the mains circuits is permit… 475 … property shall indicate if a make-before-break switching sequence of the mains circuits is permit… 492 "description": "The preferred source for the mains circuit to this equipment.", [all …]
|
H A D | CircuitCollection.json | 93 "/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Mains", 95 "/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Mains", 98 "/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Mains", 101 "/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Mains", 103 "/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Mains", 107 "/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Mains",
|
H A D | Circuit.v1_8_1.json | 583 "Mains", 593 "Mains": "A mains input or utility circuit.", string
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | summit,smb347-charger.yaml | 38 summit,enable-mains-charging: 40 description: Enable charging through mains 55 summit,mains-current-limit-microamp: 106 summit,mains-current-limit-microamp: 119 summit,mains-current-limit-microamp: 140 - summit,enable-mains-charging 159 summit,mains-current-limit-microamp = <2000000>; 162 summit,enable-mains-charging;
|
H A D | gpio-charger.yaml | 26 - mains 32 Type of the charger, e.g. "mains" for a wall charger.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PowerDistribution_v1.xml | 103 …This action shall transfer power input from the existing mains circuit to the alternative mains ci… 197 … <NavigationProperty Name="Mains" Type="CircuitCollection.CircuitCollection" Nullable="false"> 337 …<Annotation Term="OData.Description" String="The mains circuit that is switched on and qualified t… 338 …mains circuit that is switched on and qualified to supply power to the output circuit. The value … 342 …ring="Indicates if the qualified alternate mains circuit is automatically switched on when the pre… 343 … shall indicate if the qualified alternate mains circuit is automatically switched on when the pre… 347 …ption" String="Indicates if a make-before-break switching sequence of the mains circuits is permit… 348 … property shall indicate if a make-before-break switching sequence of the mains circuits is permit… 357 …<Annotation Term="OData.Description" String="The preferred source for the mains circuit to this eq… 358 …mains circuit to this equipment. The value shall be a string that matches the `Id` property value… [all …]
|
H A D | CircuitCollection_v1.xml | 56 <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Mains</String> 58 <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Mains</String> 61 <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Mains</String> 64 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Mains</String> 66 <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Mains</String> 70 <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Mains</String>
|
H A D | Circuit_v1.xml | 65 … <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Mains/{CircuitId}</String> 67 … <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Mains/{CircuitId}</String> 70 …<String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Mains/{CircuitId}</Strin… 73 … <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Mains/{CircuitId}</String> 75 … <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Mains/{CircuitId}</String> 79 …<String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Mains/{CircuitId}</String> 803 <Member Name="Mains"> 804 <Annotation Term="OData.Description" String="A mains input or utility circuit."/>
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ene-kb930.yaml | 44 mains: ac-adapter { 46 charger-type = "mains"; 61 power-supplies = <&mains>;
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | circuit.hpp | 107 Mains, enumerator 217 {CircuitType::Mains, "Mains"},
|
/openbmc/linux/drivers/power/supply/ |
H A D | smb347-charger.c | 139 * @mains: power_supply instance for AC/DC power 199 struct power_supply *mains; member 835 power_supply_changed(smb->mains); in smb347_interrupt() 849 power_supply_changed(smb->mains); in smb347_interrupt() 867 power_supply_changed(smb->mains); in smb347_interrupt() 881 power_supply_changed(smb->mains); in smb347_interrupt() 1252 device_property_read_u32(dev, "summit,mains-current-limit-microamp", in smb347_dt_parse_dev_info() 1266 smb->use_mains = device_property_read_bool(dev, "summit,enable-mains-charging"); in smb347_dt_parse_dev_info() 1288 if (smb->mains) in smb347_get_battery_info() 1289 supply = smb->mains; in smb347_get_battery_info() [all …]
|
H A D | bq2515x_charger.c | 157 * @mains: mains properties 174 struct power_supply *mains; member 909 .name = "bq2515x-mains", 930 bq2515x->mains = devm_power_supply_register(bq2515x->dev, in bq2515x_power_supply_register() 933 if (IS_ERR(bq2515x->mains)) in bq2515x_power_supply_register() 960 ret = power_supply_get_battery_info(bq2515x->mains, &bat_info); in bq2515x_hw_init()
|
H A D | gpio-charger.c | 157 if (!strcmp("mains", chargetype)) in gpio_charger_get_type()
|
H A D | ab8500_charger.c | 1390 * Enable/Disable AC/Mains charging and turns on/off the charging led 2888 * ab8500_charger_ac_get_property() - get the ac/mains properties 2893 * This function gets called when an application tries to get the ac/mains 2895 * AC/Mains properties are online, present and voltage. 2896 * online: ac/mains charging is in progress or not 2897 * present: presence of the ac/mains 2898 * voltage: AC/Mains voltage
|
H A D | power_supply_sysfs.c | 50 [POWER_SUPPLY_TYPE_MAINS] = "Mains",
|
/openbmc/linux/Documentation/devicetree/bindings/w1/ |
H A D | w1.txt | 13 charger-type = "mains";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-tarragon-common.dtsi | 570 pinctrl_qca700x_mains_btld: qca700x-mains-btldgrp { 734 pinctrl_qca700x_mains_int: qca700x-mains-intgrp { 740 pinctrl_qca700x_mains_rst: qca700x-mains-rstgrp {
|
H A D | imx6dl-b1x5pv2.dtsi | 159 charger-type = "mains";
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-veyron-chromebook.dtsi | 24 charger-type = "mains";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-chromebook.dtsi | 36 charger-type = "mains";
|
/openbmc/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa300-raumfeld-controller.dts | 47 charger-type = "mains";
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-asus-tf101.dts | 945 mains: ac-adapter-detect { label 947 charger-type = "mains"; 1086 power-supplies = <&mains>;
|
H A D | tegra20-acer-a500-picasso.dts | 1170 mains: ac-adapter-detect { label 1172 charger-type = "mains"; 1335 power-supplies = <&mains>;
|
H A D | tegra30-asus-transformer-common.dtsi | 1471 mains: ac-adapter-detect { label 1473 charger-type = "mains";
|
/openbmc/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 84 * Mains fsnotify call where events are delivered to dnotify.
|