Home
last modified time | relevance | path

Searched refs:chandev_model_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c36 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()
[all …]