hwpath_to_device  121 arch/parisc/include/asm/hardware.h extern struct device *hwpath_to_device(struct hardware_path *modpath);
hwpath_to_device  771 arch/parisc/kernel/drivers.c EXPORT_SYMBOL(hwpath_to_device);
hwpath_to_device  158 drivers/parisc/pdc_stable.c 	entry->dev = hwpath_to_device((struct hardware_path *)devpath);
hwpath_to_device  307 drivers/parisc/pdc_stable.c 	if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) {