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()
195 size_t count, loff_t *ppos) in regmap_read_debugfs() argument
198 loff_t p = *ppos; in regmap_read_debugfs()
204 if (*ppos < 0 || !count) in regmap_read_debugfs()
214 start_reg = regmap_debugfs_get_dump_start(map, from, *ppos, &p); in regmap_read_debugfs()
224 if (p >= *ppos) { in regmap_read_debugfs()
256 *ppos += buf_pos; in regmap_read_debugfs()
264 size_t count, loff_t *ppos) in regmap_map_read_file() argument
269 count, ppos); in regmap_map_read_file()
282 size_t count, loff_t *ppos) in regmap_map_write_file() argument
324 size_t count, loff_t *ppos) in regmap_range_read_file() argument
330 user_buf, count, ppos); in regmap_range_read_file()
341 loff_t *ppos) in regmap_reg_ranges_read_file() argument
352 if (*ppos < 0 || !count) in regmap_reg_ranges_read_file()
371 regmap_debugfs_get_dump_start(map, 0, *ppos, &p); in regmap_reg_ranges_read_file()
380 if (p >= *ppos) { in regmap_reg_ranges_read_file()
398 *ppos += buf_pos; in regmap_reg_ranges_read_file()
447 size_t count, loff_t *ppos) in regmap_cache_only_write_file() argument
459 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_only_write_file()
492 size_t count, loff_t *ppos) in regmap_cache_bypass_write_file() argument
503 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_bypass_write_file()