Home
last modified time | relevance | path

Searched full:accessors (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h83 * 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 Ddcr-native.h32 /* Table based DCR accessors */
36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-libunwind.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-x86.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-arm.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-x86_64.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-aarch64.c13 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 Dvga.h18 * accessors, which are identical to the z_*() Zorro bus accessors.
/OK3568_Linux_fs/yocto/meta-qt5/licenses/
H A DDigia-Qt-LGPL-Exception-1.19 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 DZip.h18 * 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 DZip.h16 * 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 Dvirtio_config.h278 /* 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 Dkvm_host.h501 /* 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 Dengine.h47 // 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 Dengine.h47 // 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 Dengine.h47 // 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 Dengine.h47 // 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 Dengine.h47 // 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 Dengine.h47 // 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 Darch_timer.h67 /* 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 Dtegra210.c8 * 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 Denetc_hw.h344 /* 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 Dclock_manager_gen5.h115 /* Clock speed accessors */
126 /* Clock configuration accessors */
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dtimekeeping.rst1 ktime accessors
174 some drivers may actually want the higher resolution accessors
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst241 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

12345678910>>...15