Searched refs:directive (Results 1 – 21 of 21) sorted by relevance
| /linux/Documentation/sphinx/ |
| A D | rstFlatTable.py | 140 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 D | libbpf_naming_convention.rst | 183 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 D | mac80211-advanced.rst | 137 .. 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 D | test.c | 150 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 D | kernel-doc.rst | 443 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 D | sphinx.rst | 384 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 D | core.c | 721 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 D | index.rst | 7 contain the root `toctree` directive.
|
| /linux/Documentation/core-api/ |
| A D | printk-basics.rst | 95 directive)::
|
| /linux/Documentation/admin-guide/nfs/ |
| A D | nfsroot.rst | 300 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 D | ilsp.doc | 51 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| A D | fplsp.doc | 52 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| A D | TEST.DOC | 43 directive "dc.l" (define constant longword). The files can be
|
| A D | fpsp.doc | 48 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| A D | isp.doc | 56 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| /linux/Documentation/devicetree/bindings/ |
| A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | arm,vexpress-juno.yaml | 24 using an include directive. As the motherboard can be initialized in one of
|
| /linux/include/linux/ |
| A D | nvme.h | 1462 struct nvme_directive_cmd directive; member
|
| /linux/tools/objtool/Documentation/ |
| A D | stack-validation.txt | 333 directive right before the call.
|
| /linux/Documentation/powerpc/ |
| A D | hvcs.rst | 308 previously read '1'. The write directive is ignored if the vterm_state
|
| /linux/Documentation/RCU/ |
| A D | whatisRCU.rst | 261 it compiles to nothing, not even a compiler directive.
|
Completed in 36 milliseconds