Searched refs:coreboot_device (Results 1 – 6 of 6) sorted by relevance
75 struct coreboot_device { struct86 static inline struct coreboot_device *dev_to_coreboot_device(struct device *dev) in dev_to_coreboot_device() argument88 return container_of(dev, struct coreboot_device, dev); in dev_to_coreboot_device()93 int (*probe)(struct coreboot_device *);94 void (*remove)(struct coreboot_device *);
24 #define CB_DEV(d) container_of(d, struct coreboot_device, dev)29 struct coreboot_device *device = CB_DEV(dev); in coreboot_bus_match()38 struct coreboot_device *device = CB_DEV(dev); in coreboot_bus_probe()49 struct coreboot_device *device = CB_DEV(dev); in coreboot_bus_remove()65 struct coreboot_device *device = CB_DEV(dev); in coreboot_device_release()88 struct coreboot_device *device; in coreboot_table_populate()
61 struct coreboot_device *cbdev = dev_to_coreboot_device(dev); in address_show()70 struct coreboot_device *cbdev = dev_to_coreboot_device(dev); in size_show()97 static int cbmem_entry_probe(struct coreboot_device *dev) in cbmem_entry_probe()
69 static int memconsole_probe(struct coreboot_device *dev) in memconsole_probe()94 static void memconsole_remove(struct coreboot_device *dev) in memconsole_remove()
25 static int framebuffer_probe(struct coreboot_device *dev) in framebuffer_probe()73 static void framebuffer_remove(struct coreboot_device *dev) in framebuffer_remove()
284 static int vpd_probe(struct coreboot_device *dev) in vpd_probe()301 static void vpd_remove(struct coreboot_device *dev) in vpd_remove()