Home
last modified time | relevance | path

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

12345678910>>...393

/Linux-v6.6/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;
Dplatform_no_drv_owner.cocci1 // SPDX-License-Identifier: GPL-2.0-only
16 identifier __driver;
27 identifier match1.__driver;
36 identifier match1.__driver;
45 identifier __driver;
58 identifier match2.__driver;
67 identifier match2.__driver;
78 identifier match1.__driver;
89 identifier match1.__driver;
100 identifier match2.__driver;
[all …]
/Linux-v6.6/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 …]
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dlicense-rules.rst1 .. SPDX-License-Identifier: GPL-2.0
3 .. SPDX-License-Identifier: GPL-2.0
71 C source: // SPDX-License-Identifier: <SPDX License Expression>
72 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
73 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
74 scripts: # SPDX-License-Identifier: <SPDX License Expression>
75 .rst: .. SPDX-License-Identifier: <SPDX License Expression>
76 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression>
94 // SPDX-License-Identifier: GPL-2.0+
95 // SPDX-License-Identifier: LGPL-2.1+
[all …]
/Linux-v6.6/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 …]
/Linux-v6.6/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 …]
/Linux-v6.6/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 …]
/Linux-v6.6/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 …]
/Linux-v6.6/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.
97 * iw_create_cm_id - Create an IW CM identifier.
101 * returned IW CM identifier.
108 * iw_destroy_cm_id - Destroy an IW CM identifier.
110 * @cm_id: The previously created IW CM identifier to destroy.
121 * @cm_id: The IW CM identifier.
125 * The source address and port number are specified in the IW CM identifier
133 * @cm_id: The IW CM identifier associated with the connection request.
[all …]
Drdma_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
18 * RDMA identifier and release all resources allocated with the device.
134 * rdma_create_id - Create an RDMA identifier.
154 * rdma_destroy_id - Destroys an RDMA identifier.
156 * @id: RDMA identifier.
164 * rdma_bind_addr - Bind an RDMA identifier to a source address and
167 * @id: RDMA identifier.
170 * This associates a source address with the RDMA identifier before calling
171 * rdma_listen. If a specific local address is given, the RDMA identifier will
181 * @id: RDMA identifier.
[all …]
Dib_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
275 * @cm_id: Communication identifier associated with the reported event.
283 * to a user's existing communication identifier.
305 * ib_create_cm_id - Allocate a communication identifier.
310 * identifier.
320 * ib_destroy_cm_id - Destroy a connection identifier.
321 * @cm_id: Connection identifier to destroy.
323 * This call blocks until the connection identifier is destroyed.
337 * @cm_id: Connection identifier associated with the listen request.
338 * @service_id: Service identifier matched against incoming connection
[all …]
/Linux-v6.6/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 …]
/Linux-v6.6/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 …]
Dinput_formatter_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 \param ID[in] INPUT_FORMATTER identifier
33 \param ID[in] INPUT_FORMATTER identifier
51 \param ID[in] INPUT_FORMATTER identifier
60 \param ID[in] INPUT_FORMATTER identifier
71 \param ID[in] INPUT_FORMATTER identifier
82 \param ID[in] INPUT_FORMATTER identifier
93 \param ID[in] INPUT_FORMATTER identifier
106 \param ID[in] INPUT_FORMATTER identifier
Devent_fifo_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 \param ID[in] EVENT identifier
33 \param ID[in] EVENT identifier
44 \param ID[in] EVENT identifier
53 \param ID[in] EVENT identifier
64 \param ID[in] EVENT identifier
73 \param ID[in] EVENT identifier
/Linux-v6.6/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.
/Linux-v6.6/scripts/coccinelle/misc/
Dminmax.cocci1 // SPDX-License-Identifier: GPL-2.0-only
21 identifier func;
35 identifier func;
54 identifier func;
68 identifier func;
87 identifier func;
101 identifier func;
122 identifier func;
135 identifier func;
150 identifier func;
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.h1 /* SPDX-License-Identifier: GPL-2.0-only */
22 * @xin_id: client interface identifier
32 * @xin_id: client interface identifier
42 * @xin_id: client interface identifier
51 * @xin_id: client interface identifier
60 * @xin_id: client interface identifier
70 * @xin_id: client interface identifier
91 * @xin_id: client interface identifier
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dcolorspaces-defs.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
8 colorspace identifier (enum :c:type:`v4l2_colorspace`)
11 is the transfer function identifier (enum
13 transfer functions. The third is the Y'CbCr encoding identifier (enum
16 identifier (enum :c:type:`v4l2_quantization`) to
42 * - Identifier
84 * - Identifier
113 * - Identifier
142 * - Identifier
160 * - Identifier
/Linux-v6.6/Documentation/filesystems/nfs/
Dclient-identifier.rst1 .. SPDX-License-Identifier: GPL-2.0
4 NFSv4 client identifier
9 system restarts. A special identifier and principal are maintained
14 There are risks if a client's NFSv4 identifier and its principal
50 Each NFSv4 client presents an identifier to NFSv4 servers so that
52 identifier consists of two elements:
63 NFSv4 servers tie this identifier to the principal and security
67 the identifier.
123 Selecting an appropriate client identifier
155 /sys/fs/nfs/net/nfs_client/identifier
[all …]

12345678910>>...393