coreboot_driver
static struct coreboot_driver cbmem_entry_driver = {
#define CB_DRV(d) container_of_const(d, struct coreboot_driver, drv)
const struct coreboot_driver *driver = CB_DRV(drv);
struct coreboot_driver *driver = CB_DRV(dev->driver);
struct coreboot_driver *driver = CB_DRV(dev->driver);
int __coreboot_driver_register(struct coreboot_driver *driver,
void coreboot_driver_unregister(struct coreboot_driver *driver)
int __coreboot_driver_register(struct coreboot_driver *driver,
void coreboot_driver_unregister(struct coreboot_driver *driver);
static struct coreboot_driver framebuffer_driver = {
static struct coreboot_driver memconsole_driver = {
static struct coreboot_driver vpd_driver = {