Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/Documentation/sphinx/
DrstFlatTable.py150 def __init__(self, directive): argument
151 self.directive = directive
157 colwidths = self.directive.get_column_widths(self.max_cols)
163 stub_columns = self.directive.options.get('stub-columns', 0)
164 header_rows = self.directive.options.get('header-rows', 0)
183 stub_columns = self.directive.options.get('stub-columns', 0)
217 error = self.directive.state_machine.reporter.error(
219 , nodes.literal_block(self.directive.block_text
220 , self.directive.block_text)
221 , line = self.directive.lineno )
[all …]
/Linux-v5.10/Documentation/driver-api/80211/
Dmac80211-advanced.rst137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c
145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
/Linux-v5.10/Documentation/doc-guide/
Dkernel-doc.rst443 documents using a dedicated kernel-doc Sphinx directive extension.
445 The kernel-doc directive is of the format::
451 tree. The following directive options are supported:
502 This is an alias of the 'identifiers' directive and deprecated.
516 Without options, the kernel-doc directive includes all documentation comments
Dsphinx.rst349 If you want to use a relative path, you need to use Sphinx's ``doc`` directive.
378 The kernel figure (and image) directive support **DOT** formated files, see
422 The *render* directive has all the options known from the *figure* directive,
/Linux-v5.10/Documentation/core-api/
Dprintk-basics.rst95 directive)::
/Linux-v5.10/drivers/nvme/host/
Dcore.c550 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
551 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
552 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
553 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
554 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
555 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
578 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
579 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
580 c.directive.numd = cpu_to_le32(nvme_bytes_to_numd(sizeof(*s))); in nvme_get_stream_params()
581 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
[all …]
/Linux-v5.10/Documentation/
Dindex.rst7 contain the root `toctree` directive.
/Linux-v5.10/Documentation/devicetree/bindings/
Dxilinx.txt37 directive in system.mhs). Should be in lowercase
/Linux-v5.10/arch/m68k/ifpsp060/
Dilsp.doc51 using the Motorola Assembly Syntax assembler directive "dc.l"
Dfplsp.doc52 using the Motorola Assembly Syntax assembler directive "dc.l"
DTEST.DOC43 directive "dc.l" (define constant longword). The files can be
Dfpsp.doc48 using the Motorola Assembly Syntax assembler directive "dc.l"
Disp.doc56 using the Motorola Assembly Syntax assembler directive "dc.l"
/Linux-v5.10/Documentation/admin-guide/nfs/
Dnfsroot.rst300 specified using the 'append=' directive in the LILO configuration
303 However, to use the 'root=' directive you also need to create
/Linux-v5.10/include/linux/
Dnvme.h1413 struct nvme_directive_cmd directive; member
/Linux-v5.10/tools/objtool/Documentation/
Dstack-validation.txt331 directive right before the call.
/Linux-v5.10/Documentation/powerpc/
Dhvcs.rst308 previously read '1'. The write directive is ignored if the vterm_state
/Linux-v5.10/Documentation/RCU/
DwhatisRCU.rst261 it compiles to nothing, not even a compiler directive.