Searched refs:hardware_path (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.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 | 67 int pdc_get_initiator(struct hardware_path *, struct pdc_initiator *);
|
D | pdcpat.h | 354 struct hardware_path mod_path; /* module path (device path - layers) */
|
/linux-5.19.10/arch/parisc/kernel/ |
D | drivers.c | 59 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath); 310 static void get_node_path(struct device *dev, struct hardware_path *path) in get_node_path() 333 static char *print_hwpath(struct hardware_path *path, char *output) in print_hwpath() 356 struct hardware_path path; in print_pa_hwpath() 374 void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path) in get_pci_node_path() 391 struct hardware_path path; in print_pci_hwpath() 402 struct hardware_path path; in setup_bus_id() 481 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device() 494 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path) in alloc_pa_dev() 656 struct hardware_path *modpath) in match_pci_device() [all …]
|
D | firmware.c | 893 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) in pdc_get_initiator()
|
/linux-5.19.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-5.19.10/arch/parisc/include/uapi/asm/ |
D | pdc.h | 614 struct hardware_path { struct 625 struct hardware_path path; argument
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 723 struct hardware_path hwpath; in sym_read_parisc_pdc()
|