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
213 /* Media bay has too many resources, keep only first one */ in macio_resource_quirks()
214 if (index > 0 && of_node_name_eq(np, "media-bay")) in macio_resource_quirks()
265 /* Fix media-bay */ in macio_add_missing_resources()
266 if (of_node_name_eq(np, "media-bay")) { in macio_add_missing_resources()
268 printk(KERN_INFO "macio: fixed media-bay irq on gatwick\n"); in macio_add_missing_resources()
271 /* Fix left media bay childs */ in macio_add_missing_resources()
347 * @in_bay: set to 1 if device is part of a media-bay
349 * When media-bay is changed to hotswap drivers, this function will
350 * be exposed to the bay driver some way...
448 * For now, childs of media-bay are added now as well. This will
484 else if (of_node_name_prefix(np, "media-bay")) in macio_pci_add_devices()
490 /* Add media bay devices if any */ in macio_pci_add_devices()