Searched refs:coreboot_driver (Results 1 – 5 of 5) sorted by relevance
25 #define CB_DRV(d) container_of(d, struct coreboot_driver, drv)30 struct coreboot_driver *driver = CB_DRV(drv); in coreboot_bus_match()39 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_probe()51 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_remove()73 int coreboot_driver_register(struct coreboot_driver *driver) in coreboot_driver_register()81 void coreboot_driver_unregister(struct coreboot_driver *driver) in coreboot_driver_unregister()
73 struct coreboot_driver { struct81 int coreboot_driver_register(struct coreboot_driver *driver); argument84 void coreboot_driver_unregister(struct coreboot_driver *driver);
101 static struct coreboot_driver memconsole_driver = {
84 static struct coreboot_driver framebuffer_driver = {
311 static struct coreboot_driver vpd_driver = {