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