Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c644 if (gpio->methods && gpio->methods->get_##n) \
646 gpio->methods->get_##n(gpio); \
653 if (gpio->methods && gpio->methods->set_##n) \
654 gpio->methods->set_##n(gpio, \
736 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
740 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
860 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE); in layout_notify()
864 ldev->gpio.methods->set_speakers(&ldev->gpio, !v); in layout_notify()
865 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify()
866 ldev->gpio.methods->set_lineout(&ldev->gpio, 0); in layout_notify()
[all …]
/openbmc/linux/Documentation/wmi/
H A Dacpi-interface.rst16 of ``PNP0C14``. These devices will contain a set of ACPI buffers and methods
17 used for mapping and execution of WMI methods and/or queries. If there exist
40 - 0x2: Data block contains WMI methods.
49 WQxx ACPI methods
52 If a data block does not contain WMI methods, then its content can be retrieved
58 WSxx ACPI methods
61 Similar to the ``WQxx`` ACPI methods, except that it is optional and takes an
65 WMxx ACPI methods
68 Used for executing WMI methods associated with a data block. The last two
70 containing the WMI methods. Their first parameter is a integer describing the
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/
H A DREADME.md5 Chassis Power Control service exposes D-Bus methods for chassis power operations
10 following methods, signals.
12 #### methods subsubsection
26 methods, signals.
28 #### methods subsubsection
40 following methods, signals.
42 #### methods subsubsection
/openbmc/phosphor-misc/http-redirect/
H A Dtest.awk106 function othermethods(path, version, headers, methods, m)
108 add(methods, "PUT")
109 add(methods, "POST")
110 add(methods, "TRACE")
111 add(methods, "CONNECT")
112 add(methods, "get")
113 add(methods, "head")
115 for (m in methods)
116 test(501, "", mkrequest(methods[m], path, version), headers)
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dmain.cpp40 auto methods = app.add_option_group("Methods"); in main() local
43 methods->add_subcommand("config", "Configure regulators"); in main()
47 methods->add_subcommand("monitor", "Monitor regulators"); in main()
56 methods->require_subcommand(1); in main()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dinit.cpp144 auto handler = methods.end(); in triggerInit()
149 handler = methods.find(method); in triggerInit()
159 if (!groups.empty() && handler == methods.end()) in triggerInit()
163 std::next(methods.begin()), methods.end(), in triggerInit()
164 methods.begin()->first, [](auto list, auto method) { in triggerInit()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch12 methods/aptmethod.h | 12 ++++++++++--
15 diff --git a/methods/aptmethod.h b/methods/aptmethod.h
17 --- a/methods/aptmethod.h
18 +++ b/methods/aptmethod.h
/openbmc/phosphor-fan-presence/docs/presence/
H A Drpolicy.md5 The type of redundancy policy to use against the methods of presence detection.
7 use those methods can be configured based on system expectations.
19 present, results in the fan being marked present. All methods of detection must
42 "methods": [
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DREADME.md5 User Manager service exposes D-Bus methods for user management operations.
10 methods, properties and signals.
14 ##### methods l4subsection
45 will expose following properties and methods.
58 #### methods subsubsection
/openbmc/linux/drivers/i2c/busses/
H A Di2c-scmi.c28 const struct smbus_methods_t *methods; member
157 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access()
161 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access()
301 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
303 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap()
307 smbus_cmi->methods->mt_info, status); in acpi_smbus_cmi_add_cap()
330 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
332 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
367 smbus_cmi->methods = device_get_match_data(dev); in smbus_cmi_probe()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp384 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
389 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
394 .methods(boost::beast::http::verb::delete_)( in requestRoutesSession()
399 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
404 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
414 .methods(boost::beast::http::verb::post)( in requestRoutesSession()
419 .methods(boost::beast::http::verb::post)( in requestRoutesSession()
424 .methods(boost::beast::http::verb::head)( in requestRoutesSession()
429 .methods(boost::beast::http::verb::get)( in requestRoutesSession()
434 .methods(boost::beast::http::verb::patch)( in requestRoutesSession()
H A Daggregation_service.hpp68 .methods(boost::beast::http::verb::head)( in requestRoutesAggregationService()
72 .methods(boost::beast::http::verb::get)( in requestRoutesAggregationService()
138 .methods(boost::beast::http::verb::get)(std::bind_front( in requestRoutesAggregationSourceCollection()
143 .methods(boost::beast::http::verb::head)(std::bind_front( in requestRoutesAggregationSourceCollection()
231 .methods(boost::beast::http::verb::get)( in requestRoutesAggregationSource()
H A Dlog_services.hpp1135 .methods( in requestRoutesSystemLogServiceCollection()
1245 .methods( in requestRoutesEventLogService()
1341 .methods(boost::beast::http::verb::post)(std::bind_front( in requestRoutesJournalEventLogClear()
1633 .methods(boost::beast::http::verb::get)(std::bind_front( in requestRoutesJournalEventLogEntryCollection()
1714 .methods(boost::beast::http::verb::get)(std::bind_front( in requestRoutesJournalEventLogEntry()
1747 .methods(boost::beast::http::verb::get)( in requestRoutesDBusEventLogEntryCollection()
1863 .methods(boost::beast::http::verb::get)( in requestRoutesDBusEventLogEntry()
1891 .methods(boost::beast::http::verb::patch)( in requestRoutesDBusEventLogEntry()
1920 .methods(boost::beast::http::verb::delete_)( in requestRoutesDBusEventLogEntry()
2037 .methods(boost::beast::http::verb::get)( in requestRoutesBMCLogServiceCollection()
[all …]
H A Dcertificate_service.hpp924 .methods(boost::beast::http::verb::get)( in requestRoutesCertificateService()
929 .methods(boost::beast::http::verb::get)( in requestRoutesCertificateService()
936 .methods(boost::beast::http::verb::post)( in requestRoutesCertificateService()
943 .methods(boost::beast::http::verb::post)( in requestRoutesCertificateService()
1066 .methods(boost::beast::http::verb::get)(std::bind_front( in requestRoutesHTTPSCertificate()
1072 .methods(boost::beast::http::verb::post)(std::bind_front( in requestRoutesHTTPSCertificate()
1079 .methods(boost::beast::http::verb::get)( in requestRoutesHTTPSCertificate()
1187 .methods(boost::beast::http::verb::get)( in requestRoutesLDAPCertificate()
1192 .methods(boost::beast::http::verb::post)(std::bind_front( in requestRoutesLDAPCertificate()
1197 .methods(boost::beast::http::verb::get)( in requestRoutesLDAPCertificate()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.md.mako6 % if len(interface.methods):
7 % for m in interface.methods:
11 No methods.
/openbmc/linux/sound/aoa/core/
H A Dgpio-feature.c181 static struct gpio_methods methods; variable
192 if (methods.set_master) in ftr_gpio_all_amps_off()
206 if (methods.set_master) in ftr_gpio_all_amps_restore()
249 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
250 methods.get_master = ftr_gpio_get_master; in ftr_gpio_init()
408 static struct gpio_methods methods = { variable
424 struct gpio_methods *ftr_gpio_methods = &methods;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DREADME.md5 SMBIOS MDR V2 service exposes D-Bus methods for SMBIOS Version 2 operations.
10 methods.
12 #### methods subsubsection
/openbmc/linux/include/rdma/
H A Duverbs_named_ioctl.h56 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
70 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
81 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
/openbmc/bmcweb/http/routing/
H A Druleparametertraits.hpp45 self_t& methods(boost::beast::http::verb method) in methods() function
57 self_t& methods(boost::beast::http::verb method, MethodArgs... argsMethod) in methods() function
60 methods(argsMethod...); in methods()
/openbmc/linux/arch/arm/include/asm/
H A Dspectre.h29 void spectre_v2_update_state(unsigned int state, unsigned int methods);
32 unsigned int methods) in spectre_v2_update_state() argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0006-Workaround-patch-for-missing-Python3-transition-of-t.patch39 + #define MOD_DEF(ob, name, doc, methods) \
41 + PyModuleDef_HEAD_INIT, name, doc, -1, methods, }; \
52 + #define MOD_DEF(ob, name, doc, methods) \
53 + ob = Py_InitModule3(name, methods, doc);
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py493 methods = [] variable
528 for m in methods:
1341 for m in methods:
2104 methods.append(local.Local())
2105 methods.append(wget.Wget())
2106 methods.append(svn.Svn())
2107 methods.append(git.Git())
2108 methods.append(gitsm.GitSM())
2109 methods.append(gitannex.GitANNEX())
2110 methods.append(cvs.Cvs())
[all …]
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md12 to authenticate using quite a few methods, eg. BasicAuth, Sessions, etc. In
19 Redfish currently lacks support for modern authentication methods. Certificate
229 User can configure which methods are available in `/redfish/v1/AccountService`
242 User identified by any of methods described above, goes through process of
246 BMCWeb through PAM library usage. Other auth methods have access only to user's
249 also applies for certificate based auth, so all non BasicAuth methods should
259 Current auth methods will not be impacted. This proposition is based on locally
266 Testing should be conducted on currently supported auth methods beside TLS, to
/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp221 .methods(boost::beast::http::verb::get)(handleGoogleV1Get); in requestRoutes()
225 .methods(boost::beast::http::verb::get)(handleRootOfTrustCollectionGet); in requestRoutes()
229 .methods(boost::beast::http::verb::get)(handleRootOfTrustGet); in requestRoutes()
235 .methods(boost::beast::http::verb::post)(handleRoTSendCommandPost); in requestRoutes()
/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A Dtesting.md44 - Abstract base class with virtual methods for external interfaces
45 - Concrete sub-class with real implementation of virtual methods that call
47 - Mock sub-class that provides mock implementation of virtual methods

12345678910>>...25