Searched refs:directive (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/Documentation/sphinx/ |
D | rstFlatTable.py | 150 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-v4.19/Documentation/driver-api/80211/ |
D | mac80211-advanced.rst | 176 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c 184 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 442 documents using a dedicated kernel-doc Sphinx directive extension. 444 The kernel-doc directive is of the format:: 450 tree. The following directive options are supported: 504 Without options, the kernel-doc directive includes all documentation comments
|
D | sphinx.rst | 357 The kernel figure (and image) directive support **DOT** formated files, see 401 The *render* directive has all the options known from the *figure* directive,
|
/Linux-v4.19/drivers/nvme/host/ |
D | core.c | 443 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams() 444 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams() 445 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams() 446 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams() 447 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams() 448 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams() 471 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params() 472 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params() 473 c.directive.numd = cpu_to_le32((sizeof(*s) >> 2) - 1); in nvme_get_stream_params() 474 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params() [all …]
|
/Linux-v4.19/Documentation/ |
D | index.rst | 4 contain the root `toctree` directive.
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | ilsp.doc | 51 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | fplsp.doc | 52 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | TEST.DOC | 43 directive "dc.l" (define constant longword). The files can be
|
D | isp.doc | 56 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | fpsp.doc | 48 using the Motorola Assembly Syntax assembler directive "dc.l"
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 297 specified using the 'append=' directive in the LILO configuration 300 However, to use the 'root=' directive you also need to create
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 10 the motherboard file using a /include/ directive. As the motherboard
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase
|
/Linux-v4.19/include/linux/ |
D | nvme.h | 1125 struct nvme_directive_cmd directive; member
|
/Linux-v4.19/Documentation/powerpc/ |
D | hvcs.txt | 305 previously read '1'. The write directive is ignored if the vterm_state
|
/Linux-v4.19/Documentation/RCU/ |
D | whatisRCU.txt | 247 it compiles to nothing, not even a compiler directive.
|