Searched refs:bus_resource (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_ca91cx42.c | 516 existing_size = (unsigned long long)(image->bus_resource.end - in ca91cx42_alloc_resource() 517 image->bus_resource.start); in ca91cx42_alloc_resource() 526 kfree(image->bus_resource.name); in ca91cx42_alloc_resource() 527 release_resource(&image->bus_resource); 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() 532 image->bus_resource.name = kmalloc(VMENAMSIZ+3, GFP_ATOMIC); in ca91cx42_alloc_resource() 533 if (!image->bus_resource.name) { in ca91cx42_alloc_resource() 539 sprintf((char *)image->bus_resource in ca91cx42_alloc_resource() [all...] |
H A D | vme_tsi148.c | 728 existing_size = (unsigned long long)(image->bus_resource.end - in tsi148_alloc_resource() 729 image->bus_resource.start); in tsi148_alloc_resource() 738 kfree(image->bus_resource.name); in tsi148_alloc_resource() 739 release_resource(&image->bus_resource); in tsi148_alloc_resource() 740 memset(&image->bus_resource, 0, sizeof(image->bus_resource)); in tsi148_alloc_resource() 747 if (!image->bus_resource.name) { in tsi148_alloc_resource() 748 image->bus_resource.name = kmalloc(VMENAMSIZ+3, GFP_ATOMIC); in tsi148_alloc_resource() 749 if (!image->bus_resource.name) { in tsi148_alloc_resource() 755 sprintf((char *)image->bus_resource in tsi148_alloc_resource() [all...] |
H A D | vme_fake.c | 1127 memset(&master_image->bus_resource, 0, in fake_init()
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_bus.c | 122 zbus->bus_resource.start = 0; in zpci_bus_alloc() 123 zbus->bus_resource.end = ZPCI_BUS_NR; in zpci_bus_alloc() 124 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc() 125 pci_add_resource(&zbus->resources, &zbus->bus_resource); in zpci_bus_alloc()
|
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 720 existing_size = (unsigned long long)(image->bus_resource.end - in tsi148_alloc_resource() 721 image->bus_resource.start); in tsi148_alloc_resource() 730 kfree(image->bus_resource.name); in tsi148_alloc_resource() 731 release_resource(&image->bus_resource); 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() 740 image->bus_resource.name = kmalloc(VMENAMSIZ + 3, GFP_ATOMIC); in tsi148_alloc_resource() 741 if (!image->bus_resource.name) { in tsi148_alloc_resource() 747 sprintf((char *)image->bus_resource in tsi148_alloc_resource() [all...] |
H A D | vme_bridge.h | 24 struct resource bus_resource; member
|
H A D | vme.c | 798 phys_addr = image->bus_resource.start + (vma->vm_pgoff << PAGE_SHIFT); in vme_master_mmap() 801 if (phys_addr + vma_size > image->bus_resource.end + 1) { in vme_master_mmap()
|
H A D | vme_fake.c | 1120 memset(&master_image->bus_resource, 0, in fake_init()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_bus.c | 274 zbus->bus_resource.start = 0; in zpci_bus_alloc() 275 zbus->bus_resource.end = ZPCI_BUS_NR; in zpci_bus_alloc() 276 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc() 277 pci_add_resource(&zbus->resources, &zbus->bus_resource); in zpci_bus_alloc()
|
/kernel/linux/linux-5.10/drivers/vme/ |
H A D | vme_bridge.h | 24 struct resource bus_resource; member
|
H A D | vme.c | 810 phys_addr = image->bus_resource.start + (vma->vm_pgoff << PAGE_SHIFT); in vme_master_mmap() 813 if (phys_addr + vma_size > image->bus_resource.end + 1) { in vme_master_mmap()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pci.h | 109 struct resource bus_resource; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pci.h | 109 struct resource bus_resource; member
|
Completed in 18 milliseconds