| /Linux-v6.1/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-v6.1/drivers/pinctrl/ |
| D | pinctrl-stmfx.c | 45 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) argument 46 #define get_shift(offset) ((offset) % NR_GPIOS_PER_REG) argument 47 #define get_mask(offset) (BIT(get_shift(offset))) argument 103 static int stmfx_gpio_get(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_get() 116 static void stmfx_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in stmfx_gpio_set() 126 static int stmfx_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_get_direction() 147 static int stmfx_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_direction_input() 157 unsigned int offset, int value) in stmfx_gpio_direction_output() 169 unsigned int offset) in stmfx_pinconf_get_pupd() 183 unsigned int offset, u32 pupd) in stmfx_pinconf_set_pupd() [all …]
|
| /Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/ |
| D | radio.c | 99 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16() 126 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16() 139 u16 offset = 0x0400; in b43legacy_set_all_gains() local 174 u16 offset = 0x0400; in b43legacy_set_original_gains() local 317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write() 324 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_nrssi_hw_read() 905 u8 id, u16 offset, u16 value) in _stack_save() 919 u8 id, u16 offset) in _stack_restore() 937 #define phy_stacksave(offset) \ argument 942 #define phy_stackrestore(offset) \ argument [all …]
|
| /Linux-v6.1/drivers/vfio/pci/ |
| D | vfio_pci_config.c | 34 #define is_bar(offset) \ argument 122 static int vfio_user_config_read(struct pci_dev *pdev, int offset, in vfio_user_config_read() 153 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write() 176 int offset, __le32 *val) in vfio_default_config_read() 202 int offset, __le32 val) in vfio_default_config_write() 249 int offset, __le32 *val) in vfio_direct_config_read() 274 int offset, __le32 val) in vfio_raw_config_write() 287 int offset, __le32 *val) in vfio_raw_config_read() 301 int offset, __le32 val) in vfio_virt_config_write() 309 int offset, __le32 *val) in vfio_virt_config_read() [all …]
|
| /Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_sysfs.c | 246 loff_t offset, size_t size) in qlcnic_sysfs_validate_crb() 269 loff_t offset, size_t size) in qlcnic_sysfs_read_crb() 286 loff_t offset, size_t size) in qlcnic_sysfs_write_crb() 302 loff_t offset, size_t size) in qlcnic_sysfs_validate_mem() 315 loff_t offset, size_t size) in qlcnic_sysfs_read_mem() 337 loff_t offset, size_t size) in qlcnic_sysfs_write_mem() 401 char *buf, loff_t offset, in qlcnic_sysfs_write_pm_config() 451 char *buf, loff_t offset, in qlcnic_sysfs_read_pm_config() 544 char *buf, loff_t offset, in qlcnic_sysfs_write_esw_config() 628 char *buf, loff_t offset, in qlcnic_sysfs_read_esw_config() [all …]
|
| /Linux-v6.1/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-v6.1/drivers/gpio/ |
| D | gpio-xra1403.c | 46 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg() 51 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input() 59 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output() 76 static int xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) in xra1403_get_direction() 92 static int xra1403_get(struct gpio_chip *chip, unsigned int offset) in xra1403_get() 105 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
|
| 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-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-104-dio-48e.c | 83 static int dio48e_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_get_direction() 93 static int dio48e_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_direction_input() 103 static int dio48e_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in dio48e_gpio_direction_output() 114 static int dio48e_gpio_get(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_get() 131 static void dio48e_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in dio48e_gpio_set() 155 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_mask() local 181 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_unmask() local 207 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_set_type() local
|
| 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-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()
|
| /Linux-v6.1/drivers/net/ethernet/mscc/ |
| D | ocelot_io.c | 13 int __ocelot_bulk_read_ix(struct ocelot *ocelot, u32 reg, u32 offset, void *buf, in __ocelot_bulk_read_ix() 26 u32 __ocelot_read_ix(struct ocelot *ocelot, u32 reg, u32 offset) in __ocelot_read_ix() 39 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix() 51 u32 offset) in __ocelot_rmw_ix() 96 u32 reg, u32 offset) in __ocelot_target_read_ix() 106 u32 val, u32 reg, u32 offset) in __ocelot_target_write_ix()
|
| /Linux-v6.1/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-v6.1/arch/sh/mm/ |
| D | ioremap.c | 40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit() 72 #define __ioremap_29bit(offset, size, prot) NULL argument 89 unsigned long offset, last_addr, addr, orig_addr; in __ioremap_caller() local 147 static inline int iomapping_nontranslatable(unsigned long offset) in iomapping_nontranslatable()
|
| /Linux-v6.1/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-v6.1/arch/sparc/lib/ |
| D | memcpy.S | 19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
| D | memset.S | 30 #define STORE(source, base, offset, n) \ argument 42 #define STORE_LAST(source, base, offset, n) \ argument 49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument 59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
|
| /Linux-v6.1/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-v6.1/sound/soc/sof/ |
| D | ops.h | 294 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item() 306 u32 offset, u32 value) in snd_sof_dsp_write() 317 u32 offset, u64 value) in snd_sof_dsp_write64() 328 u32 offset) in snd_sof_dsp_read() 338 u32 offset) in snd_sof_dsp_read64() 350 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read() 357 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write() 364 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_mailbox_read() 371 u32 offset, void *src, size_t bytes) in snd_sof_dsp_mailbox_write() 543 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
|
| /Linux-v6.1/include/linux/ |
| D | find.h | 50 unsigned long offset) in find_next_bit() 80 unsigned long offset) in find_next_and_bit() 111 unsigned long offset) in find_next_andnot_bit() 139 unsigned long offset) in find_next_zero_bit() 339 unsigned long size, unsigned long offset) in find_next_and_bit_wrap() 361 unsigned long size, unsigned long offset) in find_next_bit_wrap() 418 unsigned long size, unsigned long offset) in find_next_zero_bit_le() 424 unsigned long size, unsigned long offset) in find_next_bit_le() 440 long size, unsigned long offset) in find_next_zero_bit_le() 473 long size, unsigned long offset) in find_next_bit_le()
|
| /Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/arch/mips/kernel/ |
| D | spram.c | 43 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag() 62 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag() 80 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag() 96 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag() 120 unsigned int offset = 0; in probe_spram() local
|