Home
last modified time | relevance | path

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

123456789

/linux/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-aarch64.c13 static unw_accessors_t accessors; variable
19 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-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()
/linux/rust/kernel/net/
H A Dphy.rs315 // 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 Dvirtio_config.h415 /* 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 Dtimekeeper_internal.h45 * 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 Ddcr-native.h32 /* Table based DCR accessors */
36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
/linux/drivers/soc/litex/
H A DKconfig16 accessors.
/linux/Documentation/core-api/
H A Dtimekeeping.rst1 ktime accessors
175 some drivers may actually want the higher resolution accessors
/linux/arch/arm/common/
H A DMakefile9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
H A Dkrait-l2-accessors.c8 #include <asm/krait-l2-accessors.h>
/linux/Documentation/devicetree/bindings/soc/litex/
H A Dlitex,soc-controller.yaml14 and to check if those accessors are ready to be used.
/linux/fs/btrfs/
H A Draid-stripe-tree.h12 #include "accessors.h"
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst247 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 Dkryo-l2-accessors.c9 #include <soc/qcom/kryo-l2-accessors.h>
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c8 * 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 Dmmiowb.h15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h25 /* 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 Dacpi_mdio.c19 MODULE_DESCRIPTION("ACPI MDIO bus (Ethernet PHY) accessors");
/linux/lib/
H A DKconfig111 I/O accessors.
122 emulated iomem accessors.
/linux/rust/kernel/
H A Dio.rs22 /// 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 Dpgtable.h151 /* Generic accessors to PTE bits */
228 * Hence no need for other accessors
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,

123456789