Home
last modified time | relevance | path

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

/linux/drivers/vme/bridges/
A Dvme_ca91cx42.c517 image->bus_resource.start); in ca91cx42_alloc_resource()
526 kfree(image->bus_resource.name); in ca91cx42_alloc_resource()
528 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in ca91cx42_alloc_resource()
531 if (!image->bus_resource.name) { in ca91cx42_alloc_resource()
533 if (!image->bus_resource.name) { in ca91cx42_alloc_resource()
542 image->bus_resource.start = 0; in ca91cx42_alloc_resource()
558 image->bus_resource.start, size); in ca91cx42_alloc_resource()
570 kfree(image->bus_resource.name); in ca91cx42_alloc_resource()
571 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in ca91cx42_alloc_resource()
584 kfree(image->bus_resource.name); in ca91cx42_free_resource()
[all …]
A Dvme_tsi148.c728 image->bus_resource.start); in tsi148_alloc_resource()
737 kfree(image->bus_resource.name); in tsi148_alloc_resource()
739 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_alloc_resource()
746 if (!image->bus_resource.name) { in tsi148_alloc_resource()
748 if (!image->bus_resource.name) { in tsi148_alloc_resource()
757 image->bus_resource.start = 0; in tsi148_alloc_resource()
785 kfree(image->bus_resource.name); in tsi148_alloc_resource()
786 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_alloc_resource()
799 kfree(image->bus_resource.name); in tsi148_free_resource()
800 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_free_resource()
[all …]
A Dvme_fake.c1125 memset(&master_image->bus_resource, 0, in fake_init()
/linux/arch/s390/pci/
A Dpci_bus.c284 zbus->bus_resource.start = 0; in zpci_bus_alloc()
285 zbus->bus_resource.end = ZPCI_BUS_NR; in zpci_bus_alloc()
286 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc()
287 pci_add_resource(&zbus->resources, &zbus->bus_resource); in zpci_bus_alloc()
/linux/drivers/vme/
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()
/linux/arch/s390/include/asm/
A Dpci.h108 struct resource bus_resource; member

Completed in 22 milliseconds