Searched refs:saved_offset (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 680 static u32 saved_offset = -1, saved_bytes = -1; variable 707 saved_offset = offset; in mwifiex_rdeeprom_write() 737 if (saved_offset == -1) { in mwifiex_rdeeprom_read() 744 ret = mwifiex_eeprom_read(priv, (u16) saved_offset, in mwifiex_rdeeprom_read() 751 pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); in mwifiex_rdeeprom_read()
|
/Linux-v5.10/init/ |
D | initramfs.c | 469 loff_t saved_offset = this_header; in unpack_to_rootfs() local 502 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3618 u_int saved_offset; in ahc_parse_msg() local 3637 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3650 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3666 if (saved_offset != offset) { in ahc_parse_msg() 3795 u_int saved_offset; in ahc_parse_msg() local 3827 saved_offset = offset; in ahc_parse_msg() 3854 || saved_offset != offset in ahc_parse_msg() 3889 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
D | aic79xx_core.c | 5122 u_int saved_offset; in ahd_parse_msg() local 5141 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 5152 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 5167 if (saved_offset != offset) { in ahd_parse_msg() 5295 u_int saved_offset; in ahd_parse_msg() local 5327 saved_offset = offset; in ahd_parse_msg() 5350 || saved_offset != offset in ahd_parse_msg() 5384 saved_offset, saved_ppr_options, in ahd_parse_msg()
|
/Linux-v5.10/fs/cifs/ |
D | file.c | 2880 loff_t saved_offset = offset; in cifs_write_from_iter() local 3020 iov_iter_advance(from, offset - saved_offset); in cifs_write_from_iter()
|