Lines Matching full:bay
11 * - Don't probe below media bay by default, but instead provide
12 * some hooks for media bay to dynamically add/remove it's own
219 /* Media bay has too many resources, keep only first one */ in macio_resource_quirks()
220 if (index > 0 && of_node_name_eq(np, "media-bay")) in macio_resource_quirks()
271 /* Fix media-bay */ in macio_add_missing_resources()
272 if (of_node_name_eq(np, "media-bay")) { in macio_add_missing_resources()
274 printk(KERN_INFO "macio: fixed media-bay irq on gatwick\n"); in macio_add_missing_resources()
277 /* Fix left media bay childs */ in macio_add_missing_resources()
353 * @in_bay: set to 1 if device is part of a media-bay
355 * When media-bay is changed to hotswap drivers, this function will
356 * be exposed to the bay driver some way...
454 * For now, childs of media-bay are added now as well. This will
490 else if (of_node_name_prefix(np, "media-bay")) in macio_pci_add_devices()
496 /* Add media bay devices if any */ in macio_pci_add_devices()