/linux-6.8/drivers/vfio/pci/ |
D | vfio_pci_config.c | 34 #define is_bar(offset) \ argument 123 static int vfio_user_config_read(struct pci_dev *pdev, int offset, in vfio_user_config_read() 154 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write() 177 int offset, __le32 *val) in vfio_default_config_read() 203 int offset, __le32 val) in vfio_default_config_write() 250 int offset, __le32 *val) in vfio_direct_config_read() 275 int offset, __le32 val) in vfio_raw_config_write() 288 int offset, __le32 *val) in vfio_raw_config_read() 302 int offset, __le32 val) in vfio_virt_config_write() 310 int offset, __le32 *val) in vfio_virt_config_read() [all …]
|
/linux-6.8/drivers/gpio/ |
D | gpio-twl6040.c | 23 static int twl6040gpo_get(struct gpio_chip *chip, unsigned offset) in twl6040gpo_get() 35 static int twl6040gpo_get_direction(struct gpio_chip *chip, unsigned offset) in twl6040gpo_get_direction() 40 static int twl6040gpo_direction_out(struct gpio_chip *chip, unsigned offset, in twl6040gpo_direction_out() 47 static void twl6040gpo_set(struct gpio_chip *chip, unsigned offset, int value) in twl6040gpo_set()
|
D | gpio-xra1403.c | 45 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg() 50 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input() 58 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output() 75 static int xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) in xra1403_get_direction() 91 static int xra1403_get(struct gpio_chip *chip, unsigned int offset) in xra1403_get() 104 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
|
D | gpio-moxtet.c | 34 static int moxtet_gpio_get_value(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_value() 55 static void moxtet_gpio_set_value(struct gpio_chip *gc, unsigned int offset, in moxtet_gpio_set_value() 75 static int moxtet_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_direction() 89 unsigned int offset) in moxtet_gpio_direction_input() 102 unsigned int offset, int val) in moxtet_gpio_direction_output()
|
D | gpio-ts4900.c | 32 unsigned int offset) in ts4900_gpio_get_direction() 46 unsigned int offset) in ts4900_gpio_direction_input() 58 unsigned int offset, int value) in ts4900_gpio_direction_output() 88 static int ts4900_gpio_get(struct gpio_chip *chip, unsigned int offset) in ts4900_gpio_get() 98 static void ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, in ts4900_gpio_set()
|
D | gpio-pisosr.c | 57 unsigned offset) in pisosr_gpio_get_direction() 64 unsigned offset) in pisosr_gpio_direction_input() 71 unsigned offset, int value) in pisosr_gpio_direction_output() 77 static int pisosr_gpio_get(struct gpio_chip *chip, unsigned offset) in pisosr_gpio_get() 91 unsigned long offset; in pisosr_gpio_get_multiple() local
|
D | gpio-reg.c | 33 static int gpio_reg_get_direction(struct gpio_chip *gc, unsigned offset) in gpio_reg_get_direction() 41 static int gpio_reg_direction_output(struct gpio_chip *gc, unsigned offset, in gpio_reg_direction_output() 53 static int gpio_reg_direction_input(struct gpio_chip *gc, unsigned offset) in gpio_reg_direction_input() 60 static void gpio_reg_set(struct gpio_chip *gc, unsigned offset, int value) in gpio_reg_set() 77 static int gpio_reg_get(struct gpio_chip *gc, unsigned offset) in gpio_reg_get() 107 static int gpio_reg_to_irq(struct gpio_chip *gc, unsigned offset) in gpio_reg_to_irq()
|
D | gpio-amd8111.c | 76 static int amd_gpio_request(struct gpio_chip *chip, unsigned offset) in amd_gpio_request() 88 static void amd_gpio_free(struct gpio_chip *chip, unsigned offset) in amd_gpio_free() 97 static void amd_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_set() 112 static int amd_gpio_get(struct gpio_chip *chip, unsigned offset) in amd_gpio_get() 124 static int amd_gpio_dirout(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_dirout() 141 static int amd_gpio_dirin(struct gpio_chip *chip, unsigned offset) in amd_gpio_dirin()
|
D | gpio-madera.c | 24 unsigned int offset) in madera_gpio_get_direction() 43 static int madera_gpio_direction_in(struct gpio_chip *chip, unsigned int offset) in madera_gpio_direction_in() 54 static int madera_gpio_get(struct gpio_chip *chip, unsigned int offset) in madera_gpio_get() 71 unsigned int offset, int value) in madera_gpio_direction_out() 90 static void madera_gpio_set(struct gpio_chip *chip, unsigned int offset, in madera_gpio_set()
|
/linux-6.8/drivers/net/ethernet/ti/ |
D | cpsw-common.c | 11 #define CTRL_MAC_LO_REG(offset, id) ((offset) + 0x8 * (id)) argument 12 #define CTRL_MAC_HI_REG(offset, id) ((offset) + 0x8 * (id) + 0x4) argument 14 static int davinci_emac_3517_get_macid(struct device *dev, u16 offset, in davinci_emac_3517_get_macid() 41 static int cpsw_am33xx_cm_get_macid(struct device *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
|
/linux-6.8/crypto/async_tx/ |
D | async_xor.c | 100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs() 141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets() 182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() 273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() 281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero() 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() 409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()
|
/linux-6.8/drivers/net/wireless/microchip/wilc1000/ |
D | wlan_cfg.c | 61 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte() 72 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword() 84 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word() 96 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str() 110 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin() 224 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 259 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
|
/linux-6.8/drivers/net/ethernet/broadcom/ |
D | bgmac-platform.c | 36 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read() 41 static void platform_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_write() 46 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read() 51 static void platform_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_idm_write() 96 static void platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in platform_bgmac_cco_ctl_maskset() 111 static void platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in platform_bgmac_cmn_maskset32()
|
/linux-6.8/arch/powerpc/platforms/pasemi/ |
D | pci.c | 28 static inline int pa_pxp_offset_valid(u8 bus, u8 devfn, int offset) in pa_pxp_offset_valid() 41 u8 bus, u8 devfn, int offset) in pa_pxp_cfg_addr() 59 int offset, int len, u32 *val) in workaround_5945() 157 int offset, int len, u32 *val) in pa_pxp_read_config() 196 int offset, int len, u32 val) in pa_pxp_write_config() 285 void __iomem *__init pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) in pasemi_pci_getcfgaddr()
|
/linux-6.8/drivers/net/wireless/mediatek/mt76/ |
D | mmio.c | 10 static u32 mt76_mmio_rr(struct mt76_dev *dev, u32 offset) in mt76_mmio_rr() 20 static void mt76_mmio_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76_mmio_wr() 26 static u32 mt76_mmio_rmw(struct mt76_dev *dev, u32 offset, u32 mask, u32 val) in mt76_mmio_rmw() 33 static void mt76_mmio_write_copy(struct mt76_dev *dev, u32 offset, in mt76_mmio_write_copy() 39 static void mt76_mmio_read_copy(struct mt76_dev *dev, u32 offset, in mt76_mmio_read_copy() 122 u32 offset; in mt76_mmio_wed_init_rx_buf() local
|
/linux-6.8/tools/testing/selftests/mm/ |
D | uffd-common.c | 59 static void noop_alias_mapping(__u64 *start, size_t len, unsigned long offset) in noop_alias_mapping() 77 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() local 110 static void hugetlb_alias_mapping(__u64 *start, size_t len, unsigned long offset) in hugetlb_alias_mapping() 128 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() local 169 static void shmem_alias_mapping(__u64 *start, size_t len, unsigned long offset) in shmem_alias_mapping() 437 unsigned long offset; in uffd_handle_page_fault() local 569 unsigned long offset) in retry_copy_page() 597 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() 629 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page() 634 int move_page(int ufd, unsigned long offset, unsigned long len) in move_page()
|
/linux-6.8/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_sgmac.c | 14 static void xgene_enet_wr_csr(struct xgene_enet_pdata *p, u32 offset, u32 val) in xgene_enet_wr_csr() 19 static void xgene_enet_wr_clkrst_csr(struct xgene_enet_pdata *p, u32 offset, in xgene_enet_wr_clkrst_csr() 26 u32 offset, u32 val) in xgene_enet_wr_ring_if() 32 u32 offset, u32 val) in xgene_enet_wr_diag_csr() 38 u32 offset, u32 val) in xgene_enet_wr_mcx_csr() 45 static u32 xgene_enet_rd_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_csr() 50 static u32 xgene_enet_rd_diag_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_diag_csr() 55 static u32 xgene_enet_rd_mcx_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_mcx_csr() 334 u32 data, data1, data2, offset; in xgene_sgmac_init() local 487 u32 offset = p->port_id * MAC_OFFSET; in xgene_enet_cle_bypass() local
|
/linux-6.8/include/dt-bindings/clock/ |
D | dra7.h | 9 #define DRA7_CLKCTRL_INDEX(offset) ((offset) - DRA7_CLKCTRL_OFFSET) argument 22 #define DRA7_IPU_CLKCTRL_INDEX(offset) ((offset) - DRA7_IPU_CLKCTRL_OFFSET) argument 44 #define DRA7_VPE_CLKCTRL_INDEX(offset) ((offset) - DRA7_VPE_CLKCTRL_OFFSET) argument 71 #define DRA7_ATL_CLKCTRL_INDEX(offset) ((offset) - DRA7_ATL_CLKCTRL_OFFSET) argument 119 #define DRA7_PCIE_CLKCTRL_INDEX(offset) ((offset) - DRA7_PCIE_CLKCTRL_OFFSET) argument 125 #define DRA7_GMAC_CLKCTRL_INDEX(offset) ((offset) - DRA7_GMAC_CLKCTRL_OFFSET) argument 130 #define DRA7_L4PER_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER_CLKCTRL_OFFSET) argument 165 #define DRA7_L4SEC_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4SEC_CLKCTRL_OFFSET) argument 175 #define DRA7_L4PER2_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER2_CLKCTRL_OFFSET) argument 197 #define DRA7_L4PER3_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER3_CLKCTRL_OFFSET) argument
|
/linux-6.8/arch/sparc/lib/ |
D | memcpy.S | 20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
/linux-6.8/fs/ecryptfs/ |
D | read_write.c | 28 loff_t offset, size_t size) in ecryptfs_write_lower() 62 loff_t offset; in ecryptfs_write_lower_page_segment() local 93 int ecryptfs_write(struct inode *ecryptfs_inode, char *data, loff_t offset, in ecryptfs_write() 219 int ecryptfs_read_lower(char *data, loff_t offset, size_t size, in ecryptfs_read_lower() 252 loff_t offset; in ecryptfs_read_lower_page_segment() local
|
/linux-6.8/drivers/ssb/ |
D | pcmcia.c | 71 static int ssb_pcmcia_cfg_write(struct ssb_bus *bus, u8 offset, u8 value) in ssb_pcmcia_cfg_write() 83 static int ssb_pcmcia_cfg_read(struct ssb_bus *bus, u8 offset, u8 *value) in ssb_pcmcia_cfg_read() 197 u16 *offset) in select_core_and_segment() 223 static u8 ssb_pcmcia_read8(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read8() 239 static u16 ssb_pcmcia_read16(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read16() 255 static u32 ssb_pcmcia_read32(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read32() 275 size_t count, u16 offset, u8 reg_width) in ssb_pcmcia_block_read() 331 static void ssb_pcmcia_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_pcmcia_write8() 344 static void ssb_pcmcia_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_pcmcia_write16() 357 static void ssb_pcmcia_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_pcmcia_write32() [all …]
|
/linux-6.8/sound/firewire/dice/ |
D | dice.h | 134 unsigned int offset, in snd_dice_transaction_write_global() 142 unsigned int offset, in snd_dice_transaction_read_global() 150 unsigned int offset, in snd_dice_transaction_write_tx() 157 unsigned int offset, in snd_dice_transaction_read_tx() 164 unsigned int offset, in snd_dice_transaction_write_rx() 171 unsigned int offset, in snd_dice_transaction_read_rx() 178 unsigned int offset, in snd_dice_transaction_write_sync() 185 unsigned int offset, in snd_dice_transaction_read_sync()
|
/linux-6.8/arch/mips/kernel/ |
D | spram.c | 44 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag() 63 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag() 81 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag() 97 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag() 121 unsigned int offset = 0; in probe_spram() local
|
/linux-6.8/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 14 u32 offset, void *buf, int count) in __ocelot_bulk_read_ix() 27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset) in __ocelot_read_ix() 41 u32 offset) in __ocelot_write_ix() 54 enum ocelot_reg reg, u32 offset) in __ocelot_rmw_ix() 100 u32 reg, u32 offset) in __ocelot_target_read_ix() 110 u32 val, u32 reg, u32 offset) in __ocelot_target_write_ix()
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | evergreen_cs.c | 398 unsigned long offset; in evergreen_cs_track_validate_cb() local 565 unsigned long offset; in evergreen_cs_track_validate_stencil() local 662 unsigned long offset; in evergreen_cs_track_validate_depth() local 949 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in evergreen_cs_track_check() local 1793 uint64_t offset; in evergreen_packet3_check() local 1852 uint64_t offset; in evergreen_packet3_check() local 1888 uint64_t offset; in evergreen_packet3_check() local 1915 uint64_t offset; in evergreen_packet3_check() local 2092 uint64_t offset; in evergreen_packet3_check() local 2114 u64 offset, tmp; in evergreen_packet3_check() local [all …]
|