Home
last modified time | relevance | path

Searched refs:bus_resource (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/staging/vme_user/
A Dvme_tsi148.c721 image->bus_resource.start); in tsi148_alloc_resource()
730 kfree(image->bus_resource.name); in tsi148_alloc_resource()
732 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_alloc_resource()
739 if (!image->bus_resource.name) { in tsi148_alloc_resource()
741 if (!image->bus_resource.name) { in tsi148_alloc_resource()
750 image->bus_resource.start = 0; in tsi148_alloc_resource()
777 kfree(image->bus_resource.name); in tsi148_alloc_resource()
778 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_alloc_resource()
791 kfree(image->bus_resource.name); in tsi148_free_resource()
792 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_free_resource()
[all …]
A Dvme_bridge.h24 struct resource bus_resource; member
A Dvme.c801 phys_addr = image->bus_resource.start + (vma->vm_pgoff << PAGE_SHIFT); in vme_master_mmap()
804 if (phys_addr + vma_size > image->bus_resource.end + 1) { in vme_master_mmap()
A Dvme_fake.c1124 memset(&master_image->bus_resource, 0, in fake_init()
/linux-6.3-rc2/arch/s390/pci/
A Dpci_bus.c281 zbus->bus_resource.start = 0; in zpci_bus_alloc()
282 zbus->bus_resource.end = ZPCI_BUS_NR; in zpci_bus_alloc()
283 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc()
284 pci_add_resource(&zbus->resources, &zbus->bus_resource); in zpci_bus_alloc()
/linux-6.3-rc2/arch/s390/include/asm/
A Dpci.h109 struct resource bus_resource; member

Completed in 18 milliseconds