Searched refs:ctcm_channel_types (Results 1 – 2 of 2) sorted by relevance
70 enum ctcm_channel_types { enum139 enum ctcm_channel_types type;
252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get()1306 static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type, in add_channel()1463 static enum ctcm_channel_types get_channel_type(struct ccw_device_id *id) in get_channel_type()1465 enum ctcm_channel_types type; in get_channel_type()1466 type = (enum ctcm_channel_types)id->driver_info; in get_channel_type()1487 enum ctcm_channel_types type; in ctcm_new_device()