Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c85 #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 Dqapidoc.py167 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 DMakefile.am43 SUBDIRS = lib src include doc contrib control subdir
/openbmc/bmcweb/redfish-core/lib/
H A Dmetadata.hpp31 tinyxml2::XMLDocument doc; in getMetadataPieceForFile() local
H A Dlog_services.hpp834 tinyxml2::XMLDocument doc; in createDumpTaskCallback() local
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_mbox.py40doc = Project(name='Documentantion', listemail='yocto@yoctoproject.org', gitrepo='http://git.y… variable in TestMbox
/openbmc/linux/tools/verification/rv/
H A DMakefile139 doc: target
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py495 doc = K() variable
/openbmc/linux/tools/tracing/rtla/
H A DMakefile150 doc: target
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp124 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 Dconf.py444 doc = os.path.join(fn, "index") variable
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile279 doc: target
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp199 DOC doc; member
H A Dregistry.cpp822 auto& doc = (*e)["Documentation"]; in lookup() local
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c544 const char *doc, int mask, bool error, in usage()
H A Dxdp_sample_user.c295 const char *doc, int mask, bool error) in sample_usage()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp192 tinyxml2::XMLDocument doc; in doIntrospect() local
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py1124 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 Dtypeahead.jquery.js379 var highlight = function(doc) { argument
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py2724 def parse_grammar(doc,file,line): argument