Lines Matching refs:filep
412 static ssize_t tool_port_read(struct file *filep, char __user *ubuf, in tool_port_read() argument
415 struct tool_ctx *tc = filep->private_data; in tool_port_read()
428 static ssize_t tool_peer_port_read(struct file *filep, char __user *ubuf, in tool_peer_port_read() argument
431 struct tool_peer *peer = filep->private_data; in tool_peer_port_read()
469 static ssize_t tool_link_write(struct file *filep, const char __user *ubuf, in tool_link_write() argument
472 struct tool_ctx *tc = filep->private_data; in tool_link_write()
495 static ssize_t tool_peer_link_read(struct file *filep, char __user *ubuf, in tool_peer_link_read() argument
498 struct tool_peer *peer = filep->private_data; in tool_peer_link_read()
516 static ssize_t tool_peer_link_event_write(struct file *filep, in tool_peer_link_event_write() argument
520 struct tool_peer *peer = filep->private_data; in tool_peer_link_event_write()
548 static ssize_t tool_mw_read(struct file *filep, char __user *ubuf, in tool_mw_read() argument
551 struct tool_mw *inmw = filep->private_data; in tool_mw_read()
560 static ssize_t tool_mw_write(struct file *filep, const char __user *ubuf, in tool_mw_write() argument
563 struct tool_mw *inmw = filep->private_data; in tool_mw_write()
644 static ssize_t tool_mw_trans_read(struct file *filep, char __user *ubuf, in tool_mw_trans_read() argument
647 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_read()
706 static ssize_t tool_mw_trans_write(struct file *filep, const char __user *ubuf, in tool_mw_trans_write() argument
709 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_write()
731 static ssize_t tool_peer_mw_read(struct file *filep, char __user *ubuf, in tool_peer_mw_read() argument
734 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_read()
769 static ssize_t tool_peer_mw_write(struct file *filep, const char __user *ubuf, in tool_peer_mw_write() argument
772 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_write()
872 static ssize_t tool_peer_mw_trans_read(struct file *filep, char __user *ubuf, in tool_peer_mw_trans_read() argument
875 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_read()
929 static ssize_t tool_peer_mw_trans_write(struct file *filep, in tool_peer_mw_trans_write() argument
933 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_write()
1030 static ssize_t tool_db_read(struct file *filep, char __user *ubuf, in tool_db_read() argument
1033 struct tool_ctx *tc = filep->private_data; in tool_db_read()
1038 static ssize_t tool_db_write(struct file *filep, const char __user *ubuf, in tool_db_write() argument
1041 struct tool_ctx *tc = filep->private_data; in tool_db_write()
1051 static ssize_t tool_db_valid_mask_read(struct file *filep, char __user *ubuf, in tool_db_valid_mask_read() argument
1054 struct tool_ctx *tc = filep->private_data; in tool_db_valid_mask_read()
1063 static ssize_t tool_db_mask_read(struct file *filep, char __user *ubuf, in tool_db_mask_read() argument
1066 struct tool_ctx *tc = filep->private_data; in tool_db_mask_read()
1071 static ssize_t tool_db_mask_write(struct file *filep, const char __user *ubuf, in tool_db_mask_write() argument
1074 struct tool_ctx *tc = filep->private_data; in tool_db_mask_write()
1084 static ssize_t tool_peer_db_read(struct file *filep, char __user *ubuf, in tool_peer_db_read() argument
1087 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
1092 static ssize_t tool_peer_db_write(struct file *filep, const char __user *ubuf, in tool_peer_db_write() argument
1095 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
1105 static ssize_t tool_peer_db_mask_read(struct file *filep, char __user *ubuf, in tool_peer_db_mask_read() argument
1108 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_read()
1114 static ssize_t tool_peer_db_mask_write(struct file *filep, in tool_peer_db_mask_write() argument
1118 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_write()
1129 static ssize_t tool_db_event_write(struct file *filep, in tool_db_event_write() argument
1133 struct tool_ctx *tc = filep->private_data; in tool_db_event_write()
1156 static ssize_t tool_spad_read(struct file *filep, char __user *ubuf, in tool_spad_read() argument
1159 struct tool_spad *spad = filep->private_data; in tool_spad_read()
1172 static ssize_t tool_spad_write(struct file *filep, const char __user *ubuf, in tool_spad_write() argument
1175 struct tool_spad *spad = filep->private_data; in tool_spad_write()
1197 static ssize_t tool_peer_spad_read(struct file *filep, char __user *ubuf, in tool_peer_spad_read() argument
1200 struct tool_spad *spad = filep->private_data; in tool_peer_spad_read()
1213 static ssize_t tool_peer_spad_write(struct file *filep, const char __user *ubuf, in tool_peer_spad_write() argument
1216 struct tool_spad *spad = filep->private_data; in tool_peer_spad_write()
1279 static ssize_t tool_inmsg_read(struct file *filep, char __user *ubuf, in tool_inmsg_read() argument
1282 struct tool_msg *msg = filep->private_data; in tool_inmsg_read()
1299 static ssize_t tool_outmsg_write(struct file *filep, in tool_outmsg_write() argument
1303 struct tool_msg *msg = filep->private_data; in tool_outmsg_write()
1320 static ssize_t tool_msg_sts_read(struct file *filep, char __user *ubuf, in tool_msg_sts_read() argument
1323 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_read()
1328 static ssize_t tool_msg_sts_write(struct file *filep, const char __user *ubuf, in tool_msg_sts_write() argument
1331 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_write()
1341 static ssize_t tool_msg_inbits_read(struct file *filep, char __user *ubuf, in tool_msg_inbits_read() argument
1344 struct tool_ctx *tc = filep->private_data; in tool_msg_inbits_read()
1353 static ssize_t tool_msg_outbits_read(struct file *filep, char __user *ubuf, in tool_msg_outbits_read() argument
1356 struct tool_ctx *tc = filep->private_data; in tool_msg_outbits_read()
1365 static ssize_t tool_msg_mask_write(struct file *filep, const char __user *ubuf, in tool_msg_mask_write() argument
1368 struct tool_ctx *tc = filep->private_data; in tool_msg_mask_write()
1379 static ssize_t tool_msg_event_write(struct file *filep, in tool_msg_event_write() argument
1383 struct tool_ctx *tc = filep->private_data; in tool_msg_event_write()