/linux/drivers/gpio/ |
H A D | gpio-mpsse.c | 213 static int gpio_mpsse_gpio_get(struct gpio_chip *chip, unsigned int offset) in gpio_mpsse_gpio_get() 230 static int gpio_mpsse_gpio_set(struct gpio_chip *chip, unsigned int offset, in gpio_mpsse_gpio_set() 243 unsigned int offset, int value) in gpio_mpsse_direction_output() 256 unsigned int offset) in gpio_mpsse_direction_input() 270 unsigned int offset) in gpio_mpsse_get_direction() 290 int irq_enabled, offset, err, value, fire_irq, in gpio_mpsse_poll() local 362 int offset; in gpio_mpsse_set_irq_type() local
|
H A D | gpio-tpic2810.c | 31 unsigned offset) in tpic2810_get_direction() 38 unsigned offset, int value) in tpic2810_direction_output() 63 static int tpic2810_set(struct gpio_chip *chip, unsigned int offset, int value) in tpic2810_set()
|
/linux/arch/um/drivers/ |
H A D | virtio_pcidev.c | 207 unsigned int offset, int size) in virtio_pcidev_cfgspace_read() 241 unsigned int offset, int size, in virtio_pcidev_cfgspace_write() 280 unsigned int offset, int size) in virtio_pcidev_bar_copy_from() 296 unsigned int offset, int size) in virtio_pcidev_bar_read() 321 int bar, unsigned int offset, in virtio_pcidev_bar_copy_to() 336 unsigned int offset, int size, in virtio_pcidev_bar_write() 364 unsigned int offset, u8 value, int size) in virtio_pcidev_bar_set()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 38 u64 offset; member 69 u64 offset = ef100_pci_get_bar_bits(efx, entry_location, EF100_FUNC_CTL_WIN_OFF) << in ef100_pci_parse_ef100_entry() local 112 u64 offset; in ef100_pci_parse_continue_entry() local 179 static int ef100_pci_walk_xilinx_table(struct efx_nic *efx, u64 offset, in ef100_pci_walk_xilinx_table() 286 u64 offset = 0; in ef100_pci_parse_xilinx_cap() local
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | phy_shim.c | 98 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v) in wlapi_bmac_write_shm() 103 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset) in wlapi_bmac_read_shm() 188 wlapi_bmac_write_template_ram(struct phy_shim_info *physhim, int offset, in wlapi_bmac_write_template_ram() 204 wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint offset, void *buf, in wlapi_copyfrom_objmem() 211 wlapi_copyto_objmem(struct phy_shim_info *physhim, uint offset, const void *buf, in wlapi_copyto_objmem()
|
/linux/drivers/char/xilinx_hwicap/ |
H A D | buffer_icap.c | 102 u32 offset) in buffer_icap_get_bram() 175 u32 offset, u32 data) in buffer_icap_set_bram() 188 u32 offset, u32 count) in buffer_icap_device_read() 222 u32 offset, u32 count) in buffer_icap_device_write()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 30 xfs_fileoff_t offset) in xfs_rmap_ino_owner() 68 __u64 offset, in xfs_rmap_irec_offset_unpack() 89 uint64_t *offset, in xfs_owner_info_unpack() 107 uint64_t offset, in xfs_owner_info_pack()
|
H A D | xfs_attr_remote.c | 84 uint32_t offset, in xfs_attr3_rmt_hdr_ok() 256 uint32_t offset, in xfs_attr3_rmt_hdr_set() 296 unsigned int *offset, in xfs_attr_rmtval_copyout() 345 unsigned int *offset, in xfs_attr_rmtval_copyin() 409 unsigned int offset = 0; in xfs_attr_rmtval_get() local 507 unsigned int offset = 0; in xfs_attr_rmtval_set_value() local
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | delta-index.c | 220 u64 offset; in uds_reset_delta_index() local 404 static inline u32 get_field(const u8 *memory, u64 offset, u8 size) in get_field() 412 static inline void set_field(u32 value, u8 *memory, u64 offset, u8 size) in set_field() 562 static inline u64 get_big_field(const u8 *memory, u64 offset, u8 size) in get_big_field() 570 static inline void set_big_field(u64 value, u8 *memory, u64 offset, u8 size) in set_big_field() 582 static inline void set_zero(u8 *memory, u64 offset, u32 size) in set_zero() 606 u8 offset; in move_bits_down() local 646 u8 offset; in move_bits_up() local 715 u32 offset; in uds_pack_delta_index_page() local 841 size_t offset = 0; in uds_start_restoring_delta_index() local [all …]
|
/linux/drivers/clk/hisilicon/ |
H A D | reset.c | 33 u32 offset; in hisi_reset_of_xlate() local 48 u32 offset, reg; in hisi_reset_assert() local 69 u32 offset, reg; in hisi_reset_deassert() local
|
/linux/tools/testing/selftests/filesystems/fuse/ |
H A D | fuse_mnt.c | 44 off_t offset, struct fuse_file_info *fi) in test_readdir() 64 static int test_read(const char *path, char *buf, size_t size, off_t offset, in test_read() 85 off_t offset, struct fuse_file_info *fi) in test_write()
|
/linux/tools/perf/util/ |
H A D | dso.c | 842 static ssize_t bpf_read(struct dso *dso, u64 offset, char *data) in bpf_read() 901 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset) in __dso_cache__find() 933 u64 offset = new->offset; in dso_cache__insert() local 960 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, in dso_cache__memcpy() 974 u64 offset, char *data) in file_read() 1000 u64 offset, ssize_t *ret) in dso_cache__populate() 1041 u64 offset, in dso_cache__find() 1050 u64 offset, u8 *data, ssize_t size, bool out) in dso_cache_io() 1068 u64 offset, u8 *data, ssize_t size, bool out) in cached_io() 1161 u64 offset, u8 *data, ssize_t size, in data_read_write_offset() [all …]
|
/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sunxi.c | 68 u32 offset = 0; in sunxi_bank_offset() local 81 u32 offset = pin % PINS_PER_BANK * MUX_FIELD_WIDTH; in sunxi_mux_reg() local 92 u32 offset = pin % PINS_PER_BANK * DATA_FIELD_WIDTH; in sunxi_data_reg() local 103 u32 offset = pin % PINS_PER_BANK * pctl->dlevel_field_width; in sunxi_dlevel_reg() local 114 u32 offset = pin % PINS_PER_BANK * PULL_FIELD_WIDTH; in sunxi_pull_reg() local 837 unsigned offset, in sunxi_pmx_gpio_set_direction() 858 static int sunxi_pmx_request(struct pinctrl_dev *pctldev, unsigned offset) in sunxi_pmx_request() 904 static int sunxi_pmx_free(struct pinctrl_dev *pctldev, unsigned offset) in sunxi_pmx_free() 934 unsigned offset) in sunxi_pinctrl_gpio_direction_input() 942 static int sunxi_pinctrl_gpio_get(struct gpio_chip *chip, unsigned offset) in sunxi_pinctrl_gpio_get() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_iomap.c | 189 loff_t offset, in xfs_iomap_end_fsb() 479 loff_t offset, in xfs_iomap_prealloc_size() 612 xfs_off_t offset, in xfs_iomap_write_unwritten() 847 loff_t offset, in xfs_direct_write_iomap_begin() 1050 loff_t offset, in xfs_zoned_direct_write_iomap_begin() 1097 loff_t offset, in xfs_atomic_write_cow_iomap_begin() 1529 loff_t offset, in xfs_zoned_buffered_write_iomap_begin() 1699 loff_t offset, in xfs_buffered_write_iomap_begin() 1954 loff_t offset, in xfs_buffered_write_delalloc_punch() 1970 loff_t offset, in xfs_buffered_write_iomap_end() [all …]
|
/linux/sound/firewire/motu/ |
H A D | motu-transaction.c | 15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() argument 31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write() argument 49 int generation, unsigned long long offset, in handle_message() argument
|
/linux/tools/testing/selftests/timens/ |
H A D | timens.c | 33 time_t offset; member 88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument 151 time_t offset; in main() local [all...] |
/linux/tools/testing/selftests/net/ |
H A D | sk_so_peek_off.c | 41 static void sk_peek_offset_set(int s, int offset) in sk_peek_offset_set() 49 int offset; in sk_peek_offset_get() local 68 int offset = 0; in sk_peek_offset_test() local
|
/linux/drivers/fsi/ |
H A D | i2cr-scom.c | 20 static loff_t i2cr_scom_llseek(struct file *file, loff_t offset, int whence) in i2cr_scom_llseek() 35 static ssize_t i2cr_scom_read(struct file *filep, char __user *buf, size_t len, loff_t *offset) in i2cr_scom_read() 56 loff_t *offset) in i2cr_scom_write()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_sysfs.c | 47 static int l3_access_valid(struct drm_i915_private *i915, loff_t offset) in l3_access_valid() 64 loff_t offset, size_t count) in i915_l3_read() 92 loff_t offset, size_t count) in i915_l3_write()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.c | 87 uint offset, void *buf, ulong *len) in qla27xx_read_reg() 96 uint offset, uint32_t data, void *buf) in qla27xx_write_reg() 107 uint32_t addr, uint offset, uint count, uint width, void *buf, in qla27xx_read_window() 163 uint offset = ent->t256.pci_offset; in qla27xx_fwdt_entry_t256() local 179 uint offset = ent->t257.pci_offset; in qla27xx_fwdt_entry_t257() local 197 uint offset = ent->t258.pci_offset; in qla27xx_fwdt_entry_t258() local 216 uint offset = ent->t259.pci_offset; in qla27xx_fwdt_entry_t259() local 232 uint offset = ent->t260.pci_offset; in qla27xx_fwdt_entry_t260() local 246 uint offset = ent->t261.pci_offset; in qla27xx_fwdt_entry_t261() local 453 uint offset = ent->t267.pci_offset; in qla27xx_fwdt_entry_t267() local [all …]
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | copy-paste.h | 19 static inline int vas_copy(void *crb, int offset) in vas_copy() 29 static inline int vas_paste(void *paste_address, int offset) in vas_paste()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | sonic.h | 352 int offset, __u16 val) in sonic_buf_put() 365 int offset) in sonic_buf_get() 379 int offset, __u16 val) in sonic_cda_put() 387 int offset) in sonic_cda_get() 407 int offset, __u16 val) in sonic_tda_put() 415 int offset) in sonic_tda_get() 423 int offset, __u16 val) in sonic_rda_put() 431 int offset) in sonic_rda_get() 439 int offset, __u16 val) in sonic_rra_put() 447 int offset) in sonic_rra_get()
|
/linux/drivers/pinctrl/actions/ |
H A D | pinctrl-owl.c | 121 unsigned int offset) in owl_pin_dbg_show() 534 static int owl_gpio_request(struct gpio_chip *chip, unsigned int offset) in owl_gpio_request() 558 static void owl_gpio_free(struct gpio_chip *chip, unsigned int offset) in owl_gpio_free() 580 static int owl_gpio_get(struct gpio_chip *chip, unsigned int offset) in owl_gpio_get() 601 static int owl_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in owl_gpio_set() 621 static int owl_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in owl_gpio_direction_input() 643 unsigned int offset, int value) in owl_gpio_direction_output() 670 unsigned int offset, value, irq_type = 0; in irq_set_type() local 855 unsigned int pin, offset = 0, i; in owl_gpio_irq_handler() local 888 int ret, i, j, offset; in owl_gpio_init() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_pm.c | 34 static u32 *emit_wait(u32 *cs, u32 offset, int op, u32 value) in emit_wait() 47 static u32 *emit_store(u32 *cs, u32 offset, u32 value) in emit_store() 57 static u32 *emit_srm(u32 *cs, i915_reg_t reg, u32 offset) in emit_srm() 78 u32 offset = i915_ggtt_offset(engine->status_page.vma); in __measure_timestamps() local
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_serdes.c | 25 static void b53_serdes_write_blk(struct b53_device *dev, u8 offset, u16 block, in b53_serdes_write_blk() 32 static u16 b53_serdes_read_blk(struct b53_device *dev, u8 offset, u16 block) in b53_serdes_read_blk() 55 u8 offset, u16 block, u16 value) in b53_serdes_write() 62 u8 offset, u16 block) in b53_serdes_read()
|