Searched refs:hwpath (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | pdc_stable.c | 190 First case, we don't have a preset hwpath... */ in pdcspath_store() 196 /* else, we expect the provided hwpath to be valid. */ in pdcspath_store() 218 * We will call this function to format the output of the hwpath attribute file. 266 struct hardware_path hwpath; in pdcspath_hwpath_write() local 281 memset(&hwpath, 0xff, sizeof(hwpath)); in pdcspath_hwpath_write() 287 hwpath.mod = simple_strtoul(temp+1, NULL, 10); in pdcspath_hwpath_write() 289 DPRINTK("%s: mod: %d\n", __func__, hwpath.mod); in pdcspath_hwpath_write() 295 check the consistency of the given hwpath. */ in pdcspath_hwpath_write() 297 hwpath in pdcspath_hwpath_write() [all...] |
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | pdc_stable.c | 190 First case, we don't have a preset hwpath... */ in pdcspath_store() 196 /* else, we expect the provided hwpath to be valid. */ in pdcspath_store() 218 * We will call this function to format the output of the hwpath attribute file. 266 struct hardware_path hwpath; in pdcspath_hwpath_write() local 280 memset(&hwpath, 0xff, sizeof(hwpath)); in pdcspath_hwpath_write() 286 hwpath.mod = simple_strtoul(temp+1, NULL, 10); in pdcspath_hwpath_write() 288 DPRINTK("%s: mod: %d\n", __func__, hwpath.mod); in pdcspath_hwpath_write() 294 check the consistency of the given hwpath. */ in pdcspath_hwpath_write() 296 hwpath in pdcspath_hwpath_write() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 723 struct hardware_path hwpath; in sym_read_parisc_pdc() local 724 get_pci_node_path(np->pdev, &hwpath); in sym_read_parisc_pdc() 725 if (!pdc_get_initiator(&hwpath, pdc)) in sym_read_parisc_pdc()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 723 struct hardware_path hwpath; in sym_read_parisc_pdc() local 724 get_pci_node_path(np->pdev, &hwpath); in sym_read_parisc_pdc() 725 if (!pdc_get_initiator(&hwpath, pdc)) in sym_read_parisc_pdc()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 839 * @hwpath: fully bc.mod style path to the device. 851 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) in pdc_get_initiator() argument 863 __pa(pdc_result), __pa(hwpath)); in pdc_get_initiator()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 918 * @hwpath: fully bc.mod style path to the device. 930 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) in pdc_get_initiator() argument 942 __pa(pdc_result), __pa(hwpath)); in pdc_get_initiator()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_bsg.h | 201 char hwpath[BFA_STRING_32]; member
|
H A D | bfad_bsg.c | 97 strcpy(iocmd->hwpath, bfad->pci_name); in bfad_iocmd_ioc_get_info()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_bsg.h | 201 char hwpath[BFA_STRING_32]; member
|
H A D | bfad_bsg.c | 97 strcpy(iocmd->hwpath, bfad->pci_name); in bfad_iocmd_ioc_get_info()
|
Completed in 27 milliseconds