Home
last modified time | relevance | path

Searched refs:hw_path (Results 1 – 2 of 2) sorted by relevance

/arch/parisc/kernel/
Ddrivers.c309 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path()
341 path.mod = dev->hw_path; in print_pa_hwpath()
396 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id()
406 dev->hw_path = id; in create_tree_node()
436 if (pdev->hw_path == d->id) { in match_by_id()
673 return (curr->hw_path == id); in match_parisc_device()
766 path->mod = padev->hw_path; in device_to_hwpath()
870 char hw_path[64]; in print_parisc_device() local
873 print_pa_hwpath(dev, hw_path); in print_parisc_device()
875 ++count, dev->name, (void*) dev->hpa.start, hw_path, dev->id.hw_type, in print_parisc_device()
/arch/parisc/include/asm/
Dparisc-device.h14 char hw_path; /* The module number on this bus */ member