/linux/fs/cachefiles/ |
H A D | io.c | 104 loff_t off = start_pos, off2; in cachefiles_read() local 106 off2 = cachefiles_inject_read_error(); in cachefiles_read() 107 if (off2 == 0) in cachefiles_read() 108 off2 = vfs_llseek(file, off, SEEK_DATA); in cachefiles_read() 109 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO && off2 != -ENXIO) { in cachefiles_read() 111 ret = off2; in cachefiles_read() 115 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read() 130 skipped = off2 - off; in cachefiles_read() 205 loff_t off, off2; in cachefiles_query_occupancy() local 231 off2 = cachefiles_inject_read_error(); in cachefiles_query_occupancy() [all …]
|
/linux/drivers/iio/pressure/ |
H A D | ms5611_core.c | 132 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local 135 off2 = (5 * (t - 2000) * (t - 2000)) >> 1; in ms5611_temp_and_pressure_compensate() 136 sens2 = off2 >> 1; in ms5611_temp_and_pressure_compensate() 141 off2 += 7 * tmp; in ms5611_temp_and_pressure_compensate() 146 off -= off2; in ms5611_temp_and_pressure_compensate() 168 s64 off2, sens2, t2, tmp; in ms5607_temp_and_pressure_compensate() local 172 off2 = (61 * tmp) >> 4; in ms5607_temp_and_pressure_compensate() 177 off2 += 15 * tmp; in ms5607_temp_and_pressure_compensate() 182 off -= off2; in ms5607_temp_and_pressure_compensate()
|
/linux/arch/arm64/lib/ |
H A D | strcmp.S | 39 #define off2 x10 macro 57 sub off2, src2, src1 60 tst off2, 7 67 ldr data2, [src1, off2] 112 ldr data2, [src1, off2] 154 ldr data2, [src1, off2]
|
/linux/fs/jfs/ |
H A D | jfs_xtree.h | 22 __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/ |
H A D | mv_chips.h | 59 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/ |
H A D | dmaengine.h | 1257 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument 1259 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align() 1263 size_t off2, size_t len) in is_dma_copy_aligned() argument 1265 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned() 1269 size_t off2, size_t len) in is_dma_xor_aligned() argument 1271 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned() 1275 size_t off2, size_t len) in is_dma_pq_aligned() argument 1277 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned() 1281 size_t off2, size_t len) in is_dma_fill_aligned() argument 1283 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
|
/linux/drivers/iio/common/ms_sensors/ |
H A D | ms_sensors_i2c.c | 625 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/ |
H A D | mdb.c | 79 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/ |
H A D | bus.h | 175 int off1, int off2, in sdw_fill_xport_params() 184 params->offset2 = off2; in sdw_fill_xport_params() 172 sdw_fill_xport_params(struct sdw_transport_params * params,int port_num,bool grp_ctrl_valid,int grp_ctrl,int sample_int,int off1,int off2,int hstart,int hstop,int pack_mode,int lane_ctrl) sdw_fill_xport_params() argument
|
H A D | qcom.c | 152 u8 off2; member 991 value |= pcfg->off2 << SWRM_DP_PORT_CTRL_OFFSET2_SHFT; in qcom_swrm_transport_params() 1112 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params() 1356 u8 off2[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1403 off2, nports); in qcom_swrm_get_port_config() 1448 ctrl->pconfig[i + 1].off2 = off2[i]; in qcom_swrm_get_port_config()
|
/linux/fs/btrfs/ |
H A D | send.c | 7586 unsigned long off1, off2; in tree_compare_item() local 7594 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item() 7599 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
|
/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 597 http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf
|