Lines Matching refs:chandev_model_info
36 typedef struct chandev_model_info chandev_model_info; typedef
37 struct chandev_model_info struct
39 struct chandev_model_info *next; argument
56 chandev_model_info *model_info; argument
173 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()
1129 …_chandev(int irq,s390_dev_info_t *devinfo,chandev_force **forceinfo,chandev_model_info **ret_model) in chandev_is_chandev()
1132 chandev_model_info *curr_model=NULL; in chandev_is_chandev()
1183 chandev_model_info *curr_model; in chandev_collect_devices()
1651 chandev_model_info *model_info; in chandev_doprobe()
1657 chandev_model_info dummy_model_info; in chandev_doprobe()
2885 chandev_model_info *curr_model; in chandev_read_proc()