Home
last modified time | relevance | path

Searched defs:offset (Results 651 – 675 of 6669) sorted by relevance

1...<<21222324252627282930>>...267

/linux-6.15/drivers/scsi/esas2r/
Desas2r_ioctl.c74 u32 offset; member
95 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api() local
104 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api_header() local
194 int offset = (u8 *)sgc->cur_offset - esas2r_buffered_ioctl; in get_physaddr_buffered_ioctl() local
929 u32 offset = trc->current_offset; in hba_ioctl_callback() local
1812 int offset = (u8 *)sgc->cur_offset - (u8 *)a->vda_buffer; in get_physaddr_vda() local
1933 u32 offset = (u8 *)sgc->cur_offset - (u8 *)fs; in get_physaddr_fs_api() local
/linux-6.15/fs/bcachefs/
Dfs-io.c555 static noinline long bchfs_fpunch(struct bch_inode_info *inode, loff_t offset, loff_t len) in bchfs_fpunch()
595 loff_t offset, loff_t len, in bchfs_fcollapse_finsert()
761 loff_t offset, loff_t len) in bchfs_fallocate()
818 loff_t offset, loff_t len) in bch2_fallocate_dispatch()
976 static loff_t bch2_seek_data(struct file *file, u64 offset) in bch2_seek_data()
1012 static loff_t bch2_seek_hole(struct file *file, u64 offset) in bch2_seek_hole()
1064 loff_t bch2_llseek(struct file *file, loff_t offset, int whence) in bch2_llseek()
/linux-6.15/drivers/net/wireless/broadcom/b43/
Dphy_g.c361 static void b43_nrssi_hw_write(struct b43_wldev *dev, u16 offset, s16 val) in b43_nrssi_hw_write()
368 static s16 b43_nrssi_hw_read(struct b43_wldev *dev, u16 offset) in b43_nrssi_hw_read()
760 u8 id, u16 offset, u16 value) in _stack_save()
773 static u16 _stack_restore(u32 *stackptr, u8 id, u16 offset) in _stack_restore()
791 #define phy_stacksave(offset) \ argument
796 #define phy_stackrestore(offset) \ argument
802 #define radio_stacksave(offset) \ argument
807 #define radio_stackrestore(offset) \ argument
813 #define ofdmtab_stacksave(table, offset) \ argument
818 #define ofdmtab_stackrestore(table, offset) \ argument
[all …]
/linux-6.15/sound/soc/sof/
Dtopology.c83 int offset = 0; in sof_update_ipc_object() local
345 int get_token_u32(void *elem, void *object, u32 offset) in get_token_u32()
354 int get_token_u16(void *elem, void *object, u32 offset) in get_token_u16()
363 int get_token_uuid(void *elem, void *object, u32 offset) in get_token_uuid()
377 int get_token_string(void *elem, void *object, u32 offset) in get_token_string()
388 int get_token_comp_format(void *elem, void *object, u32 offset) in get_token_comp_format()
396 int get_token_dai_type(void *elem, void *object, u32 offset) in get_token_dai_type()
453 void *object, size_t offset, in sof_parse_uuid_tokens()
620 void *object, int offset, in sof_parse_string_tokens()
666 void *object, int offset, in sof_parse_word_tokens()
[all …]
/linux-6.15/drivers/crypto/marvell/cesa/
Dcesa.h164 #define CESA_SA_DESC_CRYPT_DATA(offset) \ argument
168 #define CESA_SA_DESC_CRYPT_IV(offset) \ argument
172 #define CESA_SA_DESC_CRYPT_KEY(offset) \ argument
175 #define CESA_SA_DESC_MAC_DATA(offset) \ argument
184 #define CESA_SA_DESC_MAC_DIGEST(offset) \ argument
191 #define CESA_SA_DESC_MAC_IV(offset) \ argument
334 unsigned int offset; member
349 unsigned int offset; member
548 unsigned int offset; member
559 unsigned int offset; member
[all …]
/linux-6.15/tools/testing/selftests/memfd/
Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/linux-6.15/drivers/gpio/
Dgpio-loongson1.c24 static int ls1x_gpio_request(struct gpio_chip *gc, unsigned int offset) in ls1x_gpio_request()
37 static void ls1x_gpio_free(struct gpio_chip *gc, unsigned int offset) in ls1x_gpio_free()
Dgpio-dwapb.c123 static inline u32 gpio_reg_v2_convert(unsigned int offset) in gpio_reg_v2_convert()
141 static inline u32 gpio_reg_convert(struct dwapb_gpio *gpio, unsigned int offset) in gpio_reg_convert()
149 static inline u32 dwapb_read(struct dwapb_gpio *gpio, unsigned int offset) in dwapb_read()
157 static inline void dwapb_write(struct dwapb_gpio *gpio, unsigned int offset, in dwapb_write()
393 unsigned offset, unsigned debounce) in dwapb_gpio_set_debounce()
414 static int dwapb_gpio_set_config(struct gpio_chip *gc, unsigned offset, in dwapb_gpio_set_config()
759 unsigned int offset; in dwapb_gpio_suspend() local
806 unsigned int offset; in dwapb_gpio_resume() local
Dgpio-tegra.c141 static void tegra_gpio_free(struct gpio_chip *chip, unsigned int offset) in tegra_gpio_free()
149 static void tegra_gpio_set(struct gpio_chip *chip, unsigned int offset, in tegra_gpio_set()
157 static int tegra_gpio_get(struct gpio_chip *chip, unsigned int offset) in tegra_gpio_get()
170 unsigned int offset) in tegra_gpio_direction_input()
188 unsigned int offset, in tegra_gpio_direction_output()
208 unsigned int offset) in tegra_gpio_get_direction()
226 static int tegra_gpio_set_debounce(struct gpio_chip *chip, unsigned int offset, in tegra_gpio_set_debounce()
259 static int tegra_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in tegra_gpio_set_config()
/linux-6.15/drivers/reset/
Dreset-berlin.c40 int offset = id >> 8; in berlin_reset_reset() local
58 unsigned int offset, bit; in berlin_reset_xlate() local
/linux-6.15/drivers/gpu/drm/i915/gem/selftests/
Digt_gem_utils.c43 u64 offset, in igt_emit_store_dw()
112 struct i915_vma *vma, u64 offset, in igt_gpu_fill_dw()
/linux-6.15/arch/powerpc/kernel/
Dkprobes.c44 kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset) in kprobe_lookup_name()
108 static bool arch_kprobe_on_func_entry(unsigned long addr, unsigned long offset) in arch_kprobe_on_func_entry()
120 kprobe_opcode_t *arch_adjust_kprobe_addr(unsigned long addr, unsigned long offset, in arch_adjust_kprobe_addr()
/linux-6.15/include/linux/
Dsockptr.h45 size_t offset, size_t size) in copy_from_sockptr_offset()
110 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset()
164 static inline int check_zeroed_sockptr(sockptr_t src, size_t offset, in check_zeroed_sockptr()
/linux-6.15/arch/x86/include/asm/
Diosf_mbi.h195 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
202 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
209 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
/linux-6.15/net/ipv6/
Dtunnel6.c204 u8 type, u8 code, int offset, __be32 info) in tunnel6_err()
216 u8 type, u8 code, int offset, __be32 info) in tunnel46_err()
228 u8 type, u8 code, int offset, __be32 info) in tunnelmpls6_err()
/linux-6.15/drivers/irqchip/
Dirq-davinci-cp-intc.c43 static inline unsigned int davinci_cp_intc_read(unsigned int offset) in davinci_cp_intc_read()
49 unsigned int offset) in davinci_cp_intc_write()
160 int offset, irq_base; in davinci_cp_intc_do_init() local
/linux-6.15/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.h121 static inline u32 gmu_read(struct a6xx_gmu *gmu, u32 offset) in gmu_read()
126 static inline void gmu_write(struct a6xx_gmu *gmu, u32 offset, u32 value) in gmu_write()
132 gmu_write_bulk(struct a6xx_gmu *gmu, u32 offset, const u32 *data, u32 size) in gmu_write_bulk()
161 static inline u32 gmu_read_rscc(struct a6xx_gmu *gmu, u32 offset) in gmu_read_rscc()
166 static inline void gmu_write_rscc(struct a6xx_gmu *gmu, u32 offset, u32 value) in gmu_write_rscc()
/linux-6.15/drivers/rtc/
Drtc-pm8xxx.c80 u32 offset; member
131 static int pm8xxx_rtc_write_uefi_offset(struct pm8xxx_rtc *rtc_dd, u32 offset) in pm8xxx_rtc_write_uefi_offset()
163 static int pm8xxx_rtc_write_uefi_offset(struct pm8xxx_rtc *rtc_dd, u32 offset) in pm8xxx_rtc_write_uefi_offset()
196 static int pm8xxx_rtc_write_nvmem_offset(struct pm8xxx_rtc *rtc_dd, u32 offset) in pm8xxx_rtc_write_nvmem_offset()
246 u32 offset; in pm8xxx_rtc_update_offset() local
Drtc-ti-k3.c300 u32 offset = enabled ? K3RTC_IRQ_ENABLE_SET : K3RTC_IRQ_ENABLE_CLR; in ti_k3_rtc_alarm_irq_enable() local
353 static int ti_k3_rtc_read_offset(struct device *dev, long *offset) in ti_k3_rtc_read_offset()
376 static int ti_k3_rtc_set_offset(struct device *dev, long offset) in ti_k3_rtc_set_offset()
486 static int ti_k3_rtc_scratch_read(void *priv_data, unsigned int offset, in ti_k3_rtc_scratch_read()
494 static int ti_k3_rtc_scratch_write(void *priv_data, unsigned int offset, in ti_k3_rtc_scratch_write()
/linux-6.15/drivers/net/ethernet/intel/e1000e/
D80003es2lan.c340 u32 offset, u16 *data) in e1000_read_phy_reg_gg82563_80003es2lan()
409 u32 offset, u16 data) in e1000_write_phy_reg_gg82563_80003es2lan()
478 static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset, in e1000_write_nvm_80003es2lan()
1202 static s32 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset, in e1000_read_kmrn_reg_80003es2lan()
1237 static s32 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset, in e1000_write_kmrn_reg_80003es2lan()
/linux-6.15/drivers/md/
Ddm-verity-fec.c34 static inline u64 fec_interleave(struct dm_verity *v, u64 offset) in fec_interleave()
47 unsigned int *offset, unsigned int par_buf_offset, in fec_read_parity()
119 unsigned int n, i, j, offset, par_buf_offset = 0; in fec_decode_bufs() local
368 struct dm_verity_fec_io *fio, u64 rsb, u64 offset, in fec_decode_rsb()
415 u64 offset, res, rsb; in verity_fec_decode() local
/linux-6.15/drivers/clk/ti/
Dclkctrl.c253 int offset, int index, in clkctrl_get_clock_name()
287 u16 offset, u8 bit, const char * const *parents, in _ti_clkctrl_clk_register()
334 struct device_node *node, u16 offset, in _ti_clkctrl_setup_gate()
355 struct device_node *node, u16 offset, in _ti_clkctrl_setup_mux()
390 struct device_node *node, u16 offset, in _ti_clkctrl_setup_div()
/linux-6.15/drivers/pmdomain/bcm/
Dbcm-pmb.c91 int offset, u32 *val) in bcm_pmb_bpcm_read()
108 int offset, u32 val) in bcm_pmb_bpcm_write()
126 int offset; in bcm_pmb_power_off_zone() local
147 int offset; in bcm_pmb_power_on_zone() local
172 int offset; in bcm_pmb_power_off_device() local
/linux-6.15/drivers/clocksource/
Dtimer-tegra186.c93 static void tmr_writel(struct tegra186_tmr *tmr, u32 value, unsigned int offset) in tmr_writel()
98 static void wdt_writel(struct tegra186_wdt *wdt, u32 value, unsigned int offset) in wdt_writel()
103 static u32 wdt_readl(struct tegra186_wdt *wdt, unsigned int offset) in wdt_readl()
111 unsigned int offset = 0x10000 + index * 0x10000; in tegra186_tmr_create() local
248 unsigned int offset = 0x10000, source; in tegra186_wdt_create() local
/linux-6.15/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c60 static u16 fm10k_fifo_head_offset(struct fm10k_mbx_fifo *fifo, u16 offset) in fm10k_fifo_head_offset()
72 static u16 fm10k_fifo_tail_offset(struct fm10k_mbx_fifo *fifo, u16 offset) in fm10k_fifo_tail_offset()
151 static u16 fm10k_mbx_tail_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_add()
167 static u16 fm10k_mbx_tail_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_tail_sub()
183 static u16 fm10k_mbx_head_add(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_add()
199 static u16 fm10k_mbx_head_sub(struct fm10k_mbx_info *mbx, u16 offset) in fm10k_mbx_head_sub()
588 static u16 fm10k_fifo_crc(struct fm10k_mbx_fifo *fifo, u16 offset, in fm10k_fifo_crc()
642 u16 offset = fm10k_fifo_tail_offset(fifo, mbx->pushed) - len; in fm10k_mbx_verify_remote_crc() local

1...<<21222324252627282930>>...267