Home
last modified time | relevance | path

Searched refs:method (Results 51 – 75 of 1771) sorted by relevance

12345678910>>...71

/openbmc/linux/drivers/acpi/acpica/
H A Ddbmethod.c271 struct acpi_namespace_node *method; in acpi_db_disassemble_method() local
273 method = acpi_db_convert_to_node(name); in acpi_db_disassemble_method()
274 if (!method) { in acpi_db_disassemble_method()
278 if (method->type != ACPI_TYPE_METHOD) { in acpi_db_disassemble_method()
280 name, acpi_ut_get_type_name(method->type))); in acpi_db_disassemble_method()
284 obj_desc = method->object; in acpi_db_disassemble_method()
299 obj_desc->method.aml_start, in acpi_db_disassemble_method()
300 obj_desc->method.aml_length, NULL, in acpi_db_disassemble_method()
311 walk_state->owner_id = obj_desc->method.owner_id; in acpi_db_disassemble_method()
315 status = acpi_ds_scope_stack_push(method, method->type, walk_state); in acpi_db_disassemble_method()
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Djson_parser.cpp48 {"tach", method::getTach}, {"gpio", method::getGpio}};
126 for (auto& method : member["methods"].items()) in process() local
128 if (!method.value().contains("type")) in process()
262 namespace method namespace
267 if (!method.contains("sensors") || method["sensors"].size() == 0) in getTach()
276 for (auto& sensor : method["sensors"]) in getTach()
288 if (!method.contains("physpath") || !method.contains("devpath") || in getGpio()
289 !method.contains("key")) in getGpio()
298 auto physpath = method["physpath"].get<std::string>(); in getGpio()
299 auto devpath = method["devpath"].get<std::string>(); in getGpio()
[all …]
/openbmc/phosphor-power/
H A Dutility.cpp39 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getService() local
42 method.append(path); in getService()
43 method.append(std::vector<std::string>({interface})); in getService()
45 auto reply = bus.call(method); in getService()
84 method.append(interface); in getAllProperties()
85 auto reply = bus.call(method); in getAllProperties()
208 auto method = bus.new_method_call(MAPPER_BUSNAME, MAPPER_PATH, in getPSUInventoryPaths() local
210 method.append(INVENTORY_OBJ_PATH); in getPSUInventoryPaths()
211 method.append(0); // Depth 0 to search all in getPSUInventoryPaths()
212 method.append(std::vector<std::string>({PSU_INVENTORY_IFACE})); in getPSUInventoryPaths()
[all …]
H A Dutility.hpp68 auto method = bus.new_method_call(service.c_str(), path.c_str(), in getProperty() local
71 method.append(interface, propertyName); in getProperty()
73 auto reply = bus.call(method); in getProperty()
96 auto method = bus.new_method_call(service.c_str(), path.c_str(), in setProperty() local
99 method.append(interface, propertyName, propertyValue); in setProperty()
101 auto reply = bus.call(method); in setProperty()
185 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in powerOff() local
188 method.append(POWEROFF_TARGET); in powerOff()
189 method.append("replace"); in powerOff()
191 bus.call_noreply(method); in powerOff()
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Dfoundation-v8-psci.dtsi10 method = "smc";
15 enable-method = "psci";
19 enable-method = "psci";
23 enable-method = "psci";
27 enable-method = "psci";
/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp53 method.append(unitToCheck); in getUnitState()
57 auto result = this->bus.call(method); in getUnitState()
68 method = this->bus.new_method_call( in getUnitState()
77 auto result = this->bus.call(method); in getUnitState()
128 auto method = this->bus.new_method_call( in executeTransition() local
132 this->bus.call(method); in executeTransition()
148 auto method = this->bus.new_method_call( in executeTransition() local
153 method.append(sysdUnit, "replace-irreversibly"); in executeTransition()
162 this->bus.call(method); in executeTransition()
190 auto method = in bmcStateChange() local
[all …]
H A Dsystemd_target_signal.cpp31 auto method = this->bus.new_method_call( in startBmcQuiesceTarget() local
36 method.append("obmc-bmc-service-quiesce@0.target"); in startBmcQuiesceTarget()
37 method.append("replace"); in startBmcQuiesceTarget()
40 this->bus.call_noreply(method); in startBmcQuiesceTarget()
57 auto method = this->bus.new_method_call(LoggingCreate::default_service, in logError() local
61 method.append( in logError()
68 this->bus.call_noreply(method); in logError()
163 auto method = this->bus.new_method_call( in subscribeToSystemdSignals() local
169 this->bus.call(method); in subscribeToSystemdSignals()
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c12 Aml *method, *crs; in acpi_dsdt_add_pci_route_table() local
47 aml_append(dev_gsi, method); in acpi_dsdt_add_pci_route_table()
60 aml_append(method, in acpi_dsdt_add_pci_osc()
97 aml_append(method, ifctx); in acpi_dsdt_add_pci_osc()
103 aml_append(method, elsectx); in acpi_dsdt_add_pci_osc()
104 aml_append(dev, method); in acpi_dsdt_add_pci_osc()
120 aml_append(method, ifctx); in acpi_dsdt_add_pci_osc()
124 aml_append(method, aml_return(buf)); in acpi_dsdt_add_pci_osc()
125 aml_append(dev, method); in acpi_dsdt_add_pci_osc()
131 Aml *method, *crs, *dev, *rbuf; in acpi_dsdt_add_gpex() local
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp231 method.append(interface); in getAllProperties()
247 method.append(interface, property); in getProperty()
255 auto method = _bus.new_method_call( in getPaths() local
482 auto method = in expandLocationCode() local
514 auto method = in getInventoryFromLocCode() local
520 method.append(baseLoc); in getInventoryFromLocCode()
549 _bus.call(method, dbusTimeout); in assertLEDGroup()
570 method.append(std::move(object)); in setFunctional()
571 _bus.call(method, dbusTimeout); in setFunctional()
615 method.append(std::string{"/"}, 0, in getSystemNames()
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp82 auto method = bus.new_method_call(service.c_str(), HIOMAPD_PATH, in hiomapdSuspend() local
87 bus.call_noreply(method); in hiomapdSuspend()
99 auto method = bus.new_method_call(service.c_str(), HIOMAPD_PATH, in hiomapdResume() local
102 method.append(true); // Indicate PNOR is modified in hiomapdResume()
106 bus.call_noreply(method); in hiomapdResume()
132 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in setPendingAttributes() local
134 method.append(biosConfigIntf, "PendingAttributes", in setPendingAttributes()
136 bus.call(method); in setPendingAttributes()
164 auto method = bus.new_method_call(service.c_str(), loggingPath, in deleteAllErrorLogs() local
169 bus.call_noreply(method); in deleteAllErrorLogs()
/openbmc/phosphor-gpio-monitor/
H A DgpioMon.cpp74 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in gpioEventHandler() local
76 method.append(target); in gpioEventHandler()
77 method.append("replace"); in gpioEventHandler()
79 bus.call_noreply(method); in gpioEventHandler()
106 auto method = bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_ROOT, in gpioEventHandler() local
108 method.append(tar, "replace"); in gpioEventHandler()
109 bus.call_noreply(method); in gpioEventHandler()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp106 auto method = bus.new_method_call(service.c_str(), logObjPath, in readIntoMemory() local
108 method.append(fileHandle); in readIntoMemory()
109 auto reply = bus.call(method, dbusTimeout); in readIntoMemory()
137 auto method = bus.new_method_call(service.c_str(), logObjPath, in read() local
139 method.append(fileHandle); in read()
140 auto reply = bus.call(method, dbusTimeout); in read()
251 method.append(fileHandle); in fileAck()
252 bus.call_noreply(method, dbusTimeout); in fileAck()
286 method.append(fileHandle, reason); in fileAck()
287 bus.call_noreply(method, dbusTimeout); in fileAck()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako2 m_name = method.snake_case
3 m_tag = method.snake_case + "_t"
4 m_param = method.parameters_as_list()
6 m_pargs = method.parameters_as_list(lambda p: method.parameter(interface, p))
7 m_ptypes = method.parameter_types_as_list(interface)
8 m_return = method.cpp_return_type(interface)
10 m_param_count = len(method.parameters)
11 m_return_count = len(method.returns)
113 % for e in method.errors:
207 % for e in method.errors:
[all …]
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c69 Aml *crs, *field, *method; in build_pvpanic_isa_aml() local
90 method = aml_method("RDPT", 0, AML_NOTSERIALIZED); in build_pvpanic_isa_aml()
91 aml_append(method, aml_store(aml_name("PEPT"), aml_local(0))); in build_pvpanic_isa_aml()
92 aml_append(method, aml_return(aml_local(0))); in build_pvpanic_isa_aml()
93 aml_append(dev, method); in build_pvpanic_isa_aml()
95 method = aml_method("WRPT", 1, AML_NOTSERIALIZED); in build_pvpanic_isa_aml()
96 aml_append(method, aml_store(aml_arg(0), aml_name("PEPT"))); in build_pvpanic_isa_aml()
97 aml_append(dev, method); in build_pvpanic_isa_aml()
/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp79 sdbusplus::message_t method; in createPelRaw() local
81 if (0 == dbusMethod(pathLogging, interface, function, method)) in createPelRaw()
86 method.append(eventPelTerminate, levelPelError, additional); in createPelRaw()
90 bus.call_noreply(method); in createPelRaw()
110 sdbusplus::message_t method; in getPel() local
112 if (0 == dbusMethod(pathLogging, interface, function, method)) in getPel()
117 method.append(i_pelId); in getPel()
121 auto response = bus.call(method); in getPel()
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A Dnull_check_for_ipv4_config.patch3 the GUI is trying to read the ipv4_config.method field to see whether
19 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE)
20 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)
32 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE)
33 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip05.dtsi18 method = "smc";
88 enable-method = "psci";
96 enable-method = "psci";
104 enable-method = "psci";
112 enable-method = "psci";
120 enable-method = "psci";
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
152 enable-method = "psci";
[all …]
/openbmc/sdbusplus/tools/
H A Dmeson.build8 'sdbusplus/method.py',
24 'sdbusplus/templates/method.aserver.callback.hpp.mako',
25 'sdbusplus/templates/method.aserver.tag.hpp.mako',
26 'sdbusplus/templates/method.aserver.typeid.hpp.mako',
27 'sdbusplus/templates/method.aserver.vtable.hpp.mako',
28 'sdbusplus/templates/method.client.hpp.mako',
29 'sdbusplus/templates/method.md.mako',
30 'sdbusplus/templates/method.prototype.hpp.mako',
31 'sdbusplus/templates/method.server.vtable.cpp.mako',
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6755.dtsi18 method = "smc";
28 enable-method = "psci";
35 enable-method = "psci";
42 enable-method = "psci";
49 enable-method = "psci";
56 enable-method = "psci";
63 enable-method = "psci";
70 enable-method = "psci";
77 enable-method = "psci";
/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/
H A Dmarvell,berlin-smp2 Secondary CPU enable-method "marvell,berlin-smp" binding
5 This document describes the "marvell,berlin-smp" method for enabling secondary
6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should
9 Enable method name: "marvell,berlin-smp"
15 This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and
23 enable-method = "marvell,berlin-smp";
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp40 auto method = bus.new_method_call(service.c_str(), policy, property, in isOPDumpsEnabled() local
42 method.append(enable, "Enabled"); in isOPDumpsEnabled()
43 auto reply = bus.call(method); in isOPDumpsEnabled()
60 auto method = bus.new_method_call( in readBIOSAttribute() local
64 method.append(attrName); in readBIOSAttribute()
67 auto result = bus.call(method); in readBIOSAttribute()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_sequencer_monitor.cpp38 auto method = bus.new_method_call( in createBmcDump() local
41 method.append( in createBmcDump()
44 bus.call_noreply(method); in createBmcDump()
59 auto method = bus.new_method_call( in logError() local
68 method.append(message, in logError()
72 bus.call_noreply(method); in logError()
/openbmc/phosphor-bmc-code-mgmt/ubi/
H A Dflash.cpp17 auto method = bus.new_method_call(SYSTEMD_BUSNAME, SYSTEMD_PATH, in flashWrite() local
19 method.append("obmc-flash-bmc-ubirw.service", "replace"); in flashWrite()
20 bus.call_noreply(method); in flashWrite()
23 method = bus.new_method_call(SYSTEMD_BUSNAME, SYSTEMD_PATH, in flashWrite()
25 method.append(roServiceFile, "replace"); in flashWrite()
26 bus.call_noreply(method); in flashWrite()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8916-smp.dtsi6 enable-method = "qcom,msm8916-smp";
9 enable-method = "qcom,msm8916-smp";
12 enable-method = "qcom,msm8916-smp";
15 enable-method = "qcom,msm8916-smp";
19 /delete-property/ entry-method;
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Damlogic-t7.dtsi53 enable-method = "psci";
60 enable-method = "psci";
67 enable-method = "psci";
74 enable-method = "psci";
81 enable-method = "psci";
88 enable-method = "psci";
95 enable-method = "psci";
102 enable-method = "psci";
116 method = "smc";

12345678910>>...71