.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "GET_PCI_NODE_PATH" "" "06 October 2005" "" "" .SH NAME get_pci_node_path \- Returns hardware path for PCI devices .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void get_pci_node_path (struct pci_dev * \fIdev\fB, struct hardware_path * \fIpath\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fIpath\fB\fR -- undescribed -- .SH "DEV" .PP The device to return the path for .SH "OUTPUT" .PP Pointer to a previously-allocated array to place the path in. .PP This function fills in the hardware_path structure with the route to the specified PCI device. This structure is suitable for passing to PDC calls.