Searched refs:ctcm_channel_types (Results 1 – 2 of 2) sorted by relevance
69 enum ctcm_channel_types { enum138 enum ctcm_channel_types type;
251 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get()1350 static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type, in add_channel()1507 static enum ctcm_channel_types get_channel_type(struct ccw_device_id *id) in get_channel_type()1509 enum ctcm_channel_types type; in get_channel_type()1510 type = (enum ctcm_channel_types)id->driver_info; in get_channel_type()1531 enum ctcm_channel_types type; in ctcm_new_device()