Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dhardware.h122 extern void device_to_hwpath(struct device *dev, struct hardware_path *path);
/openbmc/linux/arch/parisc/kernel/
H A Ddrivers.c778 void device_to_hwpath(struct device *dev, struct hardware_path *path) in device_to_hwpath() function
789 EXPORT_SYMBOL(device_to_hwpath);
/openbmc/linux/drivers/parisc/
H A Dpdc_stable.c194 device_to_hwpath(entry->dev, (struct hardware_path *)devpath); in pdcspath_store()