Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/sphinx/
DrstFlatTable.py140 def __init__(self, directive): argument
141 self.directive = directive
147 colwidths = self.directive.get_column_widths(self.max_cols)
153 stub_columns = self.directive.options.get('stub-columns', 0)
154 header_rows = self.directive.options.get('header-rows', 0)
173 stub_columns = self.directive.options.get('stub-columns', 0)
207 error = self.directive.state_machine.reporter.error(
209 , nodes.literal_block(self.directive.block_text
210 , self.directive.block_text)
211 , line = self.directive.lineno )
[all …]
/Linux-v5.15/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.15/lib/kunit/
Dtest.c150 const char *directive) in kunit_print_ok_not_ok() argument
168 (status == KUNIT_SKIPPED) ? directive : ""); in kunit_print_ok_not_ok()
174 (status == KUNIT_SKIPPED) ? directive : ""); in kunit_print_ok_not_ok()
/Linux-v5.15/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.rst388 The kernel figure (and image) directive supports **DOT** formatted files, see
432 The *render* directive has all the options known from the *figure* directive,
/Linux-v5.15/drivers/nvme/host/
Dcore.c727 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
728 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
729 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
730 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
731 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
732 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
754 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
755 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
756 c.directive.numd = cpu_to_le32(nvme_bytes_to_numd(sizeof(*s))); in nvme_get_stream_params()
757 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
[all …]
/Linux-v5.15/Documentation/
Dindex.rst7 contain the root `toctree` directive.
/Linux-v5.15/Documentation/core-api/
Dprintk-basics.rst95 directive)::
/Linux-v5.15/Documentation/devicetree/bindings/
Dxilinx.txt37 directive in system.mhs). Should be in lowercase
/Linux-v5.15/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.15/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.15/include/linux/
Dnvme.h1440 struct nvme_directive_cmd directive; member
/Linux-v5.15/tools/objtool/Documentation/
Dstack-validation.txt333 directive right before the call.
/Linux-v5.15/Documentation/powerpc/
Dhvcs.rst308 previously read '1'. The write directive is ignored if the vterm_state
/Linux-v5.15/Documentation/RCU/
DwhatisRCU.rst261 it compiles to nothing, not even a compiler directive.