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