Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c173 static chandev_model_info *chandev_models_head=NULL; variable
967 chandev_add_to_list((list **)&chandev_models_head,newmodel); in chandev_add_model()
993 chandev_free_listmember((list **)&chandev_models_head,(list *)model); in chandev_remove_model()
1000 while(chandev_models_head) in chandev_remove_all_models()
1001 chandev_remove_model(chandev_models_head); in chandev_remove_all_models()
1010 for_each_allow_delete(curr_model,next_model,chandev_models_head) in chandev_del_model()
1148 for_each(curr_model,chandev_models_head) in chandev_is_chandev()
2905 if(chandev_models_head) in chandev_read_proc()
2911 for_each(curr_model,chandev_models_head) in chandev_read_proc()