Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dnic.h202 #define DRIVER(_name_text,_unused2,_unused3,_name,_probe,_disable) \ argument
205 _name ## _probe ( struct nic *nic, void *hwdev ) { \
206 return _probe ( nic, hwdev ); \
217 &pci->dev, _name ## _probe, \
229 &isapnp->dev, _name ## _probe, \
241 &eisa->dev, _name ## _probe, \
253 &mca->dev, _name ## _probe, \
264 &isa->dev, _name ## _probe, \