Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firmware/google/
Dcoreboot_table.c25 #define CB_DRV(d) container_of(d, struct coreboot_driver, drv) macro
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()