| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 83 * Low level MMIO accessors 85 * This provides the non-bus specific accessors to MMIO. Those are PowerPC 86 * specific and thus shouldn't be used in generic code. The accessors 94 * for the out_* accessors has the arguments in opposite order from the usual 95 * linux PCI accessors. Unlike those, they take the address first and the value 228 * PCI and standard ISA accessors 230 * Those are globally defined linux accessors for devices on PCI or ISA 237 * own implementation of some or all of the accessors. 298 * Non ordered and non-swapping "raw" accessors 433 * PCI PIO and MMIO accessors. [all …]
|
| H A D | dcr-native.h | 32 /* Table based DCR accessors */ 36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-libunwind.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
| H A D | test-libunwind-x86.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
| H A D | test-libunwind-arm.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
| H A D | test-libunwind-x86_64.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
| H A D | test-libunwind-aarch64.c | 13 static unw_accessors_t accessors; variable 19 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | vga.h | 18 * accessors, which are identical to the z_*() Zorro bus accessors.
|
| /OK3568_Linux_fs/yocto/meta-qt5/licenses/ |
| H A D | Digia-Qt-LGPL-Exception-1.1 | 9 structure layouts, accessors, macros, inline functions and 18 (iii) accessors; and (iv) small macros, templates and inline functions of
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Zip.h | 18 * One entry in the Zip archive. Treat this as opaque -- use accessors below. 21 * filename. We can change the accessors to retrieve the various pieces 109 * Simple accessors.
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.h | 16 * One entry in the Zip archive. Treat this as opaque -- use accessors below. 19 * filename. We can change the accessors to retrieve the various pieces 109 * Simple accessors.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | virtio_config.h | 278 /* Memory accessors */ 328 /* Config space accessors. */ 357 /* Config space accessors. */ 392 /* LE (e.g. modern) Config space accessors. */ 540 /* Conditional config space accessors. */ 551 /* Conditional config space accessors. */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | kvm_host.h | 501 /* Generate saved context simple accessors */ 559 /* Generate VZ guest context simple accessors */ 639 * These generate accessors operating on the saved context in RAM, and wrap them 640 * with the common guest C0 accessors (for use by common emulation code). 659 * We generate the common accessors operating exclusively on the saved context 676 * These generate accessors operating on the VZ guest context in hardware, and 677 * wrap them with the common guest C0 accessors (for use by common emulation 680 * Accessors operating on the saved context in RAM are also generated to allow 704 * Define accessors for CP0 registers that are accessible to the guest. These
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | engine.h | 47 // Method accessors. 49 // Method accessors take a method pointer and the size of the structure. The
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | arch_timer.h | 67 /* inline sysreg accessors that make erratum_handler() work */ 100 * These register accessors are marked inline so the compiler can
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/ |
| H A D | tegra210.c | 8 * VI and CSI SoC specific data, operations and registers accessors. 139 /* Tegra210 VI registers accessors */ 151 /* Tegra210 VI_CSI registers accessors */ 644 /* Tegra210 CSI PHY registers accessors */ 655 /* Tegra210 CSI Pixel parser registers accessors */ 678 /* Tegra210 CSI CIL A/B port registers accessors */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_hw.h | 344 /* ENETC register accessors */ 372 /* use these accessors only on the fast datapath under 462 /* general register accessors */ 470 /* port register accessors - PF only */ 476 /* global register accessors - PF only */ 479 /* BDR register accessors, see ENETC_BDR() */
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/ |
| H A D | clock_manager_gen5.h | 115 /* Clock speed accessors */ 126 /* Clock configuration accessors */
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | timekeeping.rst | 1 ktime accessors 174 some drivers may actually want the higher resolution accessors
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 241 To access such GPIOs, a different set of accessors is defined:: 247 IRQ handler, and those accessors must be used instead of spinlock-safe 248 accessors without the cansleep() name suffix. 250 Other than the fact that these accessors might sleep, and will work on GPIOs
|