Home
last modified time | relevance | path

Searched defs:offset (Results 1001 – 1025 of 6322) sorted by relevance

1...<<41424344454647484950>>...253

/linux-6.8/drivers/net/ethernet/intel/e1000e/
Dmanage.c96 u32 offset; in e1000e_enable_tx_pkt_filtering() local
182 u16 length, u16 offset, u8 *sum) in e1000_mng_host_if_write()
Dich8lan.c3281 static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_spt()
3374 static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_ich8lan()
3552 static s32 e1000_read_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_dword_ich8lan()
3569 static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_word_ich8lan()
3586 static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_byte_ich8lan()
3617 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_data_ich8lan()
3693 static s32 e1000_read_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_read_flash_data32_ich8lan()
3768 static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_ich8lan()
4214 static s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_write_flash_data_ich8lan()
4305 static s32 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, in e1000_write_flash_data32_ich8lan()
[all …]
/linux-6.8/drivers/net/ethernet/mellanox/mlx4/
Dcrdump.c98 int offset; in mlx4_crdump_collect_crspace() local
135 int offset; in mlx4_crdump_collect_fw_health() local
/linux-6.8/fs/squashfs/
Dxattr.c34 int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr); in squashfs_listxattr() local
112 int offset = SQUASHFS_XATTR_OFFSET(squashfs_i(inode)->xattr); in squashfs_xattr_get() local
/linux-6.8/drivers/reset/
Dreset-simple.c36 int offset = id % (reg_width * BITS_PER_BYTE); in reset_simple_update() local
90 int offset = id % (reg_width * BITS_PER_BYTE); in reset_simple_status() local
/linux-6.8/tools/objtool/include/objtool/
Darch.h45 int offset; member
61 int offset; member
/linux-6.8/fs/xfs/
Dxfs_pnfs.c57 u64 *offset) in xfs_fs_get_uuid()
113 loff_t offset, in xfs_fs_map_blocks()
/linux-6.8/fs/smb/client/
Dcifssmb.c673 __u16 params, param_offset, offset, byte_count; in CIFSPOSIXDelFile() local
882 __u16 params, param_offset, offset, byte_count, count; in CIFSPOSIXCreate() local
1394 __u64 offset = io_parms->offset; in CIFSSMBRead() local
1502 __u64 offset = io_parms->offset; in CIFSSMBWrite() local
1756 __u64 offset = io_parms->offset; in CIFSSMBWrite2() local
1898 const __u64 offset, const __u32 numUnlock, in CIFSSMBLock()
1978 __u16 params, param_offset, offset, byte_count, count; in CIFSSMBPosixLock() local
2229 __u16 params, param_offset, offset, count, byte_count; in CIFSSMBRenameOpenFile() local
2375 __u16 params, param_offset, offset, byte_count; in CIFSUnixCreateSymLink() local
2462 __u16 params, param_offset, offset, byte_count; in CIFSUnixCreateHardLink() local
[all …]
/linux-6.8/drivers/tty/serial/8250/
D8250_pci.c172 u8 bar, unsigned int offset, int regshift) in setup_port()
184 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() local
211 unsigned int bar, offset = board->first_offset; in afavlab_setup() local
266 unsigned int offset = board->first_offset; in pci_hp_diva_setup() local
435 unsigned int bar, offset = board->first_offset; in sbs_setup() local
590 unsigned int bar = FL_GET_BASE(board->flags) + idx, offset = 0; in pci_siig_setup() local
683 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() local
717 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() local
820 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() local
1555 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() local
[all …]
/linux-6.8/drivers/pinctrl/
Dpinctrl-single.c109 unsigned offset; member
299 unsigned long offset; in pcs_pin_dbg_show() local
419 u32 offset; in pcs_request_gpio() local
490 unsigned offset = 0, data = 0, i, j, ret; in pcs_pinconf_get() local
554 unsigned offset = 0, shift = 0, i, data, ret; in pcs_pinconf_set() local
684 static int pcs_add_pin(struct pcs_device *pcs, unsigned int offset) in pcs_add_pin()
749 unsigned offset; in pcs_allocate_pin_table() local
814 static int pcs_get_pin_by_offset(struct pcs_device *pcs, unsigned offset) in pcs_get_pin_by_offset()
1024 unsigned int offset; in pcs_parse_one_pinctrl_entry() local
1150 unsigned offset, val; in pcs_parse_bits_in_pinctrl_entry() local
Dpinctrl-sx150x.c385 unsigned int offset) in sx150x_gpio_get_direction()
404 static int sx150x_gpio_get(struct gpio_chip *chip, unsigned int offset) in sx150x_gpio_get()
420 static int __sx150x_gpio_set(struct sx150x_pinctrl *pctl, unsigned int offset, in __sx150x_gpio_set()
435 static void sx150x_gpio_set(struct gpio_chip *chip, unsigned int offset, in sx150x_gpio_set()
456 unsigned int offset) in sx150x_gpio_direction_input()
469 unsigned int offset, int value) in sx150x_gpio_direction_output()
/linux-6.8/drivers/pinctrl/intel/
Dpinctrl-intel.c168 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local
193 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local
236 unsigned int offset, gpp_offset; in intel_pad_locked() local
857 static int intel_gpio_to_pin(struct intel_pinctrl *pctrl, unsigned int offset, in intel_gpio_to_pin()
916 static int intel_gpio_get(struct gpio_chip *chip, unsigned int offset) in intel_gpio_get()
938 static void intel_gpio_set(struct gpio_chip *chip, unsigned int offset, in intel_gpio_set()
964 static int intel_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in intel_gpio_get_direction()
991 static int intel_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in intel_gpio_direction_input()
996 static int intel_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in intel_gpio_direction_output()
1535 u32 offset; in intel_pinctrl_probe() local
/linux-6.8/fs/gfs2/
Dfile.c58 static loff_t gfs2_llseek(struct file *file, loff_t offset, int whence) in gfs2_llseek()
366 static void gfs2_size_hint(struct file *filep, loff_t offset, size_t size) in gfs2_size_hint()
422 u64 offset = page_offset(page); in gfs2_page_mkwrite() local
1173 static int fallocate_chunk(struct inode *inode, loff_t offset, loff_t len, in fallocate_chunk()
1249 static long __gfs2_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in __gfs2_fallocate()
1365 static long gfs2_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in gfs2_fallocate()
/linux-6.8/drivers/pci/endpoint/functions/
Dpci-epf-mhi.c151 size_t offset, size_t size) in __pci_epf_mhi_alloc_map()
180 size_t offset = get_align_offset(epf_mhi, pci_addr); in pci_epf_mhi_alloc_map() local
188 void __iomem *vaddr, size_t offset, in __pci_epf_mhi_unmap_free()
205 size_t offset = get_align_offset(epf_mhi, pci_addr); in pci_epf_mhi_unmap_free() local
229 size_t offset = get_align_offset(epf_mhi, buf_info->host_addr); in pci_epf_mhi_iatu_read() local
260 size_t offset = get_align_offset(epf_mhi, buf_info->host_addr); in pci_epf_mhi_iatu_write() local
/linux-6.8/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.c367 struct iosm_wwan *wwan, u32 offset, in ipc_mux_net_receive()
826 int i, qlt_size, offset = *out_offset; in ipc_mux_ul_encode_adth() local
875 int offset; in ipc_mux_ul_adb_finish() local
1064 int offset = sizeof(struct mux_adgh); in ipc_mux_ul_adgh_encode() local
1232 int offset = *out_offset; in mux_ul_dg_encode() local
1296 int head_pad_len, offset; in mux_ul_adb_encode() local
/linux-6.8/drivers/rtc/
Drtc-rv3032.c371 static int rv3032_read_offset(struct device *dev, long *offset) in rv3032_read_offset()
387 static int rv3032_set_offset(struct device *dev, long offset) in rv3032_set_offset()
487 static int rv3032_nvram_write(void *priv, unsigned int offset, void *val, size_t bytes) in rv3032_nvram_write()
492 static int rv3032_nvram_read(void *priv, unsigned int offset, void *val, size_t bytes) in rv3032_nvram_read()
497 static int rv3032_eeprom_write(void *priv, unsigned int offset, void *val, size_t bytes) in rv3032_eeprom_write()
538 static int rv3032_eeprom_read(void *priv, unsigned int offset, void *val, size_t bytes) in rv3032_eeprom_read()
Drtc-rv3028.c467 static int rv3028_read_offset(struct device *dev, long *offset) in rv3028_read_offset()
489 static int rv3028_set_offset(struct device *dev, long offset) in rv3028_set_offset()
603 static int rv3028_nvram_write(void *priv, unsigned int offset, void *val, in rv3028_nvram_write()
609 static int rv3028_nvram_read(void *priv, unsigned int offset, void *val, in rv3028_nvram_read()
615 static int rv3028_eeprom_write(void *priv, unsigned int offset, void *val, in rv3028_eeprom_write()
661 static int rv3028_eeprom_read(void *priv, unsigned int offset, void *val, in rv3028_eeprom_read()
/linux-6.8/fs/isofs/
Dinode.c596 int offset = 0, files = 0, de_len; in rootdir_empty() local
1055 unsigned offset, sect_size; in isofs_get_blocks() local
1203 unsigned long block, offset, block_saved, offset_saved; in isofs_read_level3_size() local
1310 unsigned long offset; in isofs_read_inode() local
1493 unsigned long offset; member
1521 unsigned long offset, in __isofs_iget()
/linux-6.8/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_slpc.c146 static int guc_action_slpc_query(struct intel_guc *guc, u32 offset) in guc_action_slpc_query()
164 u32 offset = intel_guc_ggtt_offset(guc, slpc->vma); in slpc_query_task_state() local
299 static int guc_action_slpc_reset(struct intel_guc *guc, u32 offset) in guc_action_slpc_reset()
317 u32 offset = intel_guc_ggtt_offset(guc, slpc->vma); in slpc_reset() local
/linux-6.8/sound/pci/emu10k1/
Dmemory.c31 #define get_aligned_page(offset) ((offset) >> PAGE_SHIFT) argument
552 static inline void *offset_ptr(struct snd_emu10k1 *emu, int page, int offset) in offset_ptr()
571 int offset, int size) in snd_emu10k1_synth_bzero()
601 int offset, const char __user *data, int size) in snd_emu10k1_synth_copy_from_user()
/linux-6.8/drivers/net/ethernet/intel/igb/
De1000_mac.c73 u32 offset; in igb_clear_vfta() local
88 void igb_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in igb_write_vfta()
291 u16 offset, nvm_alt_mac_addr_offset, nvm_data; in igb_check_alt_mac_addr() local
1618 u32 offset, u8 data) in igb_write_8bit_ctrl_reg()
/linux-6.8/drivers/mtd/ubi/
Dio.c113 int ubi_io_read(const struct ubi_device *ubi, void *buf, int pnum, int offset, in ubi_io_read()
234 int ubi_io_write(struct ubi_device *ubi, const void *buf, int pnum, int offset, in ubi_io_write()
1368 int offset, int len) in self_check_write()
1432 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len) in ubi_self_check_all_ff()
/linux-6.8/drivers/net/wireless/ath/ath9k/
Deeprom.c113 off_t offset, u16 *data) in ath9k_hw_nvram_read_array()
123 off_t offset, u16 *data) in ath9k_hw_nvram_read_pdata()
131 off_t offset, u16 *data) in ath9k_hw_nvram_read_firmware()
138 static bool ath9k_hw_nvram_read_nvmem(struct ath_hw *ah, off_t offset, in ath9k_hw_nvram_read_nvmem()
/linux-6.8/drivers/net/phy/
Dmicrochip_t1.c103 u8 offset; member
140 u8 offset, u16 val) in access_ereg()
185 u8 bank, u8 offset, u16 val, u16 mask) in access_ereg_modify_changed()
203 u8 offset, u16 mask, u16 clr) in access_smi_poll_timeout()
/linux-6.8/fs/zonefs/
Dfile.c27 static int zonefs_read_iomap_begin(struct inode *inode, loff_t offset, in zonefs_read_iomap_begin()
64 static int zonefs_write_iomap_begin(struct inode *inode, loff_t offset, in zonefs_write_iomap_begin()
128 struct inode *inode, loff_t offset) in zonefs_write_map_blocks()
332 static loff_t zonefs_file_llseek(struct file *file, loff_t offset, int whence) in zonefs_file_llseek()

1...<<41424344454647484950>>...253