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

/linux-master/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
/linux-master/drivers/parisc/
H A Dpdc_stable.c158 entry->dev = hwpath_to_device((struct hardware_path *)devpath);
306 if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) {
/linux-master/arch/parisc/kernel/
H A Ddrivers.c751 * hwpath_to_device - Finds the generic device corresponding to a given hardware path.
755 struct device *hwpath_to_device(struct hardware_path *modpath) function
771 EXPORT_SYMBOL(hwpath_to_device); variable

Completed in 93 milliseconds