| /linux/scripts/coccinelle/api/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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;
|
| H A D | platform_no_drv_owner.cocci | 1 // SPDX-License-Identifier: GPL-2.0-only 19 identifier __driver; 36 identifier match1.__driver; 45 identifier match1.__driver; 54 identifier __driver; 67 identifier match2.__driver; 76 identifier match2.__driver; 87 identifier match1.__driver; 98 identifier match1.__driver; 109 identifier match2.__driver; [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A 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 …]
|
| /linux/tools/net/sunrpc/xdrgen/grammars/ |
| H A D | xdr.lark | 4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque 5 | "opaque" identifier "<" [ value ] ">" -> variable_length_opaque 6 | "string" identifier "<" [ value ] ">" -> string 7 | type_specifier identifier "[" value "]" -> fixed_length_array 8 | type_specifier identifier "<" [ value ] ">" -> variable_length_array 9 | type_specifier "*" identifier -> optional_data 10 | type_specifier identifier -> basic 16 | identifier 35 | identifier 52 enum_body : "{" ( identifier "=" value ) ( "," identifier "=" value )* "}" [all …]
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | license-rules.rst | 1 .. SPDX-License-Identifier: GPL-2.0 69 C source: // SPDX-License-Identifier: <SPDX License Expression> 70 C header: /* SPDX-License-Identifier: <SPDX License Expression> */ 71 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */ 72 scripts: # SPDX-License-Identifier: <SPDX License Expression> 73 .rst: .. SPDX-License-Identifier: <SPDX License Expression> 74 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression> 92 // SPDX-License-Identifier: GPL-2.0+ 93 // SPDX-License-Identifier: LGPL-2.1+ 97 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note [all …]
|
| /linux/drivers/media/usb/as102/ |
| H A 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 …]
|
| /linux/Documentation/process/ |
| H A 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 …]
|
| /linux/Documentation/networking/ |
| H A 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 …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | isp2400_input_system_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 \param ID[in] RECEIVER identifier 15 \param cfg_ID[in] Configuration identifier 33 \param ID[in] RECEIVER identifier 34 \param port_ID[in] mipi PORT identifier 46 \param ID[in] RECEIVER identifier 47 \param port_ID[in] mipi PORT identifier 57 \param ID[in] RECEIVER identifier 58 \param port_ID[in] mipi PORT identifier 70 \param ID[in] RECEIVER identifier [all …]
|
| /linux/include/rdma/ |
| H A 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. 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 …]
|
| H A 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. 142 * rdma_create_id - Create an RDMA identifier. 162 * rdma_destroy_id - Destroys an RDMA identifier. 164 * @id: RDMA identifier. 172 * rdma_restrict_node_type - Restrict an RDMA identifier to specific 175 * @id: RDMA identifier. 182 * It needs to be called before the RDMA identifier is bound 189 * rdma_bind_addr - Bind an RDMA identifier to a source address and 192 * @id: RDMA identifier. [all …]
|
| H A 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. 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/Documentation/translations/it_IT/process/ |
| H A 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 …]
|
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| H A D | irq_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 \param ID[in] IRQ identifier 28 \param ID[in] IRQ identifier 40 \param ID[in] IRQ (device) identifier 41 \param irq[in] IRQ (channel) identifier 51 \param ID[in] IRQ (device) identifier 62 \param ID[in] IRQ (device) identifier 63 \param irq[in] IRQ (channel) identifier 73 \param ID[in] IRQ (device) identifier 82 \param ID[in] IRQ (device) identifier [all …]
|
| H A D | fifo_monitor_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 18 \param ID[in] FIFO_MONITOR identifier 19 \param switch_id[in] fifo switch identifier 31 \param ID[in] FIFO_MONITOR identifier 32 \param switch_id[in] fifo switch identifier 42 \param ID[in] FIFO_MONITOR identifier 53 \param ID[in] FIFO_MONITOR identifier 54 \param channel_id[in] fifo channel identifier 66 \param ID[in] FIFO_MONITOR identifier 67 \param switch_id[in] fifo switch identifier [all …]
|
| H A D | sp_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 \param ID[in] SP identifier 26 \param ID[in] SP identifier 39 \param ID[in] SP identifier 51 \param ID[in] SP identifier 64 \param ID[in] SP identifier 77 \param ID[in] SP identifier 90 \param ID[in] SP identifier 105 \param ID[in] SP identifier 120 \param ID[in] SP identifier [all …]
|
| H A D | input_formatter_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 \param ID[in] INPUT_FORMATTER identifier 24 \param ID[in] INPUT_FORMATTER identifier 42 \param ID[in] INPUT_FORMATTER identifier 51 \param ID[in] INPUT_FORMATTER identifier 62 \param ID[in] INPUT_FORMATTER identifier 73 \param ID[in] INPUT_FORMATTER identifier 84 \param ID[in] INPUT_FORMATTER identifier 97 \param ID[in] INPUT_FORMATTER identifier
|
| H A D | isp_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 \param ID[in] SP identifier 26 \param ID[in] ISP identifier 39 \param ID[in] ISP identifier 51 \param ID[in] ISP identifier 64 \param ID[in] ISP identifier 77 \param ID[in] ISP identifier 90 \param ID[in] ISP identifier 105 \param ID[in] ISP identifier 120 \param ID[in] ISP identifier [all …]
|
| H A D | event_fifo_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 \param ID[in] EVENT identifier 24 \param ID[in] EVENT identifier 35 \param ID[in] EVENT identifier 44 \param ID[in] EVENT identifier 55 \param ID[in] EVENT identifier 64 \param ID[in] EVENT identifier
|
| /linux/include/drm/intel/ |
| H A D | xe_sriov_vfio.h | 1 /* SPDX-License-Identifier: MIT */ 33 * @vfid: the VF identifier (can't be 0) 45 * @vfid: the VF identifier (can't be 0) 56 * @vfid: the VF identifier (can't be 0) 67 * @vfid: the VF identifier (can't be 0) 76 * @vfid: the VF identifier (can't be 0) 85 * @vfid: the VF identifier (can't be 0) 94 * @vfid: the VF identifier (can't be 0) 103 * @vfid: the VF identifier (can't be 0) 114 * @vfid: the VF identifier (can't be 0) [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A 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
|
| /linux/include/linux/ |
| H A D | ieee80211-mesh.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 77 * @meshconf_psel: Active Path Selection Protocol Identifier 78 * @meshconf_pmetric: Active Path Selection Metric Identifier 79 * @meshconf_congest: Congestion Control Mode Identifier 80 * @meshconf_synch: Synchronization Method Identifier 81 * @meshconf_auth: Authentication Protocol Identifier 172 * enum ieee80211_mesh_sync_method - mesh synchronization method identifier 184 * enum ieee80211_mesh_path_protocol - mesh path selection protocol identifier 196 * enum ieee80211_mesh_path_metric - mesh path selection metric identifier 208 * enum ieee80211_root_mode_identifier - root mesh STA mode identifier
|
| /linux/scripts/coccinelle/misc/ |
| H A D | minmax.cocci | 1 // SPDX-License-Identifier: GPL-2.0-only 21 identifier func; 35 identifier func; 56 identifier func; 69 identifier func; 83 identifier func; 102 identifier func; 116 identifier func; 135 identifier func; 150 identifier func;
|