Home
last modified time | relevance | path

Searched refs:hardware_path (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/parisc/include/asm/
Dhardware.h105 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);
Dpdc.h63 int pdc_get_initiator(struct hardware_path *, struct pdc_initiator *);
Dpdcpat.h320 struct hardware_path mod_path; /* module path (device path - layers) */
/Linux-v4.19/arch/parisc/kernel/
Ddrivers.c61 parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
289 static void get_node_path(struct device *dev, struct hardware_path *path) in get_node_path()
312 static char *print_hwpath(struct hardware_path *path, char *output) in print_hwpath()
335 struct hardware_path path; in print_pa_hwpath()
353 void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path) in get_pci_node_path()
370 struct hardware_path path; in print_pci_hwpath()
381 struct hardware_path path; in setup_bus_id()
460 static struct parisc_device *create_parisc_device(struct hardware_path *modpath) in create_parisc_device()
473 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path) in alloc_pa_dev()
636 struct hardware_path *modpath) in match_pci_device()
[all …]
Dfirmware.c818 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) in pdc_get_initiator()
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dpdc.h590 struct hardware_path { struct
601 struct hardware_path path; argument
/Linux-v4.19/drivers/parisc/
Dpdc_stable.c171 entry->dev = hwpath_to_device((struct hardware_path *)devpath); in pdcspath_fetch()
207 device_to_hwpath(entry->dev, (struct hardware_path *)devpath); in pdcspath_store()
279 struct hardware_path hwpath; in pdcspath_hwpath_write()
320 if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) { in pdcspath_hwpath_write()
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c735 struct hardware_path hwpath; in sym_read_parisc_pdc()