Home
last modified time | relevance | path

Searched refs:method (Results 251 – 275 of 1914) sorted by relevance

1...<<11121314151617181920>>...77

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py164 def method(self): member in MyMixIn
181 print(rec4.method())
185 print(rec4._replace(k=222).method())
191 print(rec5.method())
195 print(rec5._replace(k=222).method())
/openbmc/phosphor-fan-presence/presence/example/
H A Dexample.yaml13 'Example fan with tach feedback detection method.
29 'Example fan with gpio detection method.
31 Fans with dedicated gpios can use the gpio detection method. The gpio
53 when the first method does not detect a fan and the second method does.'
/openbmc/linux/drivers/platform/x86/
H A Dasus-wireless.c52 static acpi_status asus_wireless_method(acpi_handle handle, const char *method, in asus_wireless_method() argument
60 method, param); in asus_wireless_method()
66 s = acpi_evaluate_integer(handle, (acpi_string) method, &p, ret); in asus_wireless_method()
70 method, param, s); in asus_wireless_method()
72 acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret); in asus_wireless_method()
H A Dwmi.c193 char method[5]; in wmi_method_enable() local
211 const char method, in get_acpi_method_name() argument
218 buffer[1] = method; in get_acpi_method_name()
360 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmidev_evaluate_method() local
387 get_acpi_method_name(wblock, 'M', method); in wmidev_evaluate_method()
402 char method[WMI_ACPI_METHOD_NAME_SIZE]; in __query_block() local
440 get_acpi_method_name(wblock, 'Q', method); in __query_block()
524 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_set_block() local
552 get_acpi_method_name(wblock, 'S', method); in wmi_set_block()
1148 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_create_device() local
[all …]
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Dfvp-base-revc.dts38 method = "smc";
49 enable-method = "psci";
62 enable-method = "psci";
75 enable-method = "psci";
88 enable-method = "psci";
101 enable-method = "psci";
114 enable-method = "psci";
127 enable-method = "psci";
140 enable-method = "psci";
/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.cpp66 auto method = bus.new_method_call(service.c_str(), path.c_str(), in setDbusProperty() local
68 method.append(intf, property, value); in setDbusProperty()
69 auto msg = bus.call(method); in setDbusProperty()
/openbmc/u-boot/arch/arm/dts/
H A Dk3-am654.dtsi40 enable-method = "psci";
54 enable-method = "psci";
68 enable-method = "psci";
82 enable-method = "psci";
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py53 @dbus.service.method(DBUS_NAME, in_signature="ss", out_signature="(ss)")
57 @dbus.service.method(DBUS_NAME, in_signature="sy", out_signature="(ss)")
62 @dbus.service.method(DBUS_NAME, in_signature="s", out_signature="sis")
92 @dbus.service.method(
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap807-quad.dtsi22 enable-method = "psci";
37 enable-method = "psci";
52 enable-method = "psci";
67 enable-method = "psci";
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/
H A Dnic-4.yaml57 callback: method
61 method: StartUnit
70 callback: method
74 method: StartUnit
H A Dnic-2.yaml57 callback: method
61 method: StartUnit
70 callback: method
74 method: StartUnit
H A Dnic-1.yaml57 callback: method
61 method: StartUnit
70 callback: method
74 method: StartUnit
H A Dnic-3.yaml57 callback: method
61 method: StartUnit
70 callback: method
74 method: StartUnit
/openbmc/openpower-hw-diags/attn/
H A Dattn_dump.cpp121 sdbusplus::message_t method; in requestDump() local
124 if (0 == dbusMethod(OP_DUMP_OBJ_PATH, interface, function, method)) in requestDump()
164 method.append(createParams); in requestDump()
168 auto response = bus.call(method); in requestDump()
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsc9863a.dtsi50 enable-method = "psci";
58 enable-method = "psci";
66 enable-method = "psci";
74 enable-method = "psci";
82 enable-method = "psci";
90 enable-method = "psci";
98 enable-method = "psci";
106 enable-method = "psci";
112 entry-method = "psci";
125 method = "smc";
H A Dsc9836.dtsi23 enable-method = "psci";
30 enable-method = "psci";
37 enable-method = "psci";
44 enable-method = "psci";
211 method = "smc";
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_sys_config.cpp51 auto method = bus.new_method_call(BIOS_SERVICE, BIOS_OBJPATH, in getHostNameFromBios() local
54 method.append("vmi_hostname"); in getHostNameFromBios()
56 auto reply = bus.call(method); in getHostNameFromBios()
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.cpp39 auto method = bus.new_method_call(host.c_str(), ctrlHostPath.c_str(), in sendHostShutDownCmd() local
42 method.append(convertForMessage(Host::Command::SoftOff).c_str()); in sendHostShutDownCmd()
45 auto reply = bus.call(method); in sendHostShutDownCmd()
/openbmc/phosphor-power/phosphor-regulators/docs/
H A Ddesign.md56 D-Bus `configure` method on the `phosphor-regulators` application.
58 This D-Bus method is implemented by the Manager object. The Manager object calls
59 the C++ `configure()` method on all the objects representing the system (System,
82 D-Bus `monitor` method on the `phosphor-regulators` application. The parameter
83 value `true` is passed to the method.
85 This D-Bus method is implemented by the Manager object. The Manager object
95 D-Bus `monitor` method on the `phosphor-regulators` application. The parameter
96 value `false` is passed to the method.
98 This D-Bus method is implemented by the Manager object. The Manager object stops
104 The timer in the Manager object calls the `monitorSensors()` method on all the
[all …]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py51 @dbus.service.method(
64 @dbus.service.method(
76 @dbus.service.method(
100 @dbus.service.method(
195 @dbus.service.method(
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch71 + auto method = dbus.new_method_call(
75 + method.append(bootMboxIntf, "Supported");
76 + auto reply = dbus.call(method);
100 + auto method = dbus.new_method_call(
105 + auto reply = dbus.call(method);
129 + auto method = dbus.new_method_call(
133 + method.append(bootMboxIntf, "Data");
134 + auto reply = dbus.call(method);
159 + auto method = dbus.new_method_call(
163 + method.append(bootMboxIntf, "Data", property);
[all …]
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor/
H A Dconfig.yaml87 callback: method
91 method: StopUnit
102 callback: method
106 method: StartUnit
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am654.dtsi40 enable-method = "psci";
54 enable-method = "psci";
68 enable-method = "psci";
82 enable-method = "psci";
/openbmc/linux/drivers/acpi/acpica/
H A Dnsparse.c95 method_obj->method.aml_start = aml_start; in acpi_ns_execute_table()
96 method_obj->method.aml_length = aml_length; in acpi_ns_execute_table()
97 method_obj->method.owner_id = owner_id; in acpi_ns_execute_table()
98 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL; in acpi_ns_execute_table()
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py64 def _add_result_with_semaphore(self, method, test, *args, **kwargs): argument
84 …super(BBThreadsafeForwardingResult, self)._add_result_with_semaphore(method, test, *args, **kwargs)
92 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
93 return method(test, *args, **kwargs)
119 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
130 return method(test, *args, **kwargs)
133 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
147 return method(test, *args, **kwargs)

1...<<11121314151617181920>>...77