Searched refs:byte_offset (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c37 static int ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
39 static int ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
2060 * @byte_offset: byte offset to read
2067 static int ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
2097 status = ixgbe_read_i2c_byte_generic(hw, byte_offset, dev_addr, data);
2114 * @byte_offset: byte offset to write
2121 static int ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
2151 status = ixgbe_write_i2c_byte_generic(hw, byte_offset, dev_addr, data);
/linux-master/drivers/gpu/drm/udl/
H A Dudl_modeset.c225 const int byte_offset = line_offset + (clip->x1 << log_bpp); local
229 &cmd, byte_offset, dev_byte_offset,
/linux-master/arch/um/drivers/
H A Dubd_kern.c1218 unsigned long byte_offset = io_req->offset; local
1236 cowify_req(io_req, &io_req->io_desc[i], byte_offset,
1239 byte_offset += io_req->io_desc[i].length;
/linux-master/fs/exfat/
H A Ddir.c581 struct exfat_chain *p_dir, unsigned int byte_offset,
588 clu_offset = EXFAT_B_TO_CLU(byte_offset, sbi);
601 EXFAT_B_TO_DEN(byte_offset));
580 exfat_walk_fat_chain(struct super_block *sb, struct exfat_chain *p_dir, unsigned int byte_offset, unsigned int *clu) argument
/linux-master/sound/soc/uniphier/
H A Daio-compress.c274 tstamp->byte_offset = pos;
/linux-master/include/linux/
H A Dhyperv.h362 u32 byte_offset; member in struct:vmtransfer_page_range
393 u32 byte_offset; member in struct:gpa_range
/linux-master/fs/reiserfs/
H A Dinode.c2361 loff_t byte_offset = ((loff_t)block << inode->i_sb->s_blocksize_bits)+1; local
2381 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3);
2411 p += (byte_offset - 1) & (PAGE_SIZE - 1);
2449 (byte_offset + bytes_copied) < inode->i_size) {
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c849 const int byte_offset = line_offset + (x * BPP); local
851 (char *)dev->info->fix.smem_start + byte_offset, width * BPP);
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c846 int byte_offset; local
852 byte_offset = offset + count;
855 word = this->read_word(bufferram + byte_offset);
857 this->write_word(word, bufferram + byte_offset);
/linux-master/sound/core/
H A Dcompress_offload.c172 tstamp->byte_offset, tstamp->copied_total);
/linux-master/drivers/hv/
H A Dchannel.c347 gpadl_header->range[0].byte_offset = 0;
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c580 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size;
H A Dq6asm-dai.c1042 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4311 int rc, byte_offset = 0; local
4326 req->page_offset = cpu_to_le16(start_addr + byte_offset);
4329 cpu_to_le32((start_addr + byte_offset ?
4337 memcpy(buf + byte_offset, output->data, xfer_size);
4338 byte_offset += xfer_size;
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c1453 u32 offset = vmxferpage_packet->ranges[i].byte_offset;
/linux-master/fs/btrfs/
H A Dextent_io.c4755 size_t byte_offset = BIT_BYTE(nr); local
4763 offset = start + offset_in_eb_folio(eb, eb->start) + byte_offset;
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c10021 * @byte_offset: byte offset to read
10028 s32 igb_read_i2c_byte(struct e1000_hw *hw, u8 byte_offset, argument
10044 status = i2c_smbus_read_byte_data(this_client, byte_offset);
10058 * @byte_offset: byte offset to write
10065 s32 igb_write_i2c_byte(struct e1000_hw *hw, u8 byte_offset, argument
10078 status = i2c_smbus_write_byte_data(this_client, byte_offset, data);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1108 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) argument
1112 offset_in_dword = (u8)(byte_offset & 0x3);

Completed in 326 milliseconds

12