Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nubus/
Dnubus.c301 struct nubus_dev* itor = in nubus_find_device() local
304 while (itor) { in nubus_find_device()
305 if (itor->category == category in nubus_find_device()
306 && itor->type == type in nubus_find_device()
307 && itor->dr_hw == dr_hw in nubus_find_device()
308 && itor->dr_sw == dr_sw) in nubus_find_device()
309 return itor; in nubus_find_device()
310 itor = itor->next; in nubus_find_device()
321 struct nubus_dev* itor = in nubus_find_type() local
324 while (itor) { in nubus_find_type()
[all …]