Home
last modified time | relevance | path

Searched refs:verbs (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/doc/device-tree-bindings/sound/
H A Dintel-hda.txt3 Configuration is set using 'verbs' which are blocks of 16 bytes of data each
11 - beep-verbs: list of verbs to send for a beep
25 - verbs: List of verbs, each 4 cells in length
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py213 def __init__(self, app, bus, verbs, rules, content_type=''): argument
217 self._verbs = obmc.utils.misc.makelist(verbs)
292 verbs = 'GET' variable in DirectoryHandler
298 app, bus, self.verbs, self.rules)
312 verbs = 'GET' variable in ListNamesHandler
318 app, bus, self.verbs, self.rules)
332 verbs = 'GET' variable in ListHandler
338 app, bus, self.verbs, self.rules)
354 verbs = 'POST' variable in MethodHandler
361 app, bus, self.verbs, self.rules, self.content_type)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/
H A Drdma-core_51.0.bb1 SUMMARY = "Userspace support for InfiniBand/RDMA verbs"
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_link.dts382 beep-verbs = <
525 verbs = <
578 verbs = <
/openbmc/phosphor-dbus-interfaces/
H A Drequirements.md90 ### Directed associations should be named with participle verbs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch259 #include "verbs.h"
524 #include "verbs.h"
/openbmc/docs/
H A Drest-api.md11 For a quick explanation of HTTP verbs and how they relate to a RESTful API, see