| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_DAC1064.h | 33 #define M1064_XCURCTRL_DIS 0x00 /* transparent, transparent, transparent, transparent */ 34 #define M1064_XCURCTRL_3COLOR 0x01 /* transparent, 0, 1, 2 */ 35 #define M1064_XCURCTRL_XGA 0x02 /* 0, 1, transparent, complement */ 36 #define M1064_XCURCTRL_XWIN 0x03 /* transparent, transparent, 0, 1 */
|
| /linux/net/netfilter/ |
| H A D | xt_socket.c | 3 * Transparent proxy support for Linux/iptables 63 bool transparent = true; in socket_match() local 72 /* Ignore non-transparent sockets, in socket_match() 76 transparent = inet_sk_transparent(sk); in socket_match() 79 transparent && sk_fullsock(sk)) in socket_match() 85 if (wildcard || !transparent) in socket_match() 124 bool transparent = true; in socket_mt6_v1_v2_v3() local 133 /* Ignore non-transparent sockets, in socket_mt6_v1_v2_v3() 137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3() 140 transparent in socket_mt6_v1_v2_v3() [all...] |
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 30 /// `#[repr(transparent)]` 31 Transparent(Span), enumerator 90 Transparent(_span) => "repr(transparent)", in repr_type_name() 113 matches!(self, Repr::Transparent(_)) in is_transparent() 203 Transparent(span) => ts.append_all(quote_spanned! { *span=> #[repr(transparent)] }), in to_tokens() 271 Transparent, enumerator 330 Transparent | C | Rust | Align(_) | PackedN(_) | Packed => { in try_from() 339 Transparent | Align(_) | PackedN(_) | Packed => Err(FromRawReprError::None), in try_from() 354 | Transparent | C | Rust | Align(_) => Err(UnsupportedReprError), in try_from() 362 | Transparent | C | Rust => Err(FromRawReprError::None), in try_from() [all …]
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | fsl,cpm1-scc-qmc.yaml | 78 enum: [transparent, hdlc] 79 default: transparent 83 - transparent: The channel handles raw data without any processing 90 This flag is used only in 'transparent' mode. 167 fsl,operational-mode = "transparent"; 176 fsl,operational-mode = "transparent";
|
| H A D | fsl,qe-ucc-qmc.yaml | 90 enum: [transparent, hdlc] 91 default: transparent 95 - transparent: The channel handles raw data without any processing 102 This flag is used only in 'transparent' mode. 171 fsl,operational-mode = "transparent"; 180 fsl,operational-mode = "transparent";
|
| /linux/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 88 .. _fdl-transparent: 90 A "Transparent" copy of the :ref:`Document <fdl-document>` means a 97 for input to text formatters. A copy made in an otherwise Transparent 99 subsequent modification by readers is not Transparent. A copy that is 100 not "Transparent" is called "Opaque". 102 Examples of suitable formats for Transparent copies include plain ASCII 165 If you publish or distribute :ref:`Opaque <fdl-transparent>` copies of 167 either include a machine-readable :ref:`Transparent <fdl-transparent>` 170 Transparent copy of the Document, free of added material, which the 175 Transparent copy will remain thus accessible at the stated location [all …]
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | unaligned.rs | 21 /// - `repr(C)` or `repr(transparent)` and 35 …"must have #[repr(C)], #[repr(transparent)], or #[repr(packed)] attribute in order to guarantee th… in derive_unaligned_struct() 61 /// - `repr(C)` or `repr(transparent)` and 75 …"must have #[repr(C)], #[repr(transparent)], or #[repr(packed)] attribute in order to guarantee th… in derive_unaligned_union()
|
| H A D | into_bytes.rs | 31 // - repr(transparent): The layout and ABI of the whole struct is the in derive_into_bytes_struct() 80 // FIXME(#10): Support type parameters for non-transparent, non-packed in derive_into_bytes_struct() 156 "must be #[repr(C)], #[repr(packed)], or #[repr(transparent)]", in derive_into_bytes_union()
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.2 | 95 A "Transparent" copy of the Document means a machine-readable copy, 102 to text formatters. A copy made in an otherwise Transparent file 104 or discourage subsequent modification by readers is not Transparent. 105 An image format is not Transparent if used for any substantial amount 106 of text. A copy that is not "Transparent" is called "Opaque". 108 Examples of suitable formats for Transparent copies include plain 112 transparent image formats include PNG, XCF and JPG. Opaque formats 179 more than 100, you must either include a machine-readable Transparent 183 a complete Transparent copy of the Document, free of added material. 186 that this Transparent copy will remain thus accessible at the stated [all …]
|
| H A D | GFDL-1.1 | 87 A "Transparent" copy of the Document means a machine-readable copy, 94 to text formatters. A copy made in an otherwise Transparent file 96 subsequent modification by readers is not Transparent. A copy that is 97 not "Transparent" is called "Opaque". 99 Examples of suitable formats for Transparent copies include plain 153 more than 100, you must either include a machine-readable Transparent 156 Transparent copy of the Document, free of added material, which the 161 Transparent copy will remain thus accessible at the stated location 208 public access to a Transparent copy of the Document, and likewise
|
| /linux/rust/kernel/ |
| H A D | i2c.rs | 36 #[repr(transparent)] 59 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `i2c_device_id` and does not add 209 // SAFETY: `DeviceId` is a `#[repr(transparent)` wrapper of `struct i2c_device_id` and in i2c_id_info() 376 #[repr(transparent)] 405 // `I2cAdapter` is #[repr(transparent)], so this cast is valid. in get() 412 // SAFETY: `I2cAdapter` is a transparent wrapper of a type that doesn't depend on 436 #[repr(transparent)] 472 #[repr(transparent)] 484 // SAFETY: `I2cClient` is a transparent wrapper of `struct i2c_client`. 490 // SAFETY: `I2cClient` is a transparent wrapper of a type that doesn't depend on [all …]
|
| H A D | usb.rs | 85 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `struct usb_device_id` and in probe_callback() 122 #[repr(transparent)] 228 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `usb_device_id` and does not add in from_device_and_interface_info() 330 #[repr(transparent)] 342 // SAFETY: `usb::Interface` is a transparent wrapper of `struct usb_interface`. 348 // SAFETY: `Interface` is a transparent wrapper of a type that doesn't depend on in as_raw() 411 #[repr(transparent)] 423 // SAFETY: `Device` is a transparent wrapper of a type that doesn't depend on `Device`'s generic
|
| H A D | auxiliary.rs | 94 // SAFETY: `DeviceId` is a `#[repr(transparent)`] wrapper of `struct auxiliary_device_id` in probe_callback() 134 #[repr(transparent)] in new() 165 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `auxiliary_device_id` and does not add 238 #[repr(transparent)] 367 // SAFETY: `auxiliary::Device` is a transparent wrapper of `struct auxiliary_device`. in new() 373 // SAFETY: `Device` is a transparent wrapper of a type that doesn't depend on `Device`'s generic in new() 386 // CAST: `Self` a transparent wrapper of `bindings::auxiliary_device`. in new()
|
| H A D | pid_namespace.rs | 18 #[repr(transparent)] 38 // `PidNamespace` type being transparent makes the cast ok. in from_ptr()
|
| H A D | mm.rs | 47 #[repr(transparent)] 83 #[repr(transparent)] 135 // repr(transparent). in from_raw() 165 // to repr(transparent). in from_raw()
|
| H A D | pci.rs | 112 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `struct pci_device_id` and in probe_callback() 168 #[repr(transparent)] 233 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `pci_device_id` and does not add 339 #[repr(transparent)] 477 // SAFETY: `pci::Device` is a transparent wrapper of `struct pci_dev`. 483 // SAFETY: `Device` is a transparent wrapper of a type that doesn't depend on `Device`'s generic in dec_ref()
|
| /linux/drivers/ntb/ |
| H A D | Kconfig | 3 tristate "Non-Transparent Bridge support" 6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | Kconfig | 22 Select this configuration option to enable the Non-Transparent 36 Select this configuration option to enable the Non-Transparent
|
| /linux/include/video/ |
| H A D | cirrus.h | 113 #define CL_GR34 0x34 /* Transparent Color Select Low */ 114 #define CL_GR35 0x35 /* Transparent Color Select High */ 115 #define CL_GR38 0x38 /* Source Transparent Color Mask Low */ 116 #define CL_GR39 0x39 /* Source Transparent Color Mask High */
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 39 #[repr(transparent)] 72 #[repr(transparent)] in deref() 101 #[repr(transparent)]
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pcie_mac.c | 67 u32 transparent; member 90 if (cfg->transparent) { in t7xx_pcie_mac_atr_cfg() 165 cfg.transparent = T7XX_PCIE_DEV_DMA_TRANSPARENT; in t7xx_pcie_mac_atr_init()
|
| /linux/include/soc/fsl/qe/ |
| H A D | qmc.h | 94 * No flags are available in transparent mode and the read complete() flags 95 * parameter has no meaning in transparent mode.
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 77 /// [`Resource`] is a transparent wrapper around a valid `bindings::resource`. 78 #[repr(transparent)] 92 // SAFETY: Self is a transparent wrapper around `Opaque<bindings::resource>`. in from_raw()
|
| /linux/rust/zerocopy/src/ |
| H A D | macros.rs | 1041 // `#[repr(transparent)]` structs, and this `impl` block 1052 // `#[repr(transparent)]` structs, and this `impl` block requires all 1068 // `#[repr(transparent)]` structs, and this `impl` block requires all 1084 // `#[repr(transparent)]` structs, this `impl` block requires all field 1112 // `#[repr(transparent)]` structs, and this `impl` block requires all 1127 (@assert_allowed_struct_repr #[repr(transparent)]) => {}; 1130 compile_error!("repr must be `#[repr(transparent)]` or `#[repr(C)]`"); 1133 @struct_padding_check #[repr(transparent)] 1137 // SAFETY: `#[repr(transparent)]` structs cannot have the same layout as 1288 #[repr(transparent)] in test_transmute() [all …]
|
| /linux/Documentation/process/ |
| H A D | generated-content.rst | 72 Second, when making a contribution, be transparent about the origin of 73 content in cover letters and changelogs. You can be more transparent
|