Lines Matching defs:ppos
53 static ssize_t fw_regs_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
65 ret = simple_read_from_buffer(to, count, ppos, buf, AVS_FW_REGS_SIZE);
75 static ssize_t debug_window_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
89 ret = simple_read_from_buffer(to, count, ppos, buf, size);
99 static ssize_t probe_points_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
108 if (*ppos)
130 ret = simple_read_from_buffer(to, count, ppos, buf, len);
139 loff_t *ppos)
176 size_t count, loff_t *ppos)
212 static ssize_t strace_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
229 *ppos += copied;
351 static ssize_t trace_control_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
359 return simple_read_from_buffer(to, count, ppos, buf, len);
363 loff_t *ppos)