Lines Matching refs:filep
410 static ssize_t tool_port_read(struct file *filep, char __user *ubuf, in tool_port_read() argument
413 struct tool_ctx *tc = filep->private_data; in tool_port_read()
426 static ssize_t tool_peer_port_read(struct file *filep, char __user *ubuf, in tool_peer_port_read() argument
429 struct tool_peer *peer = filep->private_data; in tool_peer_port_read()
467 static ssize_t tool_link_write(struct file *filep, const char __user *ubuf, in tool_link_write() argument
470 struct tool_ctx *tc = filep->private_data; in tool_link_write()
493 static ssize_t tool_peer_link_read(struct file *filep, char __user *ubuf, in tool_peer_link_read() argument
496 struct tool_peer *peer = filep->private_data; in tool_peer_link_read()
514 static ssize_t tool_peer_link_event_write(struct file *filep, in tool_peer_link_event_write() argument
518 struct tool_peer *peer = filep->private_data; in tool_peer_link_event_write()
546 static ssize_t tool_mw_read(struct file *filep, char __user *ubuf, in tool_mw_read() argument
549 struct tool_mw *inmw = filep->private_data; in tool_mw_read()
558 static ssize_t tool_mw_write(struct file *filep, const char __user *ubuf, in tool_mw_write() argument
561 struct tool_mw *inmw = filep->private_data; in tool_mw_write()
642 static ssize_t tool_mw_trans_read(struct file *filep, char __user *ubuf, in tool_mw_trans_read() argument
645 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_read()
704 static ssize_t tool_mw_trans_write(struct file *filep, const char __user *ubuf, in tool_mw_trans_write() argument
707 struct tool_mw *inmw = filep->private_data; in tool_mw_trans_write()
729 static ssize_t tool_peer_mw_read(struct file *filep, char __user *ubuf, in tool_peer_mw_read() argument
732 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_read()
767 static ssize_t tool_peer_mw_write(struct file *filep, const char __user *ubuf, in tool_peer_mw_write() argument
770 struct tool_mw *outmw = filep->private_data; in tool_peer_mw_write()
870 static ssize_t tool_peer_mw_trans_read(struct file *filep, char __user *ubuf, in tool_peer_mw_trans_read() argument
873 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_read()
927 static ssize_t tool_peer_mw_trans_write(struct file *filep, in tool_peer_mw_trans_write() argument
931 struct tool_mw_wrap *outmw_wrap = filep->private_data; in tool_peer_mw_trans_write()
1028 static ssize_t tool_db_read(struct file *filep, char __user *ubuf, in tool_db_read() argument
1031 struct tool_ctx *tc = filep->private_data; in tool_db_read()
1036 static ssize_t tool_db_write(struct file *filep, const char __user *ubuf, in tool_db_write() argument
1039 struct tool_ctx *tc = filep->private_data; in tool_db_write()
1049 static ssize_t tool_db_valid_mask_read(struct file *filep, char __user *ubuf, in tool_db_valid_mask_read() argument
1052 struct tool_ctx *tc = filep->private_data; in tool_db_valid_mask_read()
1061 static ssize_t tool_db_mask_read(struct file *filep, char __user *ubuf, in tool_db_mask_read() argument
1064 struct tool_ctx *tc = filep->private_data; in tool_db_mask_read()
1069 static ssize_t tool_db_mask_write(struct file *filep, const char __user *ubuf, in tool_db_mask_write() argument
1072 struct tool_ctx *tc = filep->private_data; in tool_db_mask_write()
1082 static ssize_t tool_peer_db_read(struct file *filep, char __user *ubuf, in tool_peer_db_read() argument
1085 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
1090 static ssize_t tool_peer_db_write(struct file *filep, const char __user *ubuf, in tool_peer_db_write() argument
1093 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
1103 static ssize_t tool_peer_db_mask_read(struct file *filep, char __user *ubuf, in tool_peer_db_mask_read() argument
1106 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_read()
1112 static ssize_t tool_peer_db_mask_write(struct file *filep, in tool_peer_db_mask_write() argument
1116 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_write()
1127 static ssize_t tool_db_event_write(struct file *filep, in tool_db_event_write() argument
1131 struct tool_ctx *tc = filep->private_data; in tool_db_event_write()
1154 static ssize_t tool_spad_read(struct file *filep, char __user *ubuf, in tool_spad_read() argument
1157 struct tool_spad *spad = filep->private_data; in tool_spad_read()
1170 static ssize_t tool_spad_write(struct file *filep, const char __user *ubuf, in tool_spad_write() argument
1173 struct tool_spad *spad = filep->private_data; in tool_spad_write()
1195 static ssize_t tool_peer_spad_read(struct file *filep, char __user *ubuf, in tool_peer_spad_read() argument
1198 struct tool_spad *spad = filep->private_data; in tool_peer_spad_read()
1211 static ssize_t tool_peer_spad_write(struct file *filep, const char __user *ubuf, in tool_peer_spad_write() argument
1214 struct tool_spad *spad = filep->private_data; in tool_peer_spad_write()
1277 static ssize_t tool_inmsg_read(struct file *filep, char __user *ubuf, in tool_inmsg_read() argument
1280 struct tool_msg *msg = filep->private_data; in tool_inmsg_read()
1297 static ssize_t tool_outmsg_write(struct file *filep, in tool_outmsg_write() argument
1301 struct tool_msg *msg = filep->private_data; in tool_outmsg_write()
1318 static ssize_t tool_msg_sts_read(struct file *filep, char __user *ubuf, in tool_msg_sts_read() argument
1321 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_read()
1326 static ssize_t tool_msg_sts_write(struct file *filep, const char __user *ubuf, in tool_msg_sts_write() argument
1329 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_write()
1339 static ssize_t tool_msg_inbits_read(struct file *filep, char __user *ubuf, in tool_msg_inbits_read() argument
1342 struct tool_ctx *tc = filep->private_data; in tool_msg_inbits_read()
1351 static ssize_t tool_msg_outbits_read(struct file *filep, char __user *ubuf, in tool_msg_outbits_read() argument
1354 struct tool_ctx *tc = filep->private_data; in tool_msg_outbits_read()
1363 static ssize_t tool_msg_mask_write(struct file *filep, const char __user *ubuf, in tool_msg_mask_write() argument
1366 struct tool_ctx *tc = filep->private_data; in tool_msg_mask_write()
1377 static ssize_t tool_msg_event_write(struct file *filep, in tool_msg_event_write() argument
1381 struct tool_ctx *tc = filep->private_data; in tool_msg_event_write()