Symbol: coreboot_device
drivers/firmware/google/cbmem.c
62
struct coreboot_device *cbdev = dev_to_coreboot_device(dev);
drivers/firmware/google/cbmem.c
71
struct coreboot_device *cbdev = dev_to_coreboot_device(dev);
drivers/firmware/google/cbmem.c
98
static int cbmem_entry_probe(struct coreboot_device *dev)
drivers/firmware/google/coreboot_table.c
119
struct coreboot_device *device;
drivers/firmware/google/coreboot_table.c
35
#define CB_DEV(d) container_of(d, struct coreboot_device, dev)
drivers/firmware/google/coreboot_table.c
40
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
58
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
69
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
78
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
94
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.h
30
static inline struct coreboot_device *dev_to_coreboot_device(struct device *dev)
drivers/firmware/google/coreboot_table.h
32
return container_of(dev, struct coreboot_device, dev);
drivers/firmware/google/coreboot_table.h
37
int (*probe)(struct coreboot_device *);
drivers/firmware/google/coreboot_table.h
38
void (*remove)(struct coreboot_device *);
drivers/firmware/google/framebuffer-coreboot.c
79
static int framebuffer_probe(struct coreboot_device *dev)
drivers/firmware/google/memconsole-coreboot.c
70
static int memconsole_probe(struct coreboot_device *dev)
drivers/firmware/google/memconsole-coreboot.c
95
static void memconsole_remove(struct coreboot_device *dev)
drivers/firmware/google/vpd.c
285
static int vpd_probe(struct coreboot_device *dev)
drivers/firmware/google/vpd.c
302
static void vpd_remove(struct coreboot_device *dev)