Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dhardware.h121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
/kernel/linux/linux-5.10/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) in hwpath_to_device() function
771 EXPORT_SYMBOL(hwpath_to_device); variable
/kernel/linux/linux-6.6/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) in hwpath_to_device() function
771 EXPORT_SYMBOL(hwpath_to_device); variable
/kernel/linux/linux-5.10/drivers/parisc/
H A Dpdc_stable.c158 entry->dev = hwpath_to_device((struct hardware_path *)devpath); in pdcspath_fetch()
307 if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) { in pdcspath_hwpath_write()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dpdc_stable.c158 entry->dev = hwpath_to_device((struct hardware_path *)devpath); in pdcspath_fetch()
306 if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) { in pdcspath_hwpath_write()

Completed in 8 milliseconds