Searched refs:hardware_path (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/arch/parisc/include/asm/ | 
| D | hardware.h | 105 struct hardware_path;109 		struct hardware_path *path);
 119 extern void get_pci_node_path(struct pci_dev *dev, struct hardware_path *path);
 121 extern struct device *hwpath_to_device(struct hardware_path *modpath);
 122 extern void device_to_hwpath(struct device *dev, struct hardware_path *path);
 
 | 
| D | pdc.h | 65 int pdc_get_initiator(struct hardware_path *, struct pdc_initiator *);
 | 
| D | pdcpat.h | 353 	struct hardware_path mod_path;	/* module path (device path - layers) */
 | 
| /Linux-v5.10/arch/parisc/kernel/ | 
| D | drivers.c | 59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);311 static void get_node_path(struct device *dev, struct hardware_path *path)  in get_node_path()
 334 static char *print_hwpath(struct hardware_path *path, char *output)  in print_hwpath()
 357 	struct hardware_path path;  in print_pa_hwpath()
 375 void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path)  in get_pci_node_path()
 392 	struct hardware_path path;  in print_pci_hwpath()
 403 	struct hardware_path path;  in setup_bus_id()
 482 static struct parisc_device *create_parisc_device(struct hardware_path *modpath)  in create_parisc_device()
 495 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path)  in alloc_pa_dev()
 658 		struct hardware_path *modpath)  in match_pci_device()
 [all …]
 
 | 
| D | firmware.c | 851 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator)  in pdc_get_initiator()
 | 
| /Linux-v5.10/drivers/parisc/ | 
| D | pdc_stable.c | 158 	entry->dev = hwpath_to_device((struct hardware_path *)devpath);  in pdcspath_fetch()194 		device_to_hwpath(entry->dev, (struct hardware_path *)devpath);  in pdcspath_store()
 266 	struct hardware_path hwpath;  in pdcspath_hwpath_write()
 307 	if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) {  in pdcspath_hwpath_write()
 
 | 
| /Linux-v5.10/arch/parisc/include/uapi/asm/ | 
| D | pdc.h | 612 struct hardware_path {  struct623 	struct hardware_path path;  argument
 
 | 
| /Linux-v5.10/drivers/scsi/sym53c8xx_2/ | 
| D | sym_nvram.c | 723 	struct hardware_path hwpath;  in sym_read_parisc_pdc()
 |