Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c1007 chandev_model_info *curr_model,*next_model; in chandev_del_model() local
1010 for_each_allow_delete(curr_model,next_model,chandev_models_head) in chandev_del_model()
1011 if((curr_model->cu_type==cu_type||cu_type==-1)&& in chandev_del_model()
1012 (curr_model->cu_model==cu_model||cu_model==-1)&& in chandev_del_model()
1013 (curr_model->dev_type==dev_type||dev_type==-1)&& in chandev_del_model()
1014 (curr_model->dev_model==dev_model||dev_model==-1)) in chandev_del_model()
1015 chandev_remove_model(curr_model); in chandev_del_model()
1132 chandev_model_info *curr_model=NULL; in chandev_is_chandev() local
1148 for_each(curr_model,chandev_models_head) in chandev_is_chandev()
1150 if(((curr_model->cu_type==devinfo->sid_data.cu_type)||(curr_model->cu_type==-1))&& in chandev_is_chandev()
[all …]