Lines Matching refs:filep
405 static ssize_t tool_port_read(struct file *filep, char __user *ubuf, in tool_port_read() argument
408 struct tool_ctx *tc = filep->private_data; in tool_port_read()
421 static ssize_t tool_peer_port_read(struct file *filep, char __user *ubuf, in tool_peer_port_read() argument
424 struct tool_peer *peer = filep->private_data; in tool_peer_port_read()
462 static ssize_t tool_link_write(struct file *filep, const char __user *ubuf, in tool_link_write() argument
465 struct tool_ctx *tc = filep->private_data; in tool_link_write()
488 static ssize_t tool_peer_link_read(struct file *filep, char __user *ubuf, in tool_peer_link_read() argument
491 struct tool_peer *peer = filep->private_data; in tool_peer_link_read()
509 static ssize_t tool_peer_link_event_write(struct file *filep, in tool_peer_link_event_write() argument
513 struct tool_peer *peer = filep->private_data; in tool_peer_link_event_write()
541 static ssize_t tool_mw_read(struct file *filep, char __user *ubuf, in tool_mw_read() argument
544 struct tool_mw *inmw = filep->private_data; in tool_mw_read()
553 static ssize_t tool_mw_write(struct file *filep, const char __user *ubuf, in tool_mw_write() argument
556 struct tool_mw *inmw = filep->private_data; in tool_mw_write()
637 static ssize_t tool_mw_trans_read(struct file *filep, char __user *ubuf, in tool_mw_trans_read() argument
640 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_read()
699 static ssize_t tool_mw_trans_write(struct file *filep, const char __user *ubuf, in tool_mw_trans_write() argument
702 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_write()
724 static ssize_t tool_peer_mw_read(struct file *filep, char __user *ubuf, in tool_peer_mw_read() argument
727 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_read()
762 static ssize_t tool_peer_mw_write(struct file *filep, const char __user *ubuf, in tool_peer_mw_write() argument
765 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_write()
865 static ssize_t tool_peer_mw_trans_read(struct file *filep, char __user *ubuf, in tool_peer_mw_trans_read() argument
868 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_read()
922 static ssize_t tool_peer_mw_trans_write(struct file *filep, in tool_peer_mw_trans_write() argument
926 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_write()
1025 static ssize_t tool_db_read(struct file *filep, char __user *ubuf, in tool_db_read() argument
1028 struct tool_ctx *tc = filep->private_data; in tool_db_read()
1033 static ssize_t tool_db_write(struct file *filep, const char __user *ubuf, in tool_db_write() argument
1036 struct tool_ctx *tc = filep->private_data; in tool_db_write()
1046 static ssize_t tool_db_valid_mask_read(struct file *filep, char __user *ubuf, in tool_db_valid_mask_read() argument
1049 struct tool_ctx *tc = filep->private_data; in tool_db_valid_mask_read()
1058 static ssize_t tool_db_mask_read(struct file *filep, char __user *ubuf, in tool_db_mask_read() argument
1061 struct tool_ctx *tc = filep->private_data; in tool_db_mask_read()
1066 static ssize_t tool_db_mask_write(struct file *filep, const char __user *ubuf, in tool_db_mask_write() argument
1069 struct tool_ctx *tc = filep->private_data; in tool_db_mask_write()
1079 static ssize_t tool_peer_db_read(struct file *filep, char __user *ubuf, in tool_peer_db_read() argument
1082 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
1087 static ssize_t tool_peer_db_write(struct file *filep, const char __user *ubuf, in tool_peer_db_write() argument
1090 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
1100 static ssize_t tool_peer_db_mask_read(struct file *filep, char __user *ubuf, in tool_peer_db_mask_read() argument
1103 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_read()
1109 static ssize_t tool_peer_db_mask_write(struct file *filep, in tool_peer_db_mask_write() argument
1113 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_write()
1124 static ssize_t tool_db_event_write(struct file *filep, in tool_db_event_write() argument
1128 struct tool_ctx *tc = filep->private_data; in tool_db_event_write()
1151 static ssize_t tool_spad_read(struct file *filep, char __user *ubuf, in tool_spad_read() argument
1154 struct tool_spad *spad = filep->private_data; in tool_spad_read()
1167 static ssize_t tool_spad_write(struct file *filep, const char __user *ubuf, in tool_spad_write() argument
1170 struct tool_spad *spad = filep->private_data; in tool_spad_write()
1192 static ssize_t tool_peer_spad_read(struct file *filep, char __user *ubuf, in tool_peer_spad_read() argument
1195 struct tool_spad *spad = filep->private_data; in tool_peer_spad_read()
1208 static ssize_t tool_peer_spad_write(struct file *filep, const char __user *ubuf, in tool_peer_spad_write() argument
1211 struct tool_spad *spad = filep->private_data; in tool_peer_spad_write()
1274 static ssize_t tool_inmsg_read(struct file *filep, char __user *ubuf, in tool_inmsg_read() argument
1277 struct tool_msg *msg = filep->private_data; in tool_inmsg_read()
1294 static ssize_t tool_outmsg_write(struct file *filep, in tool_outmsg_write() argument
1298 struct tool_msg *msg = filep->private_data; in tool_outmsg_write()
1315 static ssize_t tool_msg_sts_read(struct file *filep, char __user *ubuf, in tool_msg_sts_read() argument
1318 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_read()
1323 static ssize_t tool_msg_sts_write(struct file *filep, const char __user *ubuf, in tool_msg_sts_write() argument
1326 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_write()
1336 static ssize_t tool_msg_inbits_read(struct file *filep, char __user *ubuf, in tool_msg_inbits_read() argument
1339 struct tool_ctx *tc = filep->private_data; in tool_msg_inbits_read()
1348 static ssize_t tool_msg_outbits_read(struct file *filep, char __user *ubuf, in tool_msg_outbits_read() argument
1351 struct tool_ctx *tc = filep->private_data; in tool_msg_outbits_read()
1360 static ssize_t tool_msg_mask_write(struct file *filep, const char __user *ubuf, in tool_msg_mask_write() argument
1363 struct tool_ctx *tc = filep->private_data; in tool_msg_mask_write()
1374 static ssize_t tool_msg_event_write(struct file *filep, in tool_msg_event_write() argument
1378 struct tool_ctx *tc = filep->private_data; in tool_msg_event_write()