Searched full:identifier (Results 1 – 25 of 11779) sorted by relevance
12345678910>>...472
/kernel/linux/linux-5.10/scripts/coccinelle/api/ |
D | stream_open.cocci | 1 // 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 …]
|
D | atomic_as_refcounter.cocci | 1 // 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 …]
|
D | simple_open.cocci | 1 // 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;
|
D | platform_no_drv_owner.cocci | 1 // 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 …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | license-rules.rst | 1 .. 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-5.10/drivers/media/usb/as102/ |
D | as10x_cmd.h | 1 /* 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/ |
D | license-rules.rst | 1 .. 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-5.10/Documentation/networking/ |
D | ila.rst | 1 .. 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/ |
D | isp2400_input_system_public.h | 1 /* 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/ |
D | iw_cm.h | 1 /* 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 …]
|
D | rdma_cm.h | 1 /* 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 …]
|
D | ib_cm.h | 1 /* 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. 306 * ib_create_cm_id - Allocate a communication identifier. 311 * identifier. 321 * ib_destroy_cm_id - Destroy a connection identifier. 322 * @cm_id: Connection identifier to destroy. 324 * This call blocks until the connection identifier is destroyed. 338 * @cm_id: Connection identifier associated with the listen request. 339 * @service_id: Service identifier matched against incoming connection [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
D | fifo_monitor_public.h | 1 /* 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 …]
|
D | irq_public.h | 1 /* 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 …]
|
D | sp_public.h | 1 /* 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 …]
|
D | isp_public.h | 1 /* 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 …]
|
D | input_formatter_public.h | 1 /* 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
|
D | event_fifo_public.h | 1 /* 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
|
D | mmu_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 \param ID[in] MMU identifier 36 \param ID[in] MMU identifier 46 \param ID[in] MMU identifier 61 \param ID[in] MMU identifier 80 \param ID[in] MMU identifier
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | license-rules.rst | 1 .. 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-5.10/Documentation/devicetree/bindings/dma/ |
D | atmel-xdma.txt | 11 - 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-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_vbif.h | 1 /* 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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | colorspaces-defs.rst | 1 .. 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
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/debugfs/ |
D | debugfs_simple_attr.cocci | 1 // SPDX-License-Identifier: GPL-2.0 20 identifier dsa_fops; 28 identifier dsa.dsa_fops; 35 identifier dsa.dsa_fops; 43 identifier dsa.dsa_fops; 49 identifier dsa.dsa_fops;
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
D | vtoc.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 45 char volid[6]; /* volume identifier */ 60 char volid[6]; /* volume identifier */ 91 __u8 DS1FMTID; /* format identifier */ 127 __u8 DS4IDFMT; /* format identifier */ 166 char DS5KEYID[4]; /* key identifier */ 169 __u8 DS5FMTID; /* format identifier */ 182 char DS7KEYID[4]; /* key identifier */ 184 __u8 DS7FMTID; /* format identifier */ 191 __u8 label_id[4]; /* Label identifier */ [all …]
|
12345678910>>...472