Searched refs:parport_find_device (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/parport/ |
D | init.c | 227 EXPORT_SYMBOL(parport_find_device);
|
D | daisy.c | 555 int parport_find_device (const char *mfg, const char *mdl, int from) in parport_find_device() function
|
/linux-2.4.37.9/Documentation/ |
D | parport-lowlevel.txt | 31 parport_find_device 790 parport_find_class, parport_find_device, parport_device_num 885 parport_find_device, parport_open, parport_device_id 887 parport_find_device - find a device by its class 894 int parport_find_device (const char *mfg, const char *mdl, int from); 911 while ((devnum = parport_find_device ("IOMEGA", "ZIP+", devnum)) != -1) {
|
/linux-2.4.37.9/include/linux/ |
D | parport.h | 521 extern int parport_find_device (const char *mfg, const char *mdl, int from);
|