Searched refs:channel_get (Results 1 – 1 of 1) sorted by relevance
252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function1542 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()1582 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device()1585 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()