Lines Matching defs:temp
869 struct sprd_mcdt_chan *temp;
873 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) {
874 if (temp->type == type && temp->id == channel) {
875 list_del_init(&temp->list);
880 if (list_entry_is_head(temp, &sprd_mcdt_chan_list, list))
881 temp = NULL;
885 return temp;
895 struct sprd_mcdt_chan *temp;
902 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) {
903 if (temp == chan) {
978 struct sprd_mcdt_chan *chan, *temp;
982 list_for_each_entry_safe(chan, temp, &sprd_mcdt_chan_list, list)