Lines Matching refs:socket_dev
49 static void free_socket_client(struct socket_dev *sock, struct socket_client *client) in free_socket_client()
102 int read_socket_char(struct socket_dev *sock, struct socket_client *client) in read_socket_char()
146 static struct socket_client *new_socket_client(struct socket_dev *sock) in new_socket_client()
181 struct socket_dev *sock = (struct socket_dev *)arg; in listen_socket_client()
205 struct socket_dev *sock = (struct socket_dev *)arg; in socket_poll_events()
245 struct socket_client *find_socket_client(struct socket_dev *sock, int fd) in find_socket_client()
256 int open_socket(struct socket_dev *sock, data_handler_f *fn) in open_socket()
271 void close_socket(struct socket_dev *sock) in close_socket()
294 struct socket_dev *init_socket(char *path) in init_socket()
296 struct socket_dev *sock; in init_socket()
303 memset(sock, 0x0, sizeof(struct socket_dev)); in init_socket()
307 void deinit_socket(struct socket_dev *sock) in deinit_socket()