Symbol: hardware_path
arch/parisc/include/asm/hardware.h
103
struct hardware_path;
arch/parisc/include/asm/hardware.h
107
struct hardware_path *path);
arch/parisc/include/asm/hardware.h
117
extern void get_pci_node_path(struct pci_dev *dev, struct hardware_path *path);
arch/parisc/include/asm/hardware.h
119
extern struct device *hwpath_to_device(struct hardware_path *modpath);
arch/parisc/include/asm/hardware.h
120
extern void device_to_hwpath(struct device *dev, struct hardware_path *path);
arch/parisc/include/asm/pdc.h
65
int pdc_get_initiator(struct hardware_path *, struct pdc_initiator *);
arch/parisc/include/asm/pdcpat.h
355
struct hardware_path mod_path; /* module path (device path - layers) */
arch/parisc/include/uapi/asm/pdc.h
379
struct hardware_path path;
arch/parisc/kernel/drivers.c
308
static void get_node_path(struct device *dev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
331
static char *print_hwpath(struct hardware_path *path, char *output)
arch/parisc/kernel/drivers.c
354
struct hardware_path path;
arch/parisc/kernel/drivers.c
372
void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
389
struct hardware_path path;
arch/parisc/kernel/drivers.c
400
struct hardware_path path;
arch/parisc/kernel/drivers.c
480
static struct parisc_device *create_parisc_device(struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
493
alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path)
arch/parisc/kernel/drivers.c
57
parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
arch/parisc/kernel/drivers.c
655
struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
684
struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
694
struct hardware_path * modpath;
arch/parisc/kernel/drivers.c
730
parse_tree_node(struct device *parent, int index, struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
753
struct device *hwpath_to_device(struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
776
void device_to_hwpath(struct device *dev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
846
struct hardware_path path;
arch/parisc/kernel/firmware.c
931
int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator)
drivers/parisc/pdc_stable.c
158
entry->dev = hwpath_to_device((struct hardware_path *)devpath);
drivers/parisc/pdc_stable.c
194
device_to_hwpath(entry->dev, (struct hardware_path *)devpath);
drivers/parisc/pdc_stable.c
266
struct hardware_path hwpath;
drivers/parisc/pdc_stable.c
306
if (!(dev = hwpath_to_device((struct hardware_path *)&hwpath))) {
drivers/scsi/sym53c8xx_2/sym_nvram.c
723
struct hardware_path hwpath;