Lines Matching refs:ppos
40 loff_t *ppos) in regmap_name_read_file() argument
56 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret); in regmap_name_read_file()
186 size_t count, loff_t *ppos) in regmap_read_debugfs() argument
189 loff_t p = *ppos; in regmap_read_debugfs()
195 if (*ppos < 0 || !count) in regmap_read_debugfs()
205 start_reg = regmap_debugfs_get_dump_start(map, from, *ppos, &p); in regmap_read_debugfs()
215 if (p >= *ppos) { in regmap_read_debugfs()
247 *ppos += buf_pos; in regmap_read_debugfs()
255 size_t count, loff_t *ppos) in regmap_map_read_file() argument
260 count, ppos); in regmap_map_read_file()
273 size_t count, loff_t *ppos) in regmap_map_write_file() argument
315 size_t count, loff_t *ppos) in regmap_range_read_file() argument
321 user_buf, count, ppos); in regmap_range_read_file()
332 loff_t *ppos) in regmap_reg_ranges_read_file() argument
342 if (*ppos < 0 || !count) in regmap_reg_ranges_read_file()
361 regmap_debugfs_get_dump_start(map, 0, *ppos, &p); in regmap_reg_ranges_read_file()
370 if (p >= *ppos) { in regmap_reg_ranges_read_file()
391 *ppos += buf_pos; in regmap_reg_ranges_read_file()
405 loff_t *ppos) in regmap_access_read_file() argument
415 if (*ppos < 0 || !count) in regmap_access_read_file()
432 if (p >= *ppos) { in regmap_access_read_file()
458 *ppos += buf_pos; in regmap_access_read_file()