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);
248 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) in riocm_cmp()
258 static int riocm_cmp_exch(struct rio_channel *ch, in riocm_cmp_exch()
271 static enum rio_cm_state riocm_exch(struct rio_channel *ch, in riocm_exch()
283 static struct rio_channel *riocm_get_channel(u16 nr) in riocm_get_channel()
285 struct rio_channel *ch; in riocm_get_channel()
295 static void riocm_put_channel(struct rio_channel *ch) in riocm_put_channel()
378 struct rio_channel *ch; in riocm_req_handler()
425 struct rio_channel *ch; in riocm_resp_handler()
457 struct rio_channel *ch; in riocm_close_handler()
529 struct rio_channel *ch; in rio_rx_data_handler()
783 struct rio_channel *ch; in riocm_ch_send()
831 static int riocm_ch_free_rxbuf(struct rio_channel *ch, void *buf) in riocm_ch_free_rxbuf()
866 static int riocm_ch_receive(struct rio_channel *ch, void **buf, long timeout) in riocm_ch_receive()
945 struct rio_channel *ch = NULL; in riocm_ch_connect()
1021 static int riocm_send_ack(struct rio_channel *ch) in riocm_send_ack()
1071 static struct rio_channel *riocm_ch_accept(u16 ch_id, u16 *new_ch_id, in riocm_ch_accept()
1074 struct rio_channel *ch; in riocm_ch_accept()
1075 struct rio_channel *new_ch; in riocm_ch_accept()
1203 struct rio_channel *ch = NULL; in riocm_ch_listen()
1230 struct rio_channel *ch = NULL; in riocm_ch_bind()
1281 static struct rio_channel *riocm_ch_alloc(u16 ch_num) in riocm_ch_alloc()
1285 struct rio_channel *ch; in riocm_ch_alloc()
1344 static struct rio_channel *riocm_ch_create(u16 *ch_num) in riocm_ch_create()
1346 struct rio_channel *ch = NULL; in riocm_ch_create()
1365 struct rio_channel *ch = container_of(ref, struct rio_channel, ref); in riocm_ch_free()
1391 static int riocm_send_close(struct rio_channel *ch) in riocm_send_close()
1434 static int riocm_ch_close(struct rio_channel *ch) in riocm_ch_close()
1496 struct rio_channel *ch, *_c; in riocm_cdev_release()
1660 struct rio_channel *ch; in cm_chan_create()
1686 struct rio_channel *ch; in cm_chan_close()
1750 struct rio_channel *ch; in cm_chan_accept()
1861 struct rio_channel *ch; in cm_chan_msg_rcv()
1993 struct rio_channel *ch, *_c; in riocm_remove_dev()
2177 struct rio_channel *ch, *_c; in riocm_remove_mport()
2239 struct rio_channel *ch; in rio_cm_shutdown()