Searched refs:curr_model (Results 1 – 1 of 1) sorted by relevance
1007 chandev_model_info *curr_model,*next_model; in chandev_del_model() local1010 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() local1148 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 …]