Lines Matching refs:rio_channel

176 struct rio_channel {  struct
224 static struct rio_channel *riocm_ch_alloc(u16 ch_num);
228 static int riocm_ch_close(struct rio_channel *ch);
250 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) in riocm_cmp()
260 static int riocm_cmp_exch(struct rio_channel *ch, in riocm_cmp_exch()
273 static enum rio_cm_state riocm_exch(struct rio_channel *ch, in riocm_exch()
285 static struct rio_channel *riocm_get_channel(u16 nr) in riocm_get_channel()
287 struct rio_channel *ch; in riocm_get_channel()
297 static void riocm_put_channel(struct rio_channel *ch) in riocm_put_channel()
380 struct rio_channel *ch; in riocm_req_handler()
427 struct rio_channel *ch; in riocm_resp_handler()
459 struct rio_channel *ch; in riocm_close_handler()
531 struct rio_channel *ch; in rio_rx_data_handler()
785 struct rio_channel *ch; in riocm_ch_send()
833 static int riocm_ch_free_rxbuf(struct rio_channel *ch, void *buf) in riocm_ch_free_rxbuf()
868 static int riocm_ch_receive(struct rio_channel *ch, void **buf, long timeout) in riocm_ch_receive()
947 struct rio_channel *ch = NULL; in riocm_ch_connect()
1023 static int riocm_send_ack(struct rio_channel *ch) in riocm_send_ack()
1073 static struct rio_channel *riocm_ch_accept(u16 ch_id, u16 *new_ch_id, in riocm_ch_accept()
1076 struct rio_channel *ch; in riocm_ch_accept()
1077 struct rio_channel *new_ch; in riocm_ch_accept()
1205 struct rio_channel *ch = NULL; in riocm_ch_listen()
1232 struct rio_channel *ch = NULL; in riocm_ch_bind()
1283 static struct rio_channel *riocm_ch_alloc(u16 ch_num) in riocm_ch_alloc()
1287 struct rio_channel *ch; in riocm_ch_alloc()
1346 static struct rio_channel *riocm_ch_create(u16 *ch_num) in riocm_ch_create()
1348 struct rio_channel *ch = NULL; in riocm_ch_create()
1367 struct rio_channel *ch = container_of(ref, struct rio_channel, ref); in riocm_ch_free()
1393 static int riocm_send_close(struct rio_channel *ch) in riocm_send_close()
1436 static int riocm_ch_close(struct rio_channel *ch) in riocm_ch_close()
1498 struct rio_channel *ch, *_c; in riocm_cdev_release()
1662 struct rio_channel *ch; in cm_chan_create()
1688 struct rio_channel *ch; in cm_chan_close()
1752 struct rio_channel *ch; in cm_chan_accept()
1863 struct rio_channel *ch; in cm_chan_msg_rcv()
1995 struct rio_channel *ch, *_c; in riocm_remove_dev()
2179 struct rio_channel *ch, *_c; in riocm_remove_mport()
2241 struct rio_channel *ch; in rio_cm_shutdown()