Lines Matching refs:rio_channel
185 struct rio_channel { struct
233 static struct rio_channel *riocm_ch_alloc(u16 ch_num);
237 static int riocm_ch_close(struct rio_channel *ch);
257 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) in riocm_cmp()
267 static int riocm_cmp_exch(struct rio_channel *ch, in riocm_cmp_exch()
280 static enum rio_cm_state riocm_exch(struct rio_channel *ch, in riocm_exch()
292 static struct rio_channel *riocm_get_channel(u16 nr) in riocm_get_channel()
294 struct rio_channel *ch; in riocm_get_channel()
304 static void riocm_put_channel(struct rio_channel *ch) in riocm_put_channel()
387 struct rio_channel *ch; in riocm_req_handler()
434 struct rio_channel *ch; in riocm_resp_handler()
466 struct rio_channel *ch; in riocm_close_handler()
538 struct rio_channel *ch; in rio_rx_data_handler()
792 struct rio_channel *ch; in riocm_ch_send()
840 static int riocm_ch_free_rxbuf(struct rio_channel *ch, void *buf) in riocm_ch_free_rxbuf()
875 static int riocm_ch_receive(struct rio_channel *ch, void **buf, long timeout) in riocm_ch_receive()
954 struct rio_channel *ch = NULL; in riocm_ch_connect()
1030 static int riocm_send_ack(struct rio_channel *ch) in riocm_send_ack()
1080 static struct rio_channel *riocm_ch_accept(u16 ch_id, u16 *new_ch_id, in riocm_ch_accept()
1083 struct rio_channel *ch; in riocm_ch_accept()
1084 struct rio_channel *new_ch; in riocm_ch_accept()
1212 struct rio_channel *ch = NULL; in riocm_ch_listen()
1237 struct rio_channel *ch = NULL; in riocm_ch_bind()
1288 static struct rio_channel *riocm_ch_alloc(u16 ch_num) in riocm_ch_alloc()
1292 struct rio_channel *ch; in riocm_ch_alloc()
1351 static struct rio_channel *riocm_ch_create(u16 *ch_num) in riocm_ch_create()
1353 struct rio_channel *ch = NULL; in riocm_ch_create()
1372 struct rio_channel *ch = container_of(ref, struct rio_channel, ref); in riocm_ch_free()
1398 static int riocm_send_close(struct rio_channel *ch) in riocm_send_close()
1441 static int riocm_ch_close(struct rio_channel *ch) in riocm_ch_close()
1503 struct rio_channel *ch, *_c; in riocm_cdev_release()
1667 struct rio_channel *ch; in cm_chan_create()
1693 struct rio_channel *ch; in cm_chan_close()
1757 struct rio_channel *ch; in cm_chan_accept()
1868 struct rio_channel *ch; in cm_chan_msg_rcv()
2000 struct rio_channel *ch, *_c; in riocm_remove_dev()
2181 struct rio_channel *ch, *_c; in riocm_remove_mport()
2243 struct rio_channel *ch; in rio_cm_shutdown()