Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
A DrstFlatTable.py140 def __init__(self, directive): argument
141 self.directive = directive
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 )
279 if 'fill-cells' in self.directive.options:
[all …]
/linux/Documentation/bpf/libbpf/
A Dlibbpf_naming_convention.rst183 The documentation always starts with a @brief directive. This line is a short
187 can be added below the last directive, at the bottom of the comment.
189 Parameters are denoted with the @param directive, there should be one for each
190 parameter. If this is a function with a non-void return, use the @return directive
/linux/Documentation/driver-api/80211/
A 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/lib/kunit/
A 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/Documentation/doc-guide/
A 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
A Dsphinx.rst384 The kernel figure (and image) directive supports **DOT** formatted files, see
428 The *render* directive has all the options known from the *figure* directive,
/linux/drivers/nvme/host/
A Dcore.c721 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
722 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
723 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
724 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
725 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
726 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
748 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
749 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
750 c.directive.numd = cpu_to_le32(nvme_bytes_to_numd(sizeof(*s))); in nvme_get_stream_params()
751 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
[all …]
/linux/Documentation/
A Dindex.rst7 contain the root `toctree` directive.
/linux/Documentation/core-api/
A Dprintk-basics.rst95 directive)::
/linux/Documentation/admin-guide/nfs/
A Dnfsroot.rst300 specified using the 'append=' directive in the LILO configuration
303 However, to use the 'root=' directive you also need to create
/linux/arch/m68k/ifpsp060/
A Dilsp.doc51 using the Motorola Assembly Syntax assembler directive "dc.l"
A Dfplsp.doc52 using the Motorola Assembly Syntax assembler directive "dc.l"
A DTEST.DOC43 directive "dc.l" (define constant longword). The files can be
A Dfpsp.doc48 using the Motorola Assembly Syntax assembler directive "dc.l"
A Disp.doc56 using the Motorola Assembly Syntax assembler directive "dc.l"
/linux/Documentation/devicetree/bindings/
A Dxilinx.txt37 directive in system.mhs). Should be in lowercase
/linux/Documentation/devicetree/bindings/arm/
A Darm,vexpress-juno.yaml24 using an include directive. As the motherboard can be initialized in one of
/linux/include/linux/
A Dnvme.h1462 struct nvme_directive_cmd directive; member
/linux/tools/objtool/Documentation/
A Dstack-validation.txt333 directive right before the call.
/linux/Documentation/powerpc/
A Dhvcs.rst308 previously read '1'. The write directive is ignored if the vterm_state
/linux/Documentation/RCU/
A DwhatisRCU.rst261 it compiles to nothing, not even a compiler directive.

Completed in 36 milliseconds