/linux/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-aarch64.c | 13 static unw_accessors_t accessors; variable 19 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-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()
|
/linux/rust/kernel/net/ |
H A D | phy.rs | 315 // where we hold `phy_device->lock`, so the accessors on in soft_reset_callback() 330 // it's not published yet, so the accessors on `Device` are okay in probe_callback() 344 // where we hold `phy_device->lock`, so the accessors on in get_features_callback() 357 // SAFETY: The C core code ensures that the accessors on 371 // SAFETY: The C core code ensures that the accessors on 386 // where we hold `phy_device->lock`, so the accessors on in config_aneg_callback() 400 // where we hold `phy_device->lock`, so the accessors on in read_status_callback() 416 // where we hold `phy_device->lock`, so the accessors on in match_phy_device_callback() 432 // where we hold `phy_device->lock`, so the accessors on in read_mmd_callback() 452 // where we hold `phy_device->lock`, so the accessors o in write_mmd_callback() [all...] |
/linux/include/linux/ |
H A D | virtio_config.h | 415 /* Memory accessors */ 465 /* Config space accessors. */ 494 /* Config space accessors. */ 529 /* LE (e.g. modern) Config space accessors. */ 677 /* Conditional config space accessors. */ 688 /* Conditional config space accessors. */
|
H A D | timekeeper_internal.h | 45 * for the fast NMI safe accessors. 125 * the ktime_get() and ktime_get_ts64() family of time accessors. Struct
|
/linux/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 32 /* Table based DCR accessors */ 36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
|
/linux/drivers/soc/litex/ |
H A D | Kconfig | 16 accessors.
|
/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 1 ktime accessors 175 some drivers may actually want the higher resolution accessors
|
/linux/arch/arm/common/ |
H A D | Makefile | 9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
H A D | krait-l2-accessors.c | 8 #include <asm/krait-l2-accessors.h>
|
/linux/Documentation/devicetree/bindings/soc/litex/ |
H A D | litex,soc-controller.yaml | 14 and to check if those accessors are ready to be used.
|
/linux/fs/btrfs/ |
H A D | raid-stripe-tree.h | 12 #include "accessors.h"
|
/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 247 To access such GPIOs, a different set of accessors is defined:: 253 IRQ handler, and those accessors must be used instead of spinlock-safe 254 accessors without the cansleep() name suffix. 256 Other than the fact that these accessors might sleep, and will work on GPIOs
|
/linux/drivers/soc/qcom/ |
H A D | kryo-l2-accessors.c | 9 #include <soc/qcom/kryo-l2-accessors.h>
|
/linux/drivers/staging/media/tegra-video/ |
H A D | tegra210.c | 8 * VI and CSI SoC specific data, operations and registers accessors. 146 /* Tegra210 VI registers accessors */ 158 /* Tegra210 VI_CSI registers accessors */ 829 /* Tegra210 CSI PHY registers accessors */ 840 /* Tegra210 CSI Pixel parser registers accessors */ 863 /* Tegra210 CSI CIL A/B port registers accessors */
|
/linux/include/asm-generic/ |
H A D | mmiowb.h | 15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
|
/linux/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 25 /* Helpers common to all DRF accessors. */ 32 /* Helpers for DRF-MW accessors. */ 61 /* DRF accessors. */ 101 /* DRF-MW accessors. */
|
/linux/drivers/net/mdio/ |
H A D | acpi_mdio.c | 19 MODULE_DESCRIPTION("ACPI MDIO bus (Ethernet PHY) accessors");
|
/linux/lib/ |
H A D | Kconfig | 111 I/O accessors. 122 emulated iomem accessors.
|
/linux/rust/kernel/ |
H A D | io.rs | 22 /// instance providing the actual memory accessors. Only by the conversion into an `Io` structure 176 /// Converts an `IoRaw` into an `Io` instance, providing the accessors to the MMIO mapping.
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 151 /* Generic accessors to PTE bits */ 228 * Hence no need for other accessors
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi | 6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,
|