| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_wrapper.c | 63 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn35; in dml2_init() 66 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn351; in dml2_init() 69 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn36; in dml2_init() 72 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn32; in dml2_init() 75 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn321; in dml2_init() 78 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn401; in dml2_init() 81 (*dml2)->v20.dml_core_ctx.project = dml_project_default; in dml2_init()
|
| H A D | dml2_wrapper_fpu.c | 76 if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 && in map_hw_resources() 77 dml2->v20.dml_core_ctx.project != dml_project_dcn36 && in map_hw_resources() 78 dml2->v20.dml_core_ctx.project != dml_project_dcn351) { in map_hw_resources() 169 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in calculate_lowest_supported_state_for_temp_read() 276 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml_mode_support_wrapper() 527 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml2_validate_only()
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | mod.rs | 73 fn project(src: PtrInner<'_, Src>) -> *mut Dst; in project() method 102 fn project(src: PtrInner<'_, T>) -> *mut T { in project() method 130 fn project(src: PtrInner<'_, Src>) -> *mut Dst { in project() method 157 fn project(src: PtrInner<'_, Src>) -> *mut Dst { in project() method 196 fn project(src: PtrInner<'_, Src>) -> *mut Dst { in project() function 257 fn project(src: PtrInner<'_, T>) -> *mut T::Type { in project() function 258 T::project(src) in project() 330 fn project(t: PtrInner<'_, T>) -> *mut V { in project() function 331 t.project::<_, TU>().project::<_, UV>().as_ptr() in project() 374 fn project(src: PtrInner<'_, T>) -> *mut [u8] { in project() method [all …]
|
| /linux/Documentation/process/ |
| H A D | code-of-conduct.rst | 10 contributors and maintainers pledge to making participation in our project and 57 This Code of Conduct applies both within project spaces and in public spaces 58 when an individual is representing the project or its community. Examples of 59 representing a project or community include using an official project e-mail 61 representative at an online or offline event. Representation of a project may be 62 further defined and clarified by project maintainers.
|
| H A D | conclave.rst | 3 Linux kernel project continuity 6 The Linux kernel development project is widely distributed, with over 15 project will need to find one or more replacements without delay. The 33 the expectation that it maximizes the long term health of the project
|
| H A D | 3.Early-stage.rst | 6 When contemplating a Linux kernel development project, it can be tempting 7 to jump right in and start coding. As with any significant project, 16 Like any engineering project, a successful kernel enhancement starts with a 58 So, when contemplating a kernel development project, one should obtain 74 When planning a kernel development project, it makes great sense to hold 145 development project. 174 project. 186 not assume that it means there is no interest in the project. 201 of a kernel development project, the better off everybody involved will be. 223 without requiring public disclosure of the project.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 19 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 64 - clang (preferably built from sources, https://github.com/llvm/llvm-project); 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0 237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229 254 .. _0: https://github.com/llvm/llvm-project/commit/6b01b465388b204d543da3cf49efd6080db094a9 255 .. _1: https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f 256 .. _2: https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99 257 .. _3: https://github.com/llvm/llvm-project/commit/6d218b4adb093ff2e9764febbbc89f429412006c 258 .. _4: https://github.com/llvm/llvm-project/commit/6d6750696400e7ce988d66a1a00e1d0cb32815f8 [all …]
|
| /linux/rust/kernel/ptr/ |
| H A D | projection.rs | 247 /// It is not allowed to project into types that implement custom [`Deref`] or 250 /// The macro has basic syntax of `kernel::ptr::project!(ptr, projection)`, where `ptr` is an 256 /// `kernel::ptr::project!(mut ptr, projection)`. By default, a const pointer is created. 258 /// The `ptr::project!` macro can perform both fallible indexing and build-time checked indexing. 273 /// let field_ptr: *const u32 = kernel::ptr::project!(ptr, .field); 278 /// let field_ptr: *const u32 = kernel::ptr::project!(ptr, .1); 287 /// let field_ptr: *const u8 = kernel::ptr::project!(ptr, [build: 1]); 290 /// // kernel::ptr::project!(ptr, [build: 128]); 293 /// kernel::ptr::project!(ptr, [try: 128]); 296 /// kernel::ptr::project!(pt [all...] |
| /linux/drivers/net/can/ctucanfd/ |
| H A D | Kconfig | 5 More documentation and core sources at project page 10 from project (https://gitlab.fel.cvut.cz/canbus/pcie-ctucanfd) and 11 on Intel SoC from project (https://gitlab.fel.cvut.cz/canbus/intel-soc-ctucanfd). 20 The project providing FPGA design for Intel EP4CGX15 based DB4CGX15
|
| /linux/Documentation/devicetree/bindings/mips/img/ |
| H A D | xilfpga.txt | 11 project provided by IMG. 13 The example project runs on the Nexys4DDR board by Digilent powered by 16 Relevant details about the example project and the Nexys4DDR board: 76 When the example project bitstream is loaded, the cpu_reset button
|
| /linux/samples/bpf/ |
| H A D | README.rst | 8 moved to the xdp-tools repository: https://github.com/xdp-project/xdp-tools 82 $ git clone https://github.com/llvm/llvm-project.git 83 $ mkdir -p llvm-project/llvm/build 84 $ cd llvm-project/llvm/build 94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | try_from_bytes.rs | 259 …fn project(slf: #zerocopy_crate::pointer::PtrInner<'_, Self>) -> *mut <Self as #has_field_path>::T… in derive_is_bit_valid() 262 slf.project::<___ZerocopyRawEnum #ty_generics, CastSized>() in derive_is_bit_valid() 263 ….project::<_, Projection<_, { #zerocopy_crate::STRUCT_VARIANT_ID }, { #zerocopy_crate::ident_id!(v… in derive_is_bit_valid() 264 ….project::<_, Projection<_, { #zerocopy_crate::REPR_C_UNION_VARIANT_ID }, { #zerocopy_crate::ident… in derive_is_bit_valid() 265 ….project::<_, Projection<_, { #zerocopy_crate::STRUCT_VARIANT_ID }, { #zerocopy_crate::ident_id!(v… in derive_is_bit_valid() 266 ….project::<_, Projection<_, { #zerocopy_crate::STRUCT_VARIANT_ID }, { #zerocopy_crate::ident_id!(#… in derive_is_bit_valid() 272 let project = ImplBlockBuilder::new( in derive_is_bit_valid() localVariable 298 #project in derive_is_bit_valid() 433 let variants = #zerocopy_crate::into_inner!(raw_enum.project::< in derive_is_bit_valid() 509 …fn project(slf: #zerocopy_crate::pointer::PtrInner<'_, Self>) -> *mut <Self as #has_field_path>::T… in derive_has_field_struct_union() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_lib.h | 88 enum dml_project project; member 99 enum dml_project project);
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 64 git clone https://github.com/llvm/llvm-project.git 65 ln -s ../../clang llvm-project/llvm/tools/ 66 mkdir llvm-project-build 67 cd llvm-project-build 72 ../llvm-project/llvm
|
| /linux/Documentation/tee/ |
| H A D | ts-tee.rst | 4 TS-TEE (Trusted Services project) 9 Trusted Services [1] is a TrustedFirmware.org project that provides a framework 11 Secure Partitions. The project hosts the reference implementation of the Arm
|
| /linux/Documentation/networking/ |
| H A D | sctp.rst | 21 The initial project goal is to create an Linux kernel reference implementation 36 For more information, please visit the lksctp project website:
|
| /linux/Documentation/userspace-api/ |
| H A D | dcdbas.rst | 15 700, and 750. Other Dell software such as the open source libsmbios project 19 The Dell libsmbios project aims towards providing access to as much BIOS 21 more information about the libsmbios project.
|
| /linux/tools/testing/memblock/ |
| H A D | README | 22 As this project uses the actual memblock code and has to run in user space, 27 consult them first before making any significant changes to the project. 57 The project has one target, main, which calls a group of checks for basic and
|
| /linux/Documentation/driver-api/acpi/ |
| H A D | linuxized-acpica.rst | 15 This document describes the ACPICA project and the relationship between 23 The ACPI Component Architecture (ACPICA) project provides an operating 30 The homepage of ACPICA project is: www.acpica.org, it is maintained and 119 The ACPICA project maintains its code base at the following repository URL: 123 As the coding style adopted by the ACPICA project is not acceptable by
|
| /linux/net/netlabel/ |
| H A D | Kconfig | 14 Documentation/netlabel as well as the NetLabel SourceForge project
|
| /linux/drivers/tee/tstee/ |
| H A D | Kconfig | 7 The Trusted Services project provides a framework for developing and
|
| /linux/Documentation/translations/ja_JP/process/ |
| H A D | submitting-patches.rst | 440 By making a contribution to this project, I certify that: 458 (d) I understand and agree that this project and the contribution 462 this project or the open source license(s) involved.
|
| /linux/Documentation/admin-guide/ |
| H A D | mono.rst | 15 https://www.mono-project.com/download/ 19 https://www.mono-project.com/docs/compiling-mono/linux/
|
| /linux/Documentation/ |
| H A D | conf.py | 273 project = "The Linux Kernel" variable 566 epub_title = project
|
| /linux/Documentation/usb/ |
| H A D | usb-help.rst | 10 - Linux-USB project: http://www.linux-usb.org
|