/linux-5.10/drivers/staging/media/omap4iss/ |
D | iss.h | 166 u32 offset) in iss_reg_read() 180 u32 offset, u32 value) in iss_reg_write() 194 u32 offset, u32 clr) in iss_reg_clr() 210 u32 offset, u32 set) in iss_reg_set() 229 u32 offset, u32 clr, u32 set) in iss_reg_update()
|
/linux-5.10/arch/mips/include/asm/octeon/ |
D | cvmx-led-defs.h | 39 #define CVMX_LED_PRT_STATUSX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A80ull) + ((offset) & 7) * 8) argument 40 #define CVMX_LED_UDD_CNTX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A20ull) + ((offset) & 1) * 8) argument 41 #define CVMX_LED_UDD_DATX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A38ull) + ((offset) & 1) * 8) argument 42 #define CVMX_LED_UDD_DAT_CLRX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC8ull) + ((offset) & 1) * 16) argument 43 #define CVMX_LED_UDD_DAT_SETX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC0ull) + ((offset) & 1) * 16) argument
|
/linux-5.10/drivers/nvmem/ |
D | sunxi_sid.c | 40 static int sunxi_sid_read(void *context, unsigned int offset, in sunxi_sid_read() 51 const unsigned int offset, in sun8i_sid_register_readout() 81 static int sun8i_sid_read_by_reg(void *context, unsigned int offset, in sun8i_sid_read_by_reg()
|
D | snvs_lpgpr.c | 25 int offset; member 52 static int snvs_lpgpr_write(void *context, unsigned int offset, void *val, in snvs_lpgpr_write() 78 static int snvs_lpgpr_read(void *context, unsigned int offset, void *val, in snvs_lpgpr_read()
|
/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gart.c | 221 int amdgpu_gart_unbind(struct amdgpu_device *adev, uint64_t offset, in amdgpu_gart_unbind() 273 int amdgpu_gart_map(struct amdgpu_device *adev, uint64_t offset, in amdgpu_gart_map() 311 int amdgpu_gart_bind(struct amdgpu_device *adev, uint64_t offset, in amdgpu_gart_bind()
|
/linux-5.10/drivers/gpu/drm/mediatek/ |
D | mtk_mipi_tx.c | 13 void mtk_mipi_tx_clear_bits(struct mtk_mipi_tx *mipi_tx, u32 offset, in mtk_mipi_tx_clear_bits() 21 void mtk_mipi_tx_set_bits(struct mtk_mipi_tx *mipi_tx, u32 offset, in mtk_mipi_tx_set_bits() 29 void mtk_mipi_tx_update_bits(struct mtk_mipi_tx *mipi_tx, u32 offset, in mtk_mipi_tx_update_bits()
|
/linux-5.10/include/linux/ |
D | kallsyms.h | 121 unsigned long *offset) in kallsyms_lookup_size_offset() 128 unsigned long *offset, in kallsyms_lookup() 157 … int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *mod… in lookup_symbol_attrs()
|
/linux-5.10/drivers/gpio/ |
D | gpio-altera.c | 106 static int altera_gpio_get(struct gpio_chip *gc, unsigned offset) in altera_gpio_get() 115 static void altera_gpio_set(struct gpio_chip *gc, unsigned offset, int value) in altera_gpio_set() 135 static int altera_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in altera_gpio_direction_input() 156 unsigned offset, int value) in altera_gpio_direction_output()
|
/linux-5.10/drivers/rtc/ |
D | rtc-rx8581.c | 191 static int rx8571_nvram_read(void *priv, unsigned int offset, void *val, in rx8571_nvram_read() 200 static int rx8571_nvram_write(void *priv, unsigned int offset, void *val, in rx8571_nvram_write() 209 static int rx85x1_nvram_read(void *priv, unsigned int offset, void *val, in rx85x1_nvram_read() 222 static int rx85x1_nvram_write(void *priv, unsigned int offset, void *val, in rx85x1_nvram_write()
|
/linux-5.10/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-nvidia.c | 40 int page, int offset) in nvidia_smmu_read_reg() 48 int page, int offset, u32 val) in nvidia_smmu_write_reg() 60 int page, int offset) in nvidia_smmu_read_reg64() 68 int page, int offset, u64 val) in nvidia_smmu_write_reg64()
|
D | arm-smmu-impl.c | 13 static int arm_smmu_gr0_ns(int offset) in arm_smmu_gr0_ns() 29 int offset) in arm_smmu_read_ns() 37 int offset, u32 val) in arm_smmu_write_ns()
|
/linux-5.10/include/linux/bcma/ |
D | bcma_driver_gmac_cmn.h | 90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument 91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument 92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument 93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
|
/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_buddy.c | 43 u64 offset; in igt_check_block() local 136 u64 offset; in igt_check_blocks() local 230 u64 offset; in igt_check_mm() local 638 u64 offset; in igt_buddy_alloc_range() local
|
/linux-5.10/drivers/gpu/drm/msm/edp/ |
D | edp.h | 19 #define edp_read(offset) msm_readl((offset)) argument 20 #define edp_write(offset, data) msm_writel((data), (offset)) argument
|
/linux-5.10/arch/arm/crypto/ |
D | chacha-scalar-core.S | 70 .macro __ldrd a, b, src, offset 79 .macro __strd a, b, dst, offset
|
/linux-5.10/arch/x86/entry/vdso/vdso32/ |
D | sigreturn.S | 73 #define do_cfa_expr(offset) \ argument 81 #define do_expr(regno, offset) \ argument
|
/linux-5.10/drivers/net/ethernet/apm/xgene-v2/ |
D | enet.c | 12 void xge_wr_csr(struct xge_pdata *pdata, u32 offset, u32 val) in xge_wr_csr() 19 u32 xge_rd_csr(struct xge_pdata *pdata, u32 offset) in xge_rd_csr()
|
/linux-5.10/drivers/staging/rtl8712/ |
D | rtl8712_efuse.h | 18 #define MAKE_EFUSE_HEADER(offset, word_en) (((offset & 0x0F) << 4) | \ argument 22 u8 offset; member
|
/linux-5.10/drivers/dma/ti/ |
D | edma.c | 309 static inline unsigned int edma_read(struct edma_cc *ecc, int offset) in edma_read() 314 static inline void edma_write(struct edma_cc *ecc, int offset, int val) in edma_write() 319 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify() 329 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and() 337 static inline void edma_or(struct edma_cc *ecc, int offset, unsigned or) in edma_or() 345 static inline unsigned int edma_read_array(struct edma_cc *ecc, int offset, in edma_read_array() 351 static inline void edma_write_array(struct edma_cc *ecc, int offset, int i, in edma_write_array() 357 static inline void edma_modify_array(struct edma_cc *ecc, int offset, int i, in edma_modify_array() 363 static inline void edma_or_array(struct edma_cc *ecc, int offset, int i, in edma_or_array() 369 static inline void edma_or_array2(struct edma_cc *ecc, int offset, int i, int j, in edma_or_array2() [all …]
|
/linux-5.10/drivers/platform/x86/ |
D | intel_int0002_vgpio.c | 59 static int int0002_gpio_get(struct gpio_chip *chip, unsigned int offset) in int0002_gpio_get() 64 static void int0002_gpio_set(struct gpio_chip *chip, unsigned int offset, in int0002_gpio_set() 70 unsigned int offset, int value) in int0002_gpio_direction_output()
|
/linux-5.10/drivers/mtd/parsers/ |
D | bcm47xxpart.c | 51 uint32_t offset[3]; member 55 u64 offset, uint32_t mask_flags) in bcm47xxpart_add_part() 94 uint32_t offset; in bcm47xxpart_parse() local
|
/linux-5.10/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 73 unsigned int offset; in xadc_get_threshold_offset() local 166 unsigned int offset = xadc_get_threshold_offset(chan, dir); in xadc_read_event_value() local 190 unsigned int offset = xadc_get_threshold_offset(chan, dir); in xadc_write_event_value() local
|
/linux-5.10/drivers/media/pci/cobalt/ |
D | cobalt-cpld.c | 13 #define ADRS(offset) (COBALT_BUS_CPLD_BASE + offset) argument 15 static u16 cpld_read(struct cobalt *cobalt, u32 offset) in cpld_read() 20 static void cpld_write(struct cobalt *cobalt, u32 offset, u16 val) in cpld_write()
|
/linux-5.10/tools/io_uring/ |
D | io_uring-cp.c | 29 off_t first_offset, offset; member 84 static int queue_read(struct io_uring *ring, off_t size, off_t offset) in queue_read() 127 off_t write_left, offset; in copy_file() local
|
/linux-5.10/lib/ |
D | generic-radix-tree.c | 54 void *__genradix_ptr(struct __genradix *radix, size_t offset) in __genradix_ptr() 104 void *__genradix_ptr_alloc(struct __genradix *radix, size_t offset, in __genradix_ptr_alloc() 220 size_t offset; in __genradix_prealloc() local
|