Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
D | debugfs.c | 668 static u32 saved_offset = -1, saved_bytes = -1; variable 695 saved_offset = offset; in mwifiex_rdeeprom_write() 725 if (saved_offset == -1) { in mwifiex_rdeeprom_read() 732 ret = mwifiex_eeprom_read(priv, (u16) saved_offset, in mwifiex_rdeeprom_read() 739 pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); in mwifiex_rdeeprom_read()
|
/Linux-v6.1/init/ |
D | initramfs.c | 507 loff_t saved_offset = this_header; in unpack_to_rootfs() local 540 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
|
/Linux-v6.1/kernel/trace/ |
D | trace_events_user.c | 511 u32 depth = 0, saved_offset = *offset; in user_event_parse_field() local 592 *offset = saved_offset + size; in user_event_parse_field() 594 return user_event_add_field(user, type, name, saved_offset, size, in user_event_parse_field()
|
/Linux-v6.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3616 u_int saved_offset; in ahc_parse_msg() local 3635 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3648 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3664 if (saved_offset != offset) { in ahc_parse_msg() 3793 u_int saved_offset; in ahc_parse_msg() local 3825 saved_offset = offset; in ahc_parse_msg() 3852 || saved_offset != offset in ahc_parse_msg() 3887 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
D | aic79xx_core.c | 5120 u_int saved_offset; in ahd_parse_msg() local 5139 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 5150 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 5165 if (saved_offset != offset) { in ahd_parse_msg() 5293 u_int saved_offset; in ahd_parse_msg() local 5325 saved_offset = offset; in ahd_parse_msg() 5348 || saved_offset != offset in ahd_parse_msg() 5382 saved_offset, saved_ppr_options, in ahd_parse_msg()
|
/Linux-v6.1/fs/cifs/ |
D | file.c | 3246 loff_t saved_offset = offset; in cifs_write_from_iter() local 3388 iov_iter_advance(from, offset - saved_offset); in cifs_write_from_iter()
|