/linux-6.8/drivers/clk/bcm/ |
D | clk-iproc.h | 92 unsigned int offset; member 101 unsigned int offset; member 111 unsigned int offset; member 121 unsigned int offset; member 130 unsigned int offset; member 143 unsigned int offset; member 174 unsigned int offset; member 194 unsigned int offset; member
|
/linux-6.8/fs/btrfs/ |
D | free-space-cache.c | 85 u64 offset) in __lookup_free_space_inode() 171 u64 ino, u64 offset) in __create_free_space_inode() 543 unsigned offset = 0; in io_ctl_set_crc() local 560 unsigned offset = 0; in io_ctl_check_crc() local 582 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() 740 struct btrfs_path *path, u64 offset) in __load_free_space_cache() 912 const u64 offset = info->offset; in copy_free_space_cache() local 921 u64 offset = info->offset; in copy_free_space_cache() local 1153 struct btrfs_path *path, u64 offset, in update_cache_item() 1304 struct btrfs_path *path, u64 offset) in __btrfs_wait_cache_io() [all …]
|
/linux-6.8/drivers/gpio/ |
D | gpio-tps6586x.c | 30 static int tps6586x_gpio_get(struct gpio_chip *gc, unsigned offset) in tps6586x_gpio_get() 43 static void tps6586x_gpio_set(struct gpio_chip *gc, unsigned offset, in tps6586x_gpio_set() 52 static int tps6586x_gpio_output(struct gpio_chip *gc, unsigned offset, in tps6586x_gpio_output() 67 static int tps6586x_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in tps6586x_gpio_to_irq()
|
D | gpio-bd71828.c | 19 static void bd71828_gpio_set(struct gpio_chip *chip, unsigned int offset, in bd71828_gpio_set() 39 static int bd71828_gpio_get(struct gpio_chip *chip, unsigned int offset) in bd71828_gpio_get() 57 static int bd71828_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in bd71828_gpio_set_config() 82 static int bd71828_get_direction(struct gpio_chip *chip, unsigned int offset) in bd71828_get_direction()
|
D | gpio-tangier.c | 63 static void __iomem *gpio_reg(struct gpio_chip *chip, unsigned int offset, in gpio_reg() 72 static void __iomem *gpio_reg_and_bit(struct gpio_chip *chip, unsigned int offset, in gpio_reg_and_bit() 83 static int tng_gpio_get(struct gpio_chip *chip, unsigned int offset) in tng_gpio_get() 93 static void tng_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in tng_gpio_set() 106 static int tng_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in tng_gpio_direction_input() 124 static int tng_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in tng_gpio_direction_output() 143 static int tng_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in tng_gpio_get_direction() 156 static int tng_gpio_set_debounce(struct gpio_chip *chip, unsigned int offset, in tng_gpio_set_debounce() 178 static int tng_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in tng_gpio_set_config()
|
D | gpio-palmas.c | 26 static int palmas_gpio_get(struct gpio_chip *gc, unsigned offset) in palmas_gpio_get() 57 static void palmas_gpio_set(struct gpio_chip *gc, unsigned offset, in palmas_gpio_set() 79 static int palmas_gpio_output(struct gpio_chip *gc, unsigned offset, in palmas_gpio_output() 102 static int palmas_gpio_input(struct gpio_chip *gc, unsigned offset) in palmas_gpio_input() 120 static int palmas_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in palmas_gpio_to_irq()
|
D | gpio-tegra186.c | 84 unsigned int offset; member 139 unsigned int offset; in tegra186_gpio_get_base() local 154 unsigned int offset; in tegra186_gpio_get_secure_base() local 203 unsigned int offset) in tegra186_gpio_get_direction() 221 unsigned int offset) in tegra186_gpio_direction_input() 244 unsigned int offset, int level) in tegra186_gpio_direction_output() 272 static int tegra186_gpio_en_hw_ts(struct gpio_chip *gc, u32 offset, in tegra186_gpio_en_hw_ts() 307 static int tegra186_gpio_dis_hw_ts(struct gpio_chip *gc, u32 offset, in tegra186_gpio_dis_hw_ts() 340 static int tegra186_gpio_get(struct gpio_chip *chip, unsigned int offset) in tegra186_gpio_get() 359 static void tegra186_gpio_set(struct gpio_chip *chip, unsigned int offset, in tegra186_gpio_set() [all …]
|
D | gpio-npcm-sgpio.c | 157 static const struct npcm_sgpio_bank *offset_to_bank(unsigned int offset) in offset_to_bank() 167 u8 *bit, unsigned int *offset) in npcm_sgpio_irqd_to_data() 204 static int npcm_sgpio_dir_in(struct gpio_chip *gc, unsigned int offset) in npcm_sgpio_dir_in() 212 static int npcm_sgpio_dir_out(struct gpio_chip *gc, unsigned int offset, int val) in npcm_sgpio_dir_out() 219 static int npcm_sgpio_get_direction(struct gpio_chip *gc, unsigned int offset) in npcm_sgpio_get_direction() 229 static void npcm_sgpio_set(struct gpio_chip *gc, unsigned int offset, int val) in npcm_sgpio_set() 247 static int npcm_sgpio_get(struct gpio_chip *gc, unsigned int offset) in npcm_sgpio_get() 323 unsigned int offset; in npcm_sgpio_irq_set_mask() local 360 unsigned int offset; in npcm_sgpio_irq_ack() local 387 unsigned int offset; in npcm_sgpio_set_type() local
|
D | gpio-timberdale.c | 43 unsigned offset, bool enabled) in timbgpio_update_bit() 89 static int timbgpio_to_irq(struct gpio_chip *gpio, unsigned offset) in timbgpio_to_irq() 105 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_disable() local 117 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_enable() local 129 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_type() local 190 int offset; in timbgpio_irq() local
|
/linux-6.8/drivers/reset/ |
D | reset-zynq.c | 23 u32 offset; member 35 int offset = id % BITS_PER_LONG; in zynq_reset_assert() local 52 int offset = id % BITS_PER_LONG; in zynq_reset_deassert() local 69 int offset = id % BITS_PER_LONG; in zynq_reset_status() local
|
/linux-6.8/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_ops.h | 71 #define STORE_RT_REG(hwfn, offset, val) \ argument 74 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument 82 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
|
/linux-6.8/include/linux/ |
D | highmem.h | 401 static inline void memset_page(struct page *page, size_t offset, int val, in memset_page() 412 size_t offset, size_t len) in memcpy_from_page() 421 static inline void memcpy_to_page(struct page *page, size_t offset, in memcpy_to_page() 432 static inline void memzero_page(struct page *page, size_t offset, size_t len) in memzero_page() 443 size_t offset, size_t len) in memcpy_from_folio() 463 static inline void memcpy_to_folio(struct folio *folio, size_t offset, in memcpy_to_folio() 501 size_t offset, void *kaddr) in folio_zero_tail() 536 static inline void folio_fill_tail(struct folio *folio, size_t offset, in folio_fill_tail() 577 size_t offset = offset_in_folio(folio, pos); in memcpy_from_file_folio() local
|
/linux-6.8/drivers/gpu/drm/vc4/ |
D | vc4_hdmi_regs.h | 146 unsigned int offset; member 156 #define VC4_HD_REG(reg, offset) _VC4_REG(VC4_HD, reg, offset) argument 157 #define VC4_HDMI_REG(reg, offset) _VC4_REG(VC4_HDMI, reg, offset) argument 158 #define VC5_CEC_REG(reg, offset) _VC4_REG(VC5_CEC, reg, offset) argument 159 #define VC5_CSC_REG(reg, offset) _VC4_REG(VC5_CSC, reg, offset) argument 160 #define VC5_DVP_REG(reg, offset) _VC4_REG(VC5_DVP, reg, offset) argument 161 #define VC5_PHY_REG(reg, offset) _VC4_REG(VC5_PHY, reg, offset) argument 162 #define VC5_RAM_REG(reg, offset) _VC4_REG(VC5_RAM, reg, offset) argument 163 #define VC5_RM_REG(reg, offset) _VC4_REG(VC5_RM, reg, offset) argument
|
/linux-6.8/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 17 int offset = fdt_path_offset(fdt, node_path); in node_offset() local 27 int offset = node_offset(fdt, node_path); in setprop() local 36 int offset = node_offset(fdt, node_path); in setprop_string() local 45 int offset = node_offset(fdt, node_path); in setprop_cell() local 54 int offset = fdt_path_offset(fdt, node_path); in getprop() local
|
/linux-6.8/net/netfilter/ |
D | nft_exthdr.c | 21 u8 offset; member 29 static unsigned int optlen(const u8 *opt, unsigned int offset) in optlen() 38 static int nft_skb_copy_to_reg(const struct sk_buff *skb, int offset, u32 *dest, unsigned int len) in nft_skb_copy_to_reg() 52 unsigned int offset = 0; in nft_exthdr_ipv6_eval() local 83 unsigned int *offset, int target) in ipv4_find_option() 148 unsigned int offset; in nft_exthdr_ipv4_eval() local 196 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_eval() local 240 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_set_eval() local 375 unsigned int offset = nft_thoff(pkt) + sizeof(struct sctphdr); in nft_exthdr_sctp_eval() local 503 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_init() local [all …]
|
/linux-6.8/drivers/pinctrl/stm32/ |
D | pinctrl-stm32.c | 158 u32 offset, u32 value) in stm32_gpio_backup_value() 164 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode() 173 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving() 180 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed() 187 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias() 197 unsigned offset, int value) in __stm32_gpio_set() 207 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() 223 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() 230 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set() 238 unsigned offset, int value) in stm32_gpio_direction_output() [all …]
|
/linux-6.8/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_ht.h | 10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
D | tables_phy_lcn.h | 10 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 11 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 12 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
/linux-6.8/arch/loongarch/lib/ |
D | xor_simd.c | 19 #define LD(reg, base, offset) \ argument 21 #define ST(reg, base, offset) \ argument 62 #define LD(reg, base, offset) \ argument 64 #define ST(reg, base, offset) \ argument
|
/linux-6.8/arch/mips/include/asm/octeon/ |
D | cvmx-agl-defs.h | 35 #define CVMX_AGL_GMX_PRTX_CFG(offset) (CVMX_ADD_IO_SEG(0x00011800E0000010ull) + ((offset) & 1) * 20… argument 36 #define CVMX_AGL_GMX_RXX_ADR_CAM0(offset) (CVMX_ADD_IO_SEG(0x00011800E0000180ull) + ((offset) & 1) … argument 37 #define CVMX_AGL_GMX_RXX_ADR_CAM1(offset) (CVMX_ADD_IO_SEG(0x00011800E0000188ull) + ((offset) & 1) … argument 38 #define CVMX_AGL_GMX_RXX_ADR_CAM2(offset) (CVMX_ADD_IO_SEG(0x00011800E0000190ull) + ((offset) & 1) … argument 39 #define CVMX_AGL_GMX_RXX_ADR_CAM3(offset) (CVMX_ADD_IO_SEG(0x00011800E0000198ull) + ((offset) & 1) … argument 40 #define CVMX_AGL_GMX_RXX_ADR_CAM4(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A0ull) + ((offset) & 1) … argument 41 #define CVMX_AGL_GMX_RXX_ADR_CAM5(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A8ull) + ((offset) & 1) … argument 42 #define CVMX_AGL_GMX_RXX_ADR_CAM_EN(offset) (CVMX_ADD_IO_SEG(0x00011800E0000108ull) + ((offset) & 1… argument 43 #define CVMX_AGL_GMX_RXX_ADR_CTL(offset) (CVMX_ADD_IO_SEG(0x00011800E0000100ull) + ((offset) & 1) *… argument 44 #define CVMX_AGL_GMX_RXX_DECISION(offset) (CVMX_ADD_IO_SEG(0x00011800E0000040ull) + ((offset) & 1) … argument [all …]
|
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.c | 201 u8 offset, wren; in read_efuse() local 387 u16 offset, u32 *value) in efuse_shadow_read() 399 void efuse_shadow_write(struct ieee80211_hw *hw, u8 type, u16 offset, in efuse_shadow_write() 415 u16 i, offset, base; in efuse_shadow_update() local 520 u16 offset, u8 *value) in efuse_shadow_read_1byte() 527 u16 offset, u16 *value) in efuse_shadow_read_2byte() 537 u16 offset, u32 *value) in efuse_shadow_read_4byte() 548 u16 offset, u8 value) in efuse_shadow_write_1byte() 556 u16 offset, u16 value) in efuse_shadow_write_2byte() 566 u16 offset, u32 value) in efuse_shadow_write_4byte() [all …]
|
/linux-6.8/fs/fat/ |
D | fatent.c | 24 int *offset, sector_t *blocknr) in fat12_ent_blocknr() 34 int *offset, sector_t *blocknr) in fat_ent_blocknr() 43 static void fat12_ent_set_ptr(struct fat_entry *fatent, int offset) in fat12_ent_set_ptr() 57 static void fat16_ent_set_ptr(struct fat_entry *fatent, int offset) in fat16_ent_set_ptr() 63 static void fat32_ent_set_ptr(struct fat_entry *fatent, int offset) in fat32_ent_set_ptr() 70 int offset, sector_t blocknr) in fat12_ent_bread() 103 int offset, sector_t blocknr) in fat_ent_bread() 321 int offset, sector_t blocknr) in fat_ent_update_ptr() 354 int err, offset; in fat_ent_read() local 441 int offset; in fat_ent_read_block() local [all …]
|
/linux-6.8/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 205 int buf_sz, unsigned long offset) in pread_adi() 260 int buf_sz, unsigned long offset) in pwrite_adi() 293 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi() 319 loff_t offset; in test0_prpw_aligned_1byte() local 354 loff_t offset; in test1_prpw_aligned_4096bytes() local 394 loff_t offset; in test2_prpw_aligned_10327bytes() local 434 loff_t offset; in test3_prpw_unaligned_12541bytes() local 521 loff_t offset; in test5_rw_aligned_1byte() local 567 loff_t offset; in test6_rw_aligned_9434bytes() local 619 loff_t offset; in test7_rw_aligned_14963bytes() local
|
/linux-6.8/drivers/ssb/ |
D | pci.c | 169 #define SPOFF(offset) ((offset) / sizeof(u16)) argument 327 static s8 sprom_extract_antgain(u8 sprom_revision, const u16 *in, u16 offset, in sprom_extract_antgain() 961 static u8 ssb_pci_read8(struct ssb_device *dev, u16 offset) in ssb_pci_read8() 974 static u16 ssb_pci_read16(struct ssb_device *dev, u16 offset) in ssb_pci_read16() 987 static u32 ssb_pci_read32(struct ssb_device *dev, u16 offset) in ssb_pci_read32() 1002 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_read() 1035 static void ssb_pci_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_pci_write8() 1048 static void ssb_pci_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_pci_write16() 1061 static void ssb_pci_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_pci_write32() 1076 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_write()
|
/linux-6.8/arch/x86/crypto/ |
D | sha256-avx2-asm.S | 208 offset = \disp + 1*4 define 259 offset = \disp + 2*4 define 309 offset = \disp + 3*4 define 414 offset = 4*1 + \disp define 454 offset = 4*2 + \disp define 494 offset = 4*3 + \disp define
|