Lines Matching refs:temp
869 struct sprd_mcdt_chan *temp, *chan = NULL;
873 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) {
874 if (temp->type == type && temp->id == channel) {
875 chan = temp;
895 struct sprd_mcdt_chan *temp;
902 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) {
903 if (temp == chan) {
979 struct sprd_mcdt_chan *chan, *temp;
983 list_for_each_entry_safe(chan, temp, &sprd_mcdt_chan_list, list)