Home
last modified time | relevance | path

Searched full:self (Results 1 – 25 of 175) sorted by relevance

1234567

/Documentation/sphinx/
Dkernel_include.py61 def run(self): argument
62 env = self.state.document.settings.env
64 os.path.expandvars(self.arguments[0]))
68 raise self.severe(
70 % (self.name, path))
72 self.arguments[0] = path
76 #return super(KernelInclude, self).run() # won't work, see HINTs in _run()
77 return self._run()
79 def _run(self): argument
87 if not self.state.document.settings.file_insertion_enabled:
[all …]
Dkernel_feat.py70 def warn(self, message, **replace): argument
71 replace["fname"] = self.state.document.current_source
72 replace["line_no"] = replace.get("line_no", self.lineno)
74 self.state.document.settings.env.app.warn(message, prefix="")
76 def run(self): argument
77 doc = self.state.document
79 raise self.warning("docutils: file insertion disabled")
90 os.path.join(srctree, 'Documentation', self.arguments[0]),
93 if len(self.arguments) > 1:
94 args.extend(['--arch', self.arguments[1]])
[all …]
DrstFlatTable.py112 def run(self): argument
114 if not self.content:
115 error = self.state_machine.reporter.error(
116 'The "%s" directive is empty; content required.' % self.name,
117 nodes.literal_block(self.block_text, self.block_text),
118 line=self.lineno)
121 title, messages = self.make_title()
123 self.state.nested_parse(self.content, self.content_offset, node)
125 tableBuilder = ListTableBuilder(self)
140 def __init__(self, directive): argument
[all …]
Dkerneldoc.py60 def run(self): argument
61 env = self.state.document.settings.env
69 filename = env.config.kerneldoc_srctree + '/' + self.arguments[0]
75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
78 if 'functions' in self.options:
79 self.options['identifiers'] = self.options.get('functions')
82 if 'export' in self.options:
84 export_file_patterns = str(self.options.get('export')).split()
85 elif 'internal' in self.options:
87 export_file_patterns = str(self.options.get('internal')).split()
[all …]
Dkernel_abi.py73 def run(self): argument
74 doc = self.state.document
76 raise self.warning("docutils: file insertion disabled")
84 '--dir', os.path.join(srctree, 'Documentation', self.arguments[0]),
87 if 'rst' in self.options:
91 nodeList = self.nestedParse(lines, self.arguments[0])
94 def nestedParse(self, lines, fname): argument
95 env = self.state.document.settings.env
99 if "debug" in self.options:
119 self.do_parse(content, node)
[all …]
Dcdomain.py147 def handle_func_like_macro(self, sig, signode): argument
156 if not self.objtype == 'function':
193 def handle_signature(self, sig, signode): argument
198 fullname = self.handle_func_like_macro(sig, signode)
200 fullname = super(CObject, self).handle_signature(sig, signode)
202 if "name" in self.options:
203 if self.objtype == 'function':
204 fullname = self.options["name"]
214 def add_target_and_index(self, name, sig, signode): argument
218 if targetname not in self.state.document.ids:
[all …]
Dkfigure.py102 def pass_handle(self, node): # pylint: disable=W0613 argument
430 def visit_kernel_image(self, node): # pylint: disable=W0613 argument
436 convert_image(img_node, self)
450 def run(self): argument
451 uri = self.arguments[0]
453 raise self.severe(
455 % (self.name, uri))
456 result = images.Image.run(self)
467 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument
473 convert_image(img_node, self)
[all …]
Dmaintainers_include.py43 def parse_maintainers(self, path): argument
170 self.state_machine.insert_input(
173 def run(self): argument
175 if not self.state.document.settings.file_insertion_enabled:
176 raise self.warning('"%s" directive disabled.' % self.name)
179 path = self.state_machine.document.attributes['source']
189 self.state.document.settings.record_dependencies.add(path)
190 lines = self.parse_maintainers(path)
192 raise self.severe('Problems with "%s" directive path:\n%s.' %
193 (self.name, ErrorString(error)))
Dtranslations.py37 def apply(self): argument
38 app = self.document.settings.env.app
39 docname = self.document.settings.env.docname
67 self.document.insert(0, new_nodes)
/Documentation/userspace-api/
Dlsm.rst19 The proc filesystem provides this value in ``/proc/self/attr/current``.
21 Smack also provides this value in ``/proc/self/attr/smack/current``.
22 AppArmor also provides this value in ``/proc/self/attr/apparmor/current``.
26 The proc filesystem provides this value in ``/proc/self/attr/exec``.
28 AppArmor also provides this value in ``/proc/self/attr/apparmor/exec``.
32 The proc filesystem provides this value in ``/proc/self/attr/fscreate``.
37 The proc filesystem provides this value in ``/proc/self/attr/keycreate``.
42 The proc filesystem provides this value in ``/proc/self/attr/prev``.
44 AppArmor also provides this value in ``/proc/self/attr/apparmor/prev``.
48 The proc filesystem provides this value in ``/proc/self/attr/sockcreate``.
/Documentation/devicetree/bindings/usb/
Dusb251xb.yaml83 selects between self- and bus-powered operation
84 (boolean, default is self-powered)
86 self-powered:
89 selects between self- and bus-powered operation
90 (boolean, default is self-powered)
117 select over-current sense type in self-powered mode
123 select over-current sense type in self-powered mode
139 enable auto-switching from self- to bus-powered operation if the
183 Specifies the ports which will be self-power disabled
195 operating in self-powered hub. It includes the hub silicon
[all …]
/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml69 Configure the SR_IDLE value. Defines the self-refresh idle period in
70 which memories are placed into self-refresh mode if bus is idle for
79 Defines the memory self-refresh and controller clock gating idle period.
80 Memories are placed into self-refresh mode and memory controller clock
89 Defines the self-refresh power down idle period in which memories are
90 placed into self-refresh power down mode if bus is idle for
100 self-refresh mode. The controller, pi, PHY and DRAM clock will be gated
293 Configure the SR_IDLE value in nanoseconds. Defines the self-refresh idle
294 period in which memories are placed into self-refresh mode if bus is idle
300 Defines the memory self-refresh and controller clock gating idle period in nanoseconds.
[all …]
/Documentation/ABI/testing/
Dsysfs-bus-iio-sps306 Writing 1 starts sensor self cleaning. Internal fan accelerates
15 Sensor is capable of triggering self cleaning periodically.
19 Writing 0 disables periodical self cleaning entirely.
/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst58 cgroup has its own state (self-state) and the state inherited from the
67 "FREEZING" or "FROZEN". This is the combined self and parent-states.
76 When written, sets the self-state of the cgroup. Two values are
81 If THAWED is written, the self-state of the cgroup is changed to
89 Shows the self-state. 0 if the self-state is THAWED; otherwise, 1.
/Documentation/networking/device_drivers/ethernet/ti/
Dam65_nuss_cpsw_switchdev.rst65 [*] bridge vlan add dev br0 vid 1 pvid untagged self
84 bridge vlan add dev br0 vid 1 pvid untagged self <---- add cpu port to VLAN 1
95 bridge vlan add dev br0 vid 100 pvid untagged self <---- Add cpu port to VLAN100
101 bridge vlan add dev br0 vid 100 pvid tagged self <---- Add cpu port to VLAN100
139 bridge vlan add dev br0 vid 100 self
Dcpsw_switchdev.rst115 [*] bridge vlan add dev br0 vid 1 pvid untagged self
134 bridge vlan add dev br0 vid 1 pvid untagged self <---- add cpu port to VLAN 1
145 bridge vlan add dev br0 vid 100 pvid untagged self <---- Add cpu port to VLAN100
151 bridge vlan add dev br0 vid 100 pvid tagged self <---- Add cpu port to VLAN100
189 bridge vlan add dev br0 vid 100 self
221 bridge vlan add dev br0 vid 1 pvid untagged self
/Documentation/filesystems/xfs/
Dxfs-self-describing-metadata.rst5 XFS Self Describing Metadata
40 Self Describing Metadata
61 self describing metadata.
63 The first, fundamental requirement of self describing metadata is that the
75 the metadata isn't self identifying. If it contains a new magic number, it is
76 self identifying and we can do much more expansive automated verification of the
79 As a primary concern, self describing metadata needs some form of overall
96 Self describing metadata needs to contain enough information so that the
123 Self describing metadata also needs to contain some indication of when it was
151 Validation of self-describing metadata takes place at runtime in two places:
[all …]
Dindex.rst13 xfs-self-describing-metadata
/Documentation/translations/zh_CN/core-api/
Dmemory-hotplug.rst56 struct notifier_block *self, unsigned long action, void *arg);
58 回调函数的第一个参数(self)是指向回调函数本身的通知器链块的一个指针。第二个参
/Documentation/peci/
Dpeci.rst27 PECI Wire interface uses a single wire for self-clocking and data
29 physical layer is a self-clocked one-wire bus signal that begins each
/Documentation/devicetree/bindings/net/
Dqcom,ipa.yaml137 - self
142 and validates GSI firmware, this property has value "self".
187 # If qcom,gsi-loader is "self", the AP loads GSI firmware, and
193 const: self
240 qcom,gsi-loader = "self";
/Documentation/translations/zh_CN/rust/
Dcoding-guidelines.rst108 /// Returns the contained [`Some`] value, consuming the `self` value,
123 pub unsafe fn unwrap_unchecked(self) -> T {
124 match self {
/Documentation/devicetree/bindings/iio/adc/
Dti,adc12138.yaml7 title: Texas Instruments ADC12138 and similar self-calibrating ADCs
13 13 bit ADCs with 1, 2 or 8 inputs and self calibrating circuitry to
/Documentation/devicetree/bindings/memory-controllers/ddr/
Djedec,lpddr3-timings.yaml41 CKE minimum pulse width during SELF REFRESH (low pulse width during
42 SELF REFRESH) in pico seconds.
122 SELF REFRESH exit to next valid command delay in pico seconds.
/Documentation/security/
Dindex.rst16 self-protection

1234567