Searched refs:saved_offset (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 682 static u32 saved_offset = -1, saved_bytes = -1; variable 709 saved_offset = offset; in mwifiex_rdeeprom_write() 739 if (saved_offset == -1) { in mwifiex_rdeeprom_read() 746 ret = mwifiex_eeprom_read(priv, (u16) saved_offset, in mwifiex_rdeeprom_read() 753 pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); in mwifiex_rdeeprom_read()
|
/Linux-v4.19/init/ |
D | initramfs.c | 459 loff_t saved_offset = this_header; in unpack_to_rootfs() local 492 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3641 u_int saved_offset; in ahc_parse_msg() local 3660 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3673 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3689 if (saved_offset != offset) { in ahc_parse_msg() 3818 u_int saved_offset; in ahc_parse_msg() local 3850 saved_offset = offset; in ahc_parse_msg() 3877 || saved_offset != offset in ahc_parse_msg() 3912 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
D | aic79xx_core.c | 5156 u_int saved_offset; in ahd_parse_msg() local 5175 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 5186 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 5201 if (saved_offset != offset) { in ahd_parse_msg() 5329 u_int saved_offset; in ahd_parse_msg() local 5361 saved_offset = offset; in ahd_parse_msg() 5384 || saved_offset != offset in ahd_parse_msg() 5418 saved_offset, saved_ppr_options, in ahd_parse_msg()
|
/Linux-v4.19/fs/cifs/ |
D | file.c | 2537 loff_t saved_offset = offset; in cifs_write_from_iter() local 2611 iov_iter_advance(from, offset - saved_offset); in cifs_write_from_iter()
|