/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | diskonchip.c | 85 #define DoC_is_MillenniumPlus(doc) ((doc)->ChipID == DOC_ChipID_DocMilPlus16 || (doc)->ChipID == DO… argument 86 #define DoC_is_Millennium(doc) ((doc)->ChipID == DOC_ChipID_DocMil) argument 87 #define DoC_is_2000(doc) ((doc)->ChipID == DOC_ChipID_Doc2k) argument 217 static void DoC_Delay(struct doc_priv *doc, unsigned short cycles) in DoC_Delay() 236 static int _DoC_WaitReady(struct doc_priv *doc) in _DoC_WaitReady() 267 static inline int DoC_WaitReady(struct doc_priv *doc) in DoC_WaitReady() 294 struct doc_priv *doc = nand_get_controller_data(this); in doc2000_write_byte() local 306 struct doc_priv *doc = nand_get_controller_data(this); in doc2000_writebuf() local 322 struct doc_priv *doc = nand_get_controller_data(this); in doc2000_readbuf() local 365 struct doc_priv *doc = nand_get_controller_data(this); in doc200x_ident_chip() local [all …]
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 167 def _nodes_for_members(self, doc, what, base=None, branches=None): argument 202 def _nodes_for_enum_values(self, doc): argument 226 def _nodes_for_arguments(self, doc, arg_type): argument 241 def _nodes_for_features(self, doc): argument 261 def _nodes_for_sections(self, doc): argument 361 def symbol(self, doc, entity): argument 397 def freeform(self, doc): argument
|
/openbmc/ipmitool/ |
H A D | Makefile.am | 43 SUBDIRS = lib src include doc contrib control subdir
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metadata.hpp | 31 tinyxml2::XMLDocument doc; in getMetadataPieceForFile() local
|
H A D | log_services.hpp | 834 tinyxml2::XMLDocument doc; in createDumpTaskCallback() local
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 40 …doc = Project(name='Documentantion', listemail='yocto@yoctoproject.org', gitrepo='http://git.y… variable in TestMbox
|
/openbmc/linux/tools/verification/rv/ |
H A D | Makefile | 139 doc: target
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 495 doc = K() variable
|
/openbmc/linux/tools/tracing/rtla/ |
H A D | Makefile | 150 doc: target
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 124 tinyxml2::XMLDocument doc; in introspectObjects() local 1377 tinyxml2::XMLDocument doc; in findActionOnInterface() local 1911 tinyxml2::XMLDocument doc; in handlePut() local 2197 tinyxml2::XMLDocument doc; in handleBusSystemPost() local 2251 tinyxml2::XMLDocument doc; in handleBusSystemPost() local
|
/openbmc/linux/Documentation/ |
H A D | conf.py | 444 doc = os.path.join(fn, "index") variable
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | Makefile | 279 doc: target
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.hpp | 199 DOC doc; member
|
H A D | registry.cpp | 822 auto& doc = (*e)["Documentation"]; in lookup() local
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 544 const char *doc, int mask, bool error, in usage()
|
H A D | xdp_sample_user.c | 295 const char *doc, int mask, bool error) in sample_usage()
|
/openbmc/phosphor-objmgr/src/ |
H A D | main.cpp | 192 tinyxml2::XMLDocument doc; in doIntrospect() local
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1124 def write_doc_line(self, doc, indent=True): argument 1136 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): argument 1311 def print_prototype(ri, direction, terminate=True, doc=None): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 379 var highlight = function(doc) { argument
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | yacc.py | 2724 def parse_grammar(doc,file,line): argument
|