Home
last modified time | relevance | path

Searched full:identifier (Results 1 – 25 of 11365) sorted by relevance

12345678910>>...455

/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dstream_open.cocci1 // SPDX-License-Identifier: GPL-2.0
15 identifier readstream, ppos;
16 identifier f, buf, len;
25 identifier writestream, ppos;
26 identifier f, buf, len;
37 identifier block_f;
38 identifier wait =~ "^wait_.*";
51 identifier stream_reader.readstream;
52 identifier wait =~ "^wait_.*";
62 identifier stream_reader.readstream;
[all …]
Datomic_as_refcounter.cocci1 // SPDX-License-Identifier: GPL-2.0-only
14 identifier a, x;
16 identifier fname =~ ".*free.*";
17 identifier fname2 =~ ".*destroy.*";
18 identifier fname3 =~ ".*del.*";
19 identifier fname4 =~ ".*queue_work.*";
20 identifier fname5 =~ ".*schedule_work.*";
21 identifier fname6 =~ ".*call_rcu.*";
62 identifier a, x, y;
64 identifier fname =~ ".*free.*";
[all …]
Dsimple_open.cocci1 // SPDX-License-Identifier: GPL-2.0
14 identifier open_f != simple_open;
15 identifier i, f;
29 identifier fops;
30 identifier open.open_f;
40 identifier open_f != simple_open;
41 identifier i, f;
56 identifier fops;
57 identifier openr.open_f;
/kernel/linux/linux-4.19/scripts/coccinelle/api/
Dstream_open.cocci1 // SPDX-License-Identifier: GPL-2.0
15 identifier readstream, ppos;
16 identifier f, buf, len;
25 identifier writestream, ppos;
26 identifier f, buf, len;
37 identifier block_f;
38 identifier wait_event =~ "^wait_event_.*";
51 identifier stream_reader.readstream;
52 identifier wait_event =~ "^wait_event_.*";
62 identifier stream_reader.readstream;
[all …]
Dsimple_open.cocci1 // SPDX-License-Identifier: GPL-2.0
14 identifier open_f != simple_open;
15 identifier i, f;
29 identifier fops;
30 identifier open.open_f;
40 identifier open_f != simple_open;
41 identifier i, f;
56 identifier fops;
57 identifier openr.open_f;
Datomic_as_refcounter.cocci13 identifier a, x;
15 identifier fname =~ ".*free.*";
16 identifier fname2 =~ ".*destroy.*";
17 identifier fname3 =~ ".*del.*";
18 identifier fname4 =~ ".*queue_work.*";
19 identifier fname5 =~ ".*schedule_work.*";
20 identifier fname6 =~ ".*call_rcu.*";
61 identifier a, x, y;
63 identifier fname =~ ".*free.*";
94 identifier a, x;
[all …]
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dlicense-rules.rst1 .. SPDX-License-Identifier: GPL-2.0
68 C source: // SPDX-License-Identifier: <SPDX License Expression>
69 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
70 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
71 scripts: # SPDX-License-Identifier: <SPDX License Expression>
72 .rst: .. SPDX-License-Identifier: <SPDX License Expression>
73 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression>
91 // SPDX-License-Identifier: GPL-2.0+
92 // SPDX-License-Identifier: LGPL-2.1+
96 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
[all …]
/kernel/linux/linux-4.19/Documentation/process/
Dlicense-rules.rst1 .. SPDX-License-Identifier: GPL-2.0
51 The Linux kernel requires the precise SPDX identifier in all source files.
56 License identifier syntax
61 The SPDX license identifier in kernel files shall be added at the first
65 identifier goes into the second line.
71 The SPDX license identifier is added in form of a comment. The comment
74 C source: // SPDX-License-Identifier: <SPDX License Expression>
75 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
76 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
77 scripts: # SPDX-License-Identifier: <SPDX License Expression>
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/as102/
Das10x_cmd.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
85 /* request identifier */
90 /* response identifier */
100 /* request identifier */
105 /* response identifier */
115 /* request identifier */
122 /* response identifier */
132 /* request identifier */
137 /* response identifier */
149 /* request identifier */
[all …]
/kernel/linux/linux-5.10/Documentation/process/
Dlicense-rules.rst1 .. SPDX-License-Identifier: GPL-2.0
53 The Linux kernel requires the precise SPDX identifier in all source files.
58 License identifier syntax
63 The SPDX license identifier in kernel files shall be added at the first
67 identifier goes into the second line.
73 The SPDX license identifier is added in form of a comment. The comment
76 C source: // SPDX-License-Identifier: <SPDX License Expression>
77 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
78 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
79 scripts: # SPDX-License-Identifier: <SPDX License Expression>
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Dila.txt1 Identifier Locator Addressing (ILA)
7 Identifier-locator addressing (ILA) is a technique used with IPv6 that
10 indicates the location of the node which can be dynamic. Identifier-locator
29 - Identifier A number that identifies an addressable node in the network
38 A mapping of an ILA identifier to a locator (or to a
44 four bits) and an identifier (lower sixty-four bits).
51 bits) and an identifier (low order sixty-four bits). ILA
125 the checksum. The low order sixteen bits of the identifier
131 bits of the identifier. When ILA to SIR address translation is done on
133 restores the identifier as it was originally sent.
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/as102/
Das10x_cmd.h94 /* request identifier */
99 /* response identifier */
109 /* request identifier */
114 /* response identifier */
124 /* request identifier */
131 /* response identifier */
141 /* request identifier */
146 /* response identifier */
158 /* request identifier */
163 /* response identifier */
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dila.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Identifier Locator Addressing (ILA)
11 Identifier-locator addressing (ILA) is a technique used with IPv6 that
14 indicates the location of the node which can be dynamic. Identifier-locator
33 - Identifier
44 A mapping of an ILA identifier to a locator (or to a
50 four bits) and an identifier (lower sixty-four bits).
57 bits) and an identifier (low order sixty-four bits). ILA
134 the checksum. The low order sixteen bits of the identifier
140 bits of the identifier. When ILA to SIR address translation is done on
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 \param ID[in] INPUT_SYSTEM identifier
40 \param ID[in] RECEIVER identifier
60 \param ID[in] RECEIVER identifier
61 \param cfg_ID[in] Configuration identifier
79 \param ID[in] RECEIVER identifier
80 \param port_ID[in] mipi PORT identifier
92 \param ID[in] RECEIVER identifier
93 \param port_ID[in] mipi PORT identifier
103 \param ID[in] RECEIVER identifier
[all …]
/kernel/linux/linux-5.10/include/rdma/
Diw_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
39 * @cm_id: The IW CM identifier associated with the event.
50 * @cm_id: The IW CM identifier associated with the event.
96 * iw_create_cm_id - Create an IW CM identifier.
100 * returned IW CM identifier.
107 * iw_destroy_cm_id - Destroy an IW CM identifier.
109 * @cm_id: The previously created IW CM identifier to destroy.
117 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP
141 * @cm_id: The IW CM identifier.
145 * The source address and port number are specified in the IW CM identifier
[all …]
Drdma_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
18 * RDMA identifier and release all resources allocated with the device.
123 * rdma_create_id - Create an RDMA identifier.
143 * rdma_destroy_id - Destroys an RDMA identifier.
145 * @id: RDMA identifier.
153 * rdma_bind_addr - Bind an RDMA identifier to a source address and
156 * @id: RDMA identifier.
159 * This associates a source address with the RDMA identifier before calling
160 * rdma_listen. If a specific local address is given, the RDMA identifier will
170 * @id: RDMA identifier.
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Dfifo_monitor_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
27 \param ID[in] FIFO_MONITOR identifier
28 \param switch_id[in] fifo switch identifier
40 \param ID[in] FIFO_MONITOR identifier
41 \param switch_id[in] fifo switch identifier
51 \param ID[in] FIFO_MONITOR identifier
62 \param ID[in] FIFO_MONITOR identifier
63 \param channel_id[in] fifo channel identifier
75 \param ID[in] FIFO_MONITOR identifier
76 \param switch_id[in] fifo switch identifier
[all …]
Dirq_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 \param ID[in] IRQ identifier
34 \param ID[in] IRQ identifier
47 \param ID[in] IRQ identifier
59 \param ID[in] IRQ (device) identifier
60 \param irq[in] IRQ (channel) identifier
70 \param ID[in] IRQ (device) identifier
81 \param ID[in] IRQ (device) identifier
82 \param irq[in] IRQ (channel) identifier
92 \param ID[in] IRQ (device) identifier
[all …]
Dsp_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
27 \param ID[in] SP identifier
38 \param ID[in] SP identifier
51 \param ID[in] SP identifier
64 \param ID[in] SP identifier
76 \param ID[in] SP identifier
89 \param ID[in] SP identifier
102 \param ID[in] SP identifier
115 \param ID[in] SP identifier
130 \param ID[in] SP identifier
[all …]
Disp_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 \param ID[in] SP identifier
35 \param ID[in] ISP identifier
48 \param ID[in] ISP identifier
61 \param ID[in] ISP identifier
73 \param ID[in] ISP identifier
86 \param ID[in] ISP identifier
99 \param ID[in] ISP identifier
112 \param ID[in] ISP identifier
127 \param ID[in] ISP identifier
[all …]
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dlicense-rules.rst1 .. SPDX-License-Identifier: GPL-2.0
87 sorgenti C: // SPDX-License-Identifier: <SPDX License Expression>
88 intestazioni C: /* SPDX-License-Identifier: <SPDX License Expression> */
89 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
90 scripts: # SPDX-License-Identifier: <SPDX License Expression>
91 .rst: .. SPDX-License-Identifier: <SPDX License Expression>
92 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression>
117 // SPDX-License-Identifier: GPL-2.0+
118 // SPDX-License-Identifier: LGPL-2.1+
123 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
[all …]
/kernel/linux/linux-4.19/include/rdma/
Diw_cm.h65 * @cm_id: The IW CM identifier associated with the event.
76 * @cm_id: The IW CM identifier associated with the event.
133 * iw_create_cm_id - Create an IW CM identifier.
137 * returned IW CM identifier.
144 * iw_destroy_cm_id - Destroy an IW CM identifier.
146 * @cm_id: The previously created IW CM identifier to destroy.
154 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP
178 * @cm_id: The IW CM identifier.
182 * The source address and port number are specified in the IW CM identifier
190 * @cm_id: The IW CM identifier associated with the connection request.
[all …]
Drdma_cm.h45 * RDMA identifier and release all resources allocated with the device.
146 * rdma_create_id - Create an RDMA identifier.
162 * rdma_destroy_id - Destroys an RDMA identifier.
164 * @id: RDMA identifier.
172 * rdma_bind_addr - Bind an RDMA identifier to a source address and
175 * @id: RDMA identifier.
178 * This associates a source address with the RDMA identifier before calling
179 * rdma_listen. If a specific local address is given, the RDMA identifier will
189 * @id: RDMA identifier.
198 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt11 - bit 13: SIF, source interface identifier, used to get the memory
12 interface identifier,
13 - bit 14: DIF, destination interface identifier, used to get the peripheral
14 interface identifier,
15 - bit 30-24: PERID, peripheral identifier.
33 - bit 13: SIF, source interface identifier, used to get the memory
34 interface identifier,
35 - bit 14: DIF, destination interface identifier, used to get the peripheral
36 interface identifier,
37 - bit 30-24: PERID, peripheral identifier.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt13 - bit 13: SIF, source interface identifier, used to get the memory
14 interface identifier,
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
16 interface identifier,
17 - bit 30-24: PERID, peripheral identifier.
35 - bit 13: SIF, source interface identifier, used to get the memory
36 interface identifier,
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
38 interface identifier,
39 - bit 30-24: PERID, peripheral identifier.

12345678910>>...455