Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 25 of 128) sorted by relevance

123456

/linux/fs/
A Dbinfmt_misc.c61 } Node; typedef
94 Node *e; in search_binfmt_handler()
143 Node *e; in get_binfmt_handler()
204 Node *fmt; in load_misc_binary()
348 Node *e; in create_entry()
361 memsize = sizeof(Node) + count + 8; in create_entry()
368 memset(e, 0, sizeof(Node)); in create_entry()
658 Node *e = inode->i_private; in bm_evict_inode()
757 Node *e = inode->i_private; in bm_entry_write()
806 Node *e; in bm_register_write()
[all …]
/linux/rust/kernel/
A Drbtree.rs174 _p: PhantomData<Node<K, V>>,
333 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry()
381 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get()
424 let mut best_match: Option<NonNull<Node<K, V>>> = None; in cursor_lower_bound()
428 let this = unsafe { container_of!(node, Node<K, V>, links) }.cast_mut(); in cursor_lower_bound()
490 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop()
1038 node: Box<MaybeUninit<Node<K, V>>>,
1063 self.node.write(Node { in into_node()
1079 node: Box<Node<K, V>>,
1206 unsafe { &(*container_of!(self.node_links, Node<K, V>, links)).value } in get()
[all …]
/linux/Documentation/devicetree/bindings/mfd/
A Dstericsson,ab8500.yaml50 description: Node describing the AB8500 clock controller. This
64 description: Node describing the AB8500 GPIO controller. A few
81 description: Node describing the AB8500 battery-backed RTC.
181 description: Node describing the AB8500 fuel gauge control block.
196 description: Node describing the AB8500 battery charger algorithm.
201 description: Node describing the AB8500 USB PHY control block.
257 description: Node describing the AB8500 power-on key control block.
282 description: Node describing the AB8500 system control block.
295 description: Node describing the AB8500 audio codec block.
326 description: Node describing the AB8500 internal regulators.
[all …]
/linux/Documentation/devicetree/bindings/crypto/
A Dfsl-sec6.txt4 -SEC 6 Node
5 -Job Ring Node
9 SEC 6 Node
13 Node defines the base address of the SEC 6 block.
72 Job Ring (JR) Node
/linux/Documentation/devicetree/bindings/rtc/
A Dfsl,scu-rtc.yaml7 title: i.MX SCU Client Device Node - RTC Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/include/uapi/linux/
A Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/linux/Documentation/devicetree/bindings/watchdog/
A Dfsl,scu-wdt.yaml7 title: i.MX SCU Client Device Node - Watchdog Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/devicetree/bindings/pinctrl/
A Dcnxt,cx92755-pinctrl.txt7 === Pin Controller Node ===
34 === Pin Configuration Node ===
44 === Pin Group Node ===
56 Required Pin Group Node Properties:
A Dfsl,imx7ulp-pinctrl.txt41 /* Pin Controller Node */
46 /* Pin Configuration Node */
A Dfsl,scu-pinctrl.yaml7 title: i.MX SCU Client Device Node - Pinctrl Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/arch/arm64/
A Dlegacy_instructions.rst49 :Node: /proc/sys/abi/swp
55 :Node: /proc/sys/abi/cp15_barrier
61 :Node: /proc/sys/abi/setend
/linux/Documentation/devicetree/bindings/input/
A Dfsl,scu-key.yaml7 title: i.MX SCU Client Device Node - SCU Key Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/devicetree/bindings/thermal/
A Dfsl,scu-thermal.yaml7 title: i.MX SCU Client Device Node - Thermal Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/devicetree/bindings/power/
A Dfsl,scu-pd.yaml7 title: i.MX SCU Client Device Node - Power Domain Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/devicetree/bindings/nvmem/
A Dfsl,scu-ocotp.yaml7 title: i.MX SCU Client Device Node - OCOTP Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
/linux/Documentation/devicetree/bindings/rng/
A Dsparc_sun_oracle_rng.txt16 Node 0xf029a4f4
24 Node 0xf028c08c
/linux/Documentation/devicetree/bindings/clock/
A Dfsl,scu-clk.yaml7 title: i.MX SCU Client Device Node - Clock Controller Based on SCU Message Protocol
12 description: i.MX SCU Client Device Node
A Dmaxim,max77686.txt48 Node of the MFD chip
73 Node of the MFD chip
99 Node of the MFD chip
/linux/tools/perf/scripts/python/
A Dflamegraph.py52 class Node: class
73 self.stack = Node("all", "root")
92 child = Node(name, libtype)
/linux/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst454 %pOF /foo/bar@0 - Node full name
456 %pOFfp /foo/bar@0:10 - Node full name + phandle
457 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name +
485 %pfwP endpoint@0 - Node name
492 %pfwP endpoint - Node name
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dinterlaken-lac.txt6 - Interlaken Look-Aside Controller (LAC) Node
7 - Example LAC Node
8 - Interlaken Look-Aside Controller (LAC) Software Portal Node
10 - Example LAC SWP Node with Child Nodes
13 Interlaken Look-Aside Controller (LAC) Node
89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
A Decm.txt6 Local Access Window (LAW) Node
35 E500 Coherency Module Node
A Dmcm.txt6 Local Access Window (LAW) Node
35 MPX Coherency Module Node
/linux/Documentation/devicetree/bindings/soc/loongson/
A Dloongson,ls2k-pmc.yaml44 Node for power off method
50 Node for reboot method
/linux/Documentation/devicetree/bindings/arm/
A Dcavium-thunder.txt6 Root Node

Completed in 28 milliseconds

123456