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()
185 size_t count, loff_t *ppos) in regmap_read_debugfs() argument
188 loff_t p = *ppos; in regmap_read_debugfs()
194 if (*ppos < 0 || !count) in regmap_read_debugfs()
204 start_reg = regmap_debugfs_get_dump_start(map, from, *ppos, &p); in regmap_read_debugfs()
214 if (p >= *ppos) { in regmap_read_debugfs()
246 *ppos += buf_pos; in regmap_read_debugfs()
254 size_t count, loff_t *ppos) in regmap_map_read_file() argument
259 count, ppos); in regmap_map_read_file()
272 size_t count, loff_t *ppos) in regmap_map_write_file() argument
314 size_t count, loff_t *ppos) in regmap_range_read_file() argument
320 user_buf, count, ppos); in regmap_range_read_file()
331 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()
388 *ppos += buf_pos; in regmap_reg_ranges_read_file()
402 loff_t *ppos) in regmap_access_read_file() argument
412 if (*ppos < 0 || !count) in regmap_access_read_file()
429 if (p >= *ppos) { in regmap_access_read_file()
455 *ppos += buf_pos; in regmap_access_read_file()
470 size_t count, loff_t *ppos) in regmap_cache_only_write_file() argument
482 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_only_write_file()
515 size_t count, loff_t *ppos) in regmap_cache_bypass_write_file() argument
526 result = debugfs_write_file_bool(file, user_buf, count, ppos); in regmap_cache_bypass_write_file()