/linux/include/linux/ |
H A D | io-mapping.h | 66 unsigned long offset) in io_mapping_map_atomic_wc() 92 io_mapping_map_local_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_local_wc() 108 unsigned long offset, in io_mapping_map_wc() 155 unsigned long offset, in io_mapping_map_wc() 169 unsigned long offset) in io_mapping_map_atomic_wc() 191 io_mapping_map_local_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_local_wc()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.c | 21 int ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_read_nvm() 65 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() 124 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm() 187 static int ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word_aq() 251 u32 offset, size; in ice_get_flash_bank_offset() local 321 u32 offset, u8 *data, u32 length) in ice_read_flash_module() 355 ice_read_nvm_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_nvm_module() 382 ice_read_nvm_sr_copy(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_nvm_sr_copy() 408 ice_read_netlist_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_netlist_module() 429 int ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word() [all …]
|
/linux/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 105 int hl_snprintf_resize(char **buf, size_t *size, size_t *offset, in hl_snprintf_resize() 165 static int hl_print_resize_sync_engine(char **buf, size_t *size, size_t *offset, in hl_print_resize_sync_engine() 310 char **buf, size_t *size, size_t *offset, in hl_state_dump_print_syncs_single_block() 395 size_t *offset) in hl_state_dump_print_syncs() 513 size_t *offset) in hl_state_dump_print_monitors_single_block() 563 size_t *offset) in hl_state_dump_print_monitors() 606 char **buf, size_t *size, size_t *offset) in hl_state_dump_print_engine_fences() 654 size_t *size, size_t *offset) in hl_state_dump_print_fences() 685 size_t offset = 0, size = 0; in hl_state_dump() local
|
/linux/include/net/page_pool/ |
H A D | helpers.h | 110 unsigned int *offset, in page_pool_dev_alloc_frag() argument 119 unsigned int *offset, in page_pool_alloc_netmem() argument 148 unsigned int *offset, in page_pool_dev_alloc_netmem() argument 164 page_pool_alloc(struct page_pool * pool,unsigned int * offset,unsigned int * size,gfp_t gfp) page_pool_alloc() argument 183 page_pool_dev_alloc(struct page_pool * pool,unsigned int * offset,unsigned int * size) page_pool_dev_alloc() argument 194 unsigned int offset; page_pool_alloc_va() local 452 __page_pool_dma_sync_for_cpu(const struct page_pool * pool,const dma_addr_t dma_addr,u32 offset,u32 dma_sync_size) __page_pool_dma_sync_for_cpu() argument 473 page_pool_dma_sync_for_cpu(const struct page_pool * pool,const struct page * page,u32 offset,u32 dma_sync_size) page_pool_dma_sync_for_cpu() argument 481 page_pool_dma_sync_netmem_for_cpu(const struct page_pool * pool,const netmem_ref netmem,u32 offset,u32 dma_sync_size) page_pool_dma_sync_netmem_for_cpu() argument [all...] |
/linux/drivers/gpio/ |
H A D | gpio-tc3589x.c | 37 static int tc3589x_gpio_get(struct gpio_chip *chip, unsigned int offset) in tc3589x_gpio_get() 52 static int tc3589x_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) in tc3589x_gpio_set() 64 unsigned int offset, int val) in tc3589x_gpio_direction_output() 80 unsigned int offset) in tc3589x_gpio_direction_input() 91 unsigned int offset) in tc3589x_gpio_get_direction() 109 static int tc3589x_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in tc3589x_gpio_set_config() 164 int offset = d->hwirq; in tc3589x_gpio_irq_set_type() local 230 int offset = d->hwirq; in tc3589x_gpio_irq_mask() local 243 int offset = d->hwirq; in tc3589x_gpio_irq_unmask() local
|
H A D | gpio-wm8350.c | 26 static int wm8350_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_direction_in() 35 static int wm8350_gpio_get(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_get() 51 static int wm8350_gpio_set(struct gpio_chip *chip, unsigned int offset, in wm8350_gpio_set() 64 unsigned offset, int value) in wm8350_gpio_direction_out() 79 static int wm8350_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in wm8350_gpio_to_irq()
|
H A D | gpio-xtensa.c | 72 static int xtensa_impwire_get_direction(struct gpio_chip *gc, unsigned offset) in xtensa_impwire_get_direction() 77 static int xtensa_impwire_get_value(struct gpio_chip *gc, unsigned offset) in xtensa_impwire_get_value() 89 static int xtensa_expstate_get_direction(struct gpio_chip *gc, unsigned offset) in xtensa_expstate_get_direction() 94 static int xtensa_expstate_get_value(struct gpio_chip *gc, unsigned offset) in xtensa_expstate_get_value() 106 static int xtensa_expstate_set_value(struct gpio_chip *gc, unsigned int offset, in xtensa_expstate_set_value()
|
H A D | gpio-tps68470.c | 29 static int tps68470_gpio_get(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_get() 51 unsigned int offset) in tps68470_gpio_get_direction() 73 static int tps68470_gpio_set(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_set() 89 static int tps68470_gpio_output(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_output() 110 static int tps68470_gpio_input(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_input()
|
H A 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_set(struct gpio_chip *chip, unsigned int offset, in twl6040gpo_set() 59 static int twl6040gpo_direction_out(struct gpio_chip *chip, unsigned int offset, in twl6040gpo_direction_out()
|
H A 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 int 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()
|
H A 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 int ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, in ts4900_gpio_set()
|
/linux/security/ipe/ |
H A D | fs.c | 30 size_t len, loff_t *offset) in setaudit() 57 size_t len, loff_t *offset) in getaudit() 78 size_t len, loff_t *offset) in setenforce() 109 size_t len, loff_t *offset) in getenforce() 137 size_t len, loff_t *offset) in new_policy()
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mmio.h | 22 const unsigned int offset) in rt2x00mmio_register_read() 28 const unsigned int offset, in rt2x00mmio_register_multiread() 35 const unsigned int offset, in rt2x00mmio_register_write() 42 const unsigned int offset, in rt2x00mmio_register_multiwrite()
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A 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() 238 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 273 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
|
/linux/drivers/net/ethernet/apm/xgene/ |
H A 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/include/dt-bindings/clock/ |
H A 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/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 72 size_t len, unsigned long offset) in noop_alias_mapping() 90 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() local 124 size_t len, unsigned long offset) in hugetlb_alias_mapping() 142 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() local 184 size_t len, unsigned long offset) in shmem_alias_mapping() 457 unsigned long offset; in uffd_handle_page_fault() local 592 unsigned long offset) in retry_copy_page() 621 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp) in __copy_page() 653 int copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool wp) in copy_page() 658 int move_page(uffd_global_test_opts_t *gopts, unsigned long offset, unsigned long len) in move_page()
|
/linux/drivers/ssb/ |
H A 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/drivers/net/ethernet/broadcom/ |
H A 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/include/linux/pinctrl/ |
H A D | consumer.h | 76 pinctrl_gpio_can_use_line(struct gpio_chip *gc, unsigned int offset) in pinctrl_gpio_can_use_line() 82 pinctrl_gpio_request(struct gpio_chip *gc, unsigned int offset) in pinctrl_gpio_request() 88 pinctrl_gpio_free(struct gpio_chip *gc, unsigned int offset) in pinctrl_gpio_free() 93 pinctrl_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) in pinctrl_gpio_direction_input() 99 pinctrl_gpio_direction_output(struct gpio_chip *gc, unsigned int offset) in pinctrl_gpio_direction_output() 105 pinctrl_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in pinctrl_gpio_set_config()
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_chips.h | 49 static inline void pm8001_write_32(void *addr, u32 offset, __le32 val) in pm8001_write_32() 55 u32 offset) in pm8001_cr32() 65 static inline u32 pm8001_mr32(void __iomem *addr, u32 offset) in pm8001_mr32() 69 static inline void pm8001_mw32(void __iomem *addr, u32 offset, u32 val) in pm8001_mw32()
|
/linux/sound/firewire/dice/ |
H A 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/drivers/net/ethernet/ti/ |
H A 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/arch/sparc/lib/ |
H A 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/drivers/net/ethernet/mscc/ |
H A 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()
|