Lines Matching refs:filep
309 static ssize_t tool_db_read(struct file *filep, char __user *ubuf, in tool_db_read() argument
312 struct tool_ctx *tc = filep->private_data; in tool_db_read()
318 static ssize_t tool_db_write(struct file *filep, const char __user *ubuf, in tool_db_write() argument
321 struct tool_ctx *tc = filep->private_data; in tool_db_write()
332 static ssize_t tool_mask_read(struct file *filep, char __user *ubuf, in tool_mask_read() argument
335 struct tool_ctx *tc = filep->private_data; in tool_mask_read()
341 static ssize_t tool_mask_write(struct file *filep, const char __user *ubuf, in tool_mask_write() argument
344 struct tool_ctx *tc = filep->private_data; in tool_mask_write()
355 static ssize_t tool_peer_db_read(struct file *filep, char __user *ubuf, in tool_peer_db_read() argument
358 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
364 static ssize_t tool_peer_db_write(struct file *filep, const char __user *ubuf, in tool_peer_db_write() argument
367 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
378 static ssize_t tool_peer_mask_read(struct file *filep, char __user *ubuf, in tool_peer_mask_read() argument
381 struct tool_ctx *tc = filep->private_data; in tool_peer_mask_read()
387 static ssize_t tool_peer_mask_write(struct file *filep, const char __user *ubuf, in tool_peer_mask_write() argument
390 struct tool_ctx *tc = filep->private_data; in tool_peer_mask_write()
401 static ssize_t tool_spad_read(struct file *filep, char __user *ubuf, in tool_spad_read() argument
404 struct tool_ctx *tc = filep->private_data; in tool_spad_read()
410 static ssize_t tool_spad_write(struct file *filep, const char __user *ubuf, in tool_spad_write() argument
413 struct tool_ctx *tc = filep->private_data; in tool_spad_write()
423 static ssize_t tool_peer_spad_read(struct file *filep, char __user *ubuf, in tool_peer_spad_read() argument
426 struct tool_ctx *tc = filep->private_data; in tool_peer_spad_read()
432 static ssize_t tool_peer_spad_write(struct file *filep, const char __user *ubuf, in tool_peer_spad_write() argument
435 struct tool_ctx *tc = filep->private_data; in tool_peer_spad_write()