Home
last modified time | relevance | path

Searched refs:coreboot_driver (Results 1 – 6 of 6) sorted by relevance

/drivers/firmware/google/
A Dcoreboot_table.c25 #define CB_DRV(d) container_of_const(d, struct coreboot_driver, drv)
30 const struct coreboot_driver *driver = CB_DRV(drv); in coreboot_bus_match()
48 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_probe()
59 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_remove()
88 int __coreboot_driver_register(struct coreboot_driver *driver, in __coreboot_driver_register()
98 void coreboot_driver_unregister(struct coreboot_driver *driver) in coreboot_driver_unregister()
A Dcoreboot_table.h93 struct coreboot_driver { struct
104 int __coreboot_driver_register(struct coreboot_driver *driver, argument
108 void coreboot_driver_unregister(struct coreboot_driver *driver);
A Dframebuffer-coreboot.c103 static struct coreboot_driver framebuffer_driver = {
A Dmemconsole-coreboot.c105 static struct coreboot_driver memconsole_driver = {
A Dcbmem.c123 static struct coreboot_driver cbmem_entry_driver = {
A Dvpd.c315 static struct coreboot_driver vpd_driver = {

Completed in 10 milliseconds