Lines Matching refs:ppos
41 loff_t *ppos) in regmap_name_read_file() argument
61 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret); in regmap_name_read_file()
200 size_t count, loff_t *ppos) in regmap_read_debugfs() argument
203 loff_t p = *ppos; in regmap_read_debugfs()
209 if (*ppos < 0 || !count) in regmap_read_debugfs()
219 start_reg = regmap_debugfs_get_dump_start(map, from, *ppos, &p); in regmap_read_debugfs()
229 if (p >= *ppos) { in regmap_read_debugfs()
261 *ppos += buf_pos; in regmap_read_debugfs()
269 size_t count, loff_t *ppos) in regmap_map_read_file() argument
274 count, ppos); in regmap_map_read_file()
287 size_t count, loff_t *ppos) in regmap_map_write_file() argument
329 size_t count, loff_t *ppos) in regmap_range_read_file() argument
335 user_buf, count, ppos); in regmap_range_read_file()
346 loff_t *ppos) in regmap_reg_ranges_read_file() argument
357 if (*ppos < 0 || !count) in regmap_reg_ranges_read_file()
376 regmap_debugfs_get_dump_start(map, 0, *ppos, &p); in regmap_reg_ranges_read_file()
385 if (p >= *ppos) { in regmap_reg_ranges_read_file()
403 *ppos += buf_pos; in regmap_reg_ranges_read_file()
452 size_t count, loff_t *ppos) in regmap_cache_only_write_file() argument
464 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_only_write_file()
497 size_t count, loff_t *ppos) in regmap_cache_bypass_write_file() argument
508 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_bypass_write_file()