Lines Matching defs:socket
128 #define rl_misc(socket) ((socket)->private[0]) argument
129 #define rl_ctl(socket) ((socket)->private[1]) argument
130 #define rl_io(socket) ((socket)->private[2]) argument
131 #define rl_mem(socket) ((socket)->private[3]) argument
132 #define rl_config(socket) ((socket)->private[4]) argument
137 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ricoh_zoom_video() local
149 static void ricoh_set_zv(struct yenta_socket *socket) in ricoh_set_zv()
163 static void ricoh_set_clkrun(struct yenta_socket *socket, bool quiet) in ricoh_set_clkrun()
192 static void ricoh_save_state(struct yenta_socket *socket) in ricoh_save_state()
201 static void ricoh_restore_state(struct yenta_socket *socket) in ricoh_restore_state()
215 static int ricoh_override(struct yenta_socket *socket) in ricoh_override()