Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 12 of 12) sorted by relevance

/linux/fs/cachefiles/
A Dio.c79 loff_t off = start_pos, off2; in cachefiles_read() local
81 off2 = vfs_llseek(file, off, SEEK_DATA); in cachefiles_read()
82 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO && off2 != -ENXIO) { in cachefiles_read()
84 ret = off2; in cachefiles_read()
88 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read()
99 skipped = off2 - off; in cachefiles_read()
/linux/drivers/iio/pressure/
A Dms5611_core.c134 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local
137 off2 = (5 * (t - 2000) * (t - 2000)) >> 1; in ms5611_temp_and_pressure_compensate()
138 sens2 = off2 >> 1; in ms5611_temp_and_pressure_compensate()
143 off2 += 7 * tmp; in ms5611_temp_and_pressure_compensate()
148 off -= off2; in ms5611_temp_and_pressure_compensate()
170 s64 off2, sens2, t2, tmp; in ms5607_temp_and_pressure_compensate() local
174 off2 = (61 * tmp) >> 4; in ms5607_temp_and_pressure_compensate()
179 off2 += 15 * tmp; in ms5607_temp_and_pressure_compensate()
184 off -= off2; in ms5607_temp_and_pressure_compensate()
/linux/fs/jfs/
A Djfs_xtree.h22 __le32 off2; /* 4: offset in unit of fsblksize */ member
35 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\
42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/linux/drivers/scsi/mvsas/
A Dmv_chips.h59 u32 off2, u32 port) in mvs_read_port() argument
62 void __iomem *regs2 = mvi->regs + off2; in mvs_read_port()
67 static inline void mvs_write_port(struct mvs_info *mvi, u32 off, u32 off2, in mvs_write_port() argument
71 void __iomem *regs2 = mvi->regs + off2; in mvs_write_port()
/linux/include/linux/
A Ddmaengine.h1214 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
1216 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align()
1220 size_t off2, size_t len) in is_dma_copy_aligned() argument
1222 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
1226 size_t off2, size_t len) in is_dma_xor_aligned() argument
1228 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
1232 size_t off2, size_t len) in is_dma_pq_aligned() argument
1234 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
1238 size_t off2, size_t len) in is_dma_fill_aligned() argument
1240 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/linux/drivers/iio/common/ms_sensors/
A Dms_sensors_i2c.c625 s64 off, sens, t2, off2, sens2; in ms_sensors_read_temp_and_pressure() local
662 off2 = (61 * tmp * tmp) >> 4; in ms_sensors_read_temp_and_pressure()
668 off2 += 17 * tmp * tmp; in ms_sensors_read_temp_and_pressure()
673 off2 = 0; in ms_sensors_read_temp_and_pressure()
679 off -= off2; in ms_sensors_read_temp_and_pressure()
/linux/fs/hfs/
A Dmdb.c79 int off2, len, size, sect; in hfs_mdb_get() local
190 off2 = off & (sb->s_blocksize - 1); in hfs_mdb_get()
191 len = min((int)sb->s_blocksize - off2, size); in hfs_mdb_get()
192 memcpy(ptr, bh->b_data + off2, len); in hfs_mdb_get()
/linux/drivers/soundwire/
A Dbus.h177 int off1, int off2, in sdw_fill_xport_params() argument
186 params->offset2 = off2; in sdw_fill_xport_params()
A Dqcom.c118 u8 off2; member
735 value |= pcfg->off2 << SWRM_DP_PORT_CTRL_OFFSET2_SHFT; in qcom_swrm_transport_params()
847 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params()
1103 u8 off2[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1147 off2, nports); in qcom_swrm_get_port_config()
1188 ctrl->pconfig[i + 1].off2 = off2[i]; in qcom_swrm_get_port_config()
/linux/net/sched/
A Dcls_u32.c115 int off2 = 0; in u32_classify() local
149 int toff = off + key->off + (off2 & key->offmask); in u32_classify()
216 off2 = n->sel.off + 3; in u32_classify()
225 off2 += ntohs(n->sel.offmask & *data) >> in u32_classify()
228 off2 &= ~3; in u32_classify()
231 off += off2; in u32_classify()
232 off2 = 0; in u32_classify()
/linux/fs/btrfs/
A Dsend.c6792 unsigned long off1, off2; in tree_compare_item() local
6800 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
6805 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
/linux/Documentation/driver-api/usb/
A Dpower-management.rst597 http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf

Completed in 54 milliseconds