Searched refs:hwpath (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dpdc_stable.c203 First case, we don't have a preset hwpath... */
209 /* else, we expect the provided hwpath to be valid. */
233 * We will call this function to format the output of the hwpath attribute file.
266 struct hardware_path hwpath; local
279 memset(&hwpath, 0xff, sizeof(hwpath));
285 hwpath.mod = simple_strtoul(temp+1, NULL, 10);
287 DPRINTK("%s: mod: %d\n", __func__, hwpath.mod);
293 check the consistency of the given hwpath. */
295 hwpath
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c735 struct hardware_path hwpath; local
736 get_pci_node_path(np->pdev, &hwpath);
737 if (!pdc_get_initiator(&hwpath, pdc))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dfirmware.c747 * @hwpath: fully bc.mod style path to the device.
759 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) argument
770 __pa(pdc_result), __pa(hwpath));

Completed in 63 milliseconds