Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/google/
H A Dcoreboot_table.c25 #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()
50 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_remove()
70 int coreboot_driver_register(struct coreboot_driver *driver) in coreboot_driver_register()
78 void coreboot_driver_unregister(struct coreboot_driver *driver) in coreboot_driver_unregister()
H A Dcoreboot_table.h92 struct coreboot_driver { struct
100 int coreboot_driver_register(struct coreboot_driver *driver); argument
103 void coreboot_driver_unregister(struct coreboot_driver *driver);
H A Dmemconsole-coreboot.c99 static struct coreboot_driver memconsole_driver = {
H A Dframebuffer-coreboot.c80 static struct coreboot_driver framebuffer_driver = {
H A Dcbmem.c117 static struct coreboot_driver cbmem_entry_driver = {
H A Dvpd.c309 static struct coreboot_driver vpd_driver = {