Searched refs:dev_fun (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/pci/hotplug/ | 
| D | ibmphp_ebda.c | 166 			__func__, ptr->rsrc_type, ptr->bus_num, ptr->dev_fun, ptr->start_addr, ptr->end_addr);  in print_ebda_pci_rsrc()211 			debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun);  in print_ebda_hpc()
 801 				hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1);  in ebda_rsrc_controller()
 806 					hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq);  in ebda_rsrc_controller()
 948 			rsrc_ptr->dev_fun = readb(io_mem + addr + 1);  in ebda_rsrc_rsrc()
 955 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add…  in ebda_rsrc_rsrc()
 969 			rsrc_ptr->dev_fun = readb(io_mem + addr + 1);  in ebda_rsrc_rsrc()
 976 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add…  in ebda_rsrc_rsrc()
 1112 			if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) {  in ibmphp_probe()
 
 | 
| D | ibmphp.h | 195 	u8 dev_fun;  member225 	u8 dev_fun;  member
 
 | 
| D | ibmphp_res.c | 70 	rs->devfunc = curr->dev_fun;  in alloc_resources()
 | 
| /Linux-v5.4/drivers/scsi/arcmsr/ | 
| D | arcmsr_hba.c | 959 	uint8_t bus,dev_fun;  in arcmsr_probe()  local971 	dev_fun = pdev->devfn;  in arcmsr_probe()
 989 	host->unique_id = (bus << 8) | dev_fun;  in arcmsr_probe()
 
 |