Searched refs:chandev_model_info (Results 1 – 1 of 1) sorted by relevance
36 typedef struct chandev_model_info chandev_model_info; typedef37 struct chandev_model_info struct39 struct chandev_model_info *next; argument56 chandev_model_info *model_info; argument173 static chandev_model_info *chandev_models_head=NULL;921 chandev_model_info *newmodel; in chandev_add_model()925 if((newmodel=chandev_alloc(sizeof(chandev_model_info)))) in chandev_add_model()983 void chandev_remove_model(chandev_model_info *model) in chandev_remove_model()1007 chandev_model_info *curr_model,*next_model; in chandev_del_model()1068 void chandev_add(s390_dev_info_t *newdevinfo,chandev_model_info *newmodelinfo) in chandev_add()[all …]