Searched refs:CB_DRV (Results 1 – 1 of 1) sorted by relevance
25 #define CB_DRV(d) container_of_const(d, struct coreboot_driver, drv) macro30 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()
Completed in 3 milliseconds