Symbol: hardware_path
arch/parisc/include/asm/hardware.h
105
struct hardware_path;
arch/parisc/include/asm/hardware.h
109
struct hardware_path *path);
arch/parisc/include/asm/hardware.h
119
extern void get_pci_node_path(struct pci_dev *dev, struct hardware_path *path);
arch/parisc/include/asm/hardware.h
121
extern struct device *hwpath_to_device(struct hardware_path *modpath);
arch/parisc/include/asm/hardware.h
122
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
310
static void get_node_path(struct device *dev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
333
static char *print_hwpath(struct hardware_path *path, char *output)
arch/parisc/kernel/drivers.c
356
struct hardware_path path;
arch/parisc/kernel/drivers.c
374
void get_pci_node_path(struct pci_dev *pdev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
391
struct hardware_path path;
arch/parisc/kernel/drivers.c
402
struct hardware_path path;
arch/parisc/kernel/drivers.c
482
static struct parisc_device *create_parisc_device(struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
495
alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path)
arch/parisc/kernel/drivers.c
59
parse_tree_node(struct device *parent, int index, struct hardware_path *modpath);
arch/parisc/kernel/drivers.c
657
struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
686
struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
696
struct hardware_path * modpath;
arch/parisc/kernel/drivers.c
732
parse_tree_node(struct device *parent, int index, struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
755
struct device *hwpath_to_device(struct hardware_path *modpath)
arch/parisc/kernel/drivers.c
778
void device_to_hwpath(struct device *dev, struct hardware_path *path)
arch/parisc/kernel/drivers.c
848
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;