Searched refs:bus_resource (Results 1 – 5 of 5) sorted by relevance
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...]
24 struct resource bus_resource; member
1121 memset(&master_image->bus_resource, 0, in fake_init()
278 zbus->bus_resource.start = 0; in zpci_bus_alloc() 279 zbus->bus_resource.end = ZPCI_BUS_NR; in zpci_bus_alloc() 280 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc() 281 pci_add_resource(&zbus->resources, &zbus->bus_resource); in zpci_bus_alloc()
111 struct resource bus_resource; member