Lines Matching refs:filp
42 static ssize_t rproc_coredump_read(struct file *filp, char __user *userbuf, in rproc_coredump_read() argument
45 struct rproc *rproc = filp->private_data; in rproc_coredump_read()
71 static ssize_t rproc_coredump_write(struct file *filp, in rproc_coredump_write() argument
75 struct rproc *rproc = filp->private_data; in rproc_coredump_write()
126 static ssize_t rproc_trace_read(struct file *filp, char __user *userbuf, in rproc_trace_read() argument
129 struct rproc_debug_trace *data = filp->private_data; in rproc_trace_read()
155 static ssize_t rproc_name_read(struct file *filp, char __user *userbuf, in rproc_name_read() argument
158 struct rproc *rproc = filp->private_data; in rproc_name_read()
175 static ssize_t rproc_recovery_read(struct file *filp, char __user *userbuf, in rproc_recovery_read() argument
178 struct rproc *rproc = filp->private_data; in rproc_recovery_read()
209 rproc_recovery_write(struct file *filp, const char __user *user_buf, in rproc_recovery_write() argument
212 struct rproc *rproc = filp->private_data; in rproc_recovery_write()
252 rproc_crash_write(struct file *filp, const char __user *user_buf, in rproc_crash_write() argument
255 struct rproc *rproc = filp->private_data; in rproc_crash_write()