Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/Documentation/driver-api/80211/
Dmac80211-advanced.rst176 .. 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/
Dkernel-doc.rst442 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
Dsphinx.rst357 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/
Dcore.c443 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/
Dindex.rst4 contain the root `toctree` directive.
/Linux-v4.19/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
Disp.doc56 using the Motorola Assembly Syntax assembler directive "dc.l"
Dfpsp.doc48 using the Motorola Assembly Syntax assembler directive "dc.l"
/Linux-v4.19/Documentation/filesystems/nfs/
Dnfsroot.txt297 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/
Dvexpress.txt10 the motherboard file using a /include/ directive. As the motherboard
/Linux-v4.19/Documentation/devicetree/bindings/
Dxilinx.txt37 directive in system.mhs). Should be in lowercase
/Linux-v4.19/include/linux/
Dnvme.h1125 struct nvme_directive_cmd directive; member
/Linux-v4.19/Documentation/powerpc/
Dhvcs.txt305 previously read '1'. The write directive is ignored if the vterm_state
/Linux-v4.19/Documentation/RCU/
DwhatisRCU.txt247 it compiles to nothing, not even a compiler directive.