Home
last modified time | relevance | path

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

/linux-3.4.99/arch/parisc/include/asm/ !
Dhardware.h120 extern struct device *hwpath_to_device(struct hardware_path *modpath);
/linux-3.4.99/arch/parisc/kernel/ !
Ddrivers.c745 struct device *hwpath_to_device(struct hardware_path *modpath) in hwpath_to_device() function
761 EXPORT_SYMBOL(hwpath_to_device);
/linux-3.4.99/drivers/parisc/ !
Dpdc_stable.c171 entry->dev = hwpath_to_device((struct hardware_path *)devpath); in pdcspath_fetch()
321 if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) { in pdcspath_hwpath_write()