Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 70) sorted by relevance

123

/Documentation/sphinx/
Dkfigure.py125 def setup(app): argument
127 app.connect('builder-inited', setupTools)
130 app.add_directive("kernel-image", KernelImage)
131 app.add_node(kernel_image,
139 app.add_directive("kernel-figure", KernelFigure)
140 app.add_node(kernel_figure,
148 app.add_directive('kernel-render', KernelRender)
149 app.add_node(kernel_render,
156 app.connect('doctree-read', add_kernel_figure_to_std_domain)
165 def setupTools(app): argument
[all …]
Dtranslations.py38 app = self.document.settings.env.app
69 def process_languages(app, doctree, docname): argument
71 if app.builder.format not in ['html']:
83 html_content = app.builder.templates.render('translations.html',
91 def setup(app): argument
92 app.add_node(LanguagesNode)
93 app.add_transform(TranslationsTransform)
94 app.connect('doctree-resolved', process_languages)
Dautomarkup.py79 def markup_refs(docname, app, node): argument
119 repl.append(markup_func[m.re](docname, app, m))
140 def markup_func_ref_sphinx3(docname, app, match): argument
141 cdom = app.env.domains['c']
169 xref = cdom.resolve_xref(app.env, docname, app.builder,
181 def markup_c_ref(docname, app, match): argument
201 cdom = app.env.domains['c']
228 xref = cdom.resolve_xref(app.env, docname, app.builder,
243 def markup_doc_ref(docname, app, match): argument
244 stddom = app.env.domains['std']
[all …]
Dkernellog.py15 def warn(app, message): argument
18 def verbose(app, message): argument
21 def info(app, message): argument
Dkerneldoc.py112 kernellog.verbose(env.app,
123 kernellog.warn(env.app,
151 kernellog.warn(env.app, 'kernel-doc \'%s\' processing failed with: %s' %
159 def setup(app): argument
160 app.add_config_value('kerneldoc_bin', None, 'env')
161 app.add_config_value('kerneldoc_srctree', None, 'env')
162 app.add_config_value('kerneldoc_verbosity', 1, 'env')
164 app.add_directive('kernel-doc', KernelDocDirective)
Dkernel_abi.py50 def setup(app): argument
52 app.add_directive("kernel-abi", KernelCmd)
132 kernellog.info(self.state.document.settings.env.app, "%s: parsed %i lines" % (fname, n))
Dkernel_feat.py48 def setup(app): argument
50 app.add_directive("kernel-feat", KernelFeat)
74 self.state.document.settings.env.app.warn(message, prefix="")
Dcdomain.py101 def c_markups(app, docname, source): argument
126 def setup(app): argument
129 app.connect('source-read', c_markups)
130 app.add_domain(CDomain, override=True)
/Documentation/userspace-api/media/dvb/
Dca_high_level.rst86 APP: Number=[1]
87 APP: Type=[1]
88 APP: flags=[1]
89 APP: CI High level interface
90 APP: CA/CI Module Present
95 APP: Slots=[1]
96 APP: Type=[1]
97 APP: Descrambler keys=[16]
98 APP: Type=[1]
131 App (User)
/Documentation/devicetree/bindings/pci/
Drcar-gen4-pci-ep.yaml34 - const: app
45 - const: app
104 reg-names = "dbi", "dbi2", "atu", "dma", "app", "phy", "addr_space";
108 interrupt-names = "dma", "sft_ce", "app";
Drcar-gen4-pci-host.yaml34 - const: app
46 - const: app
102 reg-names = "dbi", "dbi2", "atu", "dma", "app", "phy", "config";
107 interrupt-names = "msi", "dma", "sft_ce", "app";
Dti,am65-pci-ep.yaml26 - const: app
70 reg-names = "app", "dbics", "addr_space", "atu";
Dintel-gw-pcie.yaml39 - const: app
99 reg-names = "dbi", "config", "app";
Dsnps,dw-pcie-ep.yaml66 enum: [ elbi, app ]
102 - description: See native 'elbi/app' CSR region for details.
153 const: app
167 - description: See native "app" IRQ for details
Dsnps,dw-pcie.yaml75 enum: [ elbi, app ]
108 - description: See native 'elbi/app' CSR region for details.
162 const: app
207 - description: See native "app" IRQ for details
Dti,am65-pci-host.yaml27 - const: app
108 reg-names = "app", "dbics", "config", "atu";
/Documentation/fb/
Ddeferred_io.rst10 - userspace app like Xfbdev mmaps framebuffer
12 - userspace app tries to write to mmapped vaddress
17 - app continues writing to that page with no additional cost. this is
22 - app tries to write to the address (that has now been mkcleaned)
/Documentation/devicetree/bindings/phy/
Dintel,combo-phy.yaml31 - description: PCIe app core control registers
36 - const: app
99 reg-names = "core", "app";
Dstarfive,jh7110-usb-phy.yaml25 - description: app 125m
/Documentation/networking/devlink/
Dnfp.rst57 * - ``fw.app``
59 - The APP firmware component version
Dsfc.rst32 * - ``fpga.app``
35 * - ``fw.app``
/Documentation/leds/
Dledtrig-transient.rst114 allow user app to set the time once and activate it to run it once for the
156 - Use of LED by user space app as activity indicator.
157 - Use of LED by user space app as a kind of watchdog indicator -- as
158 long as the app is alive, it can keep the LED illuminated, if it dies
160 - Use by any user space app that needs a transient GPIO output.
/Documentation/userspace-api/media/v4l/
Dext-ctrls-jpeg.rst92 - Application data segment APP\ :sub:`0`.
94 - Application data segment APP\ :sub:`1`.
Dvidioc-g-jpegcomp.rst46 APP is some application-specific information. The application can set it
117 - App segment, driver will always use APP0
Dcommon.rst34 app-pri

123