Symbol: coreboot_device
drivers/firmware/google/cbmem.c
61
struct coreboot_device *cbdev = dev_to_coreboot_device(dev);
drivers/firmware/google/cbmem.c
70
struct coreboot_device *cbdev = dev_to_coreboot_device(dev);
drivers/firmware/google/cbmem.c
97
static int cbmem_entry_probe(struct coreboot_device *dev)
drivers/firmware/google/coreboot_table.c
108
struct coreboot_device *device;
drivers/firmware/google/coreboot_table.c
24
#define CB_DEV(d) container_of(d, struct coreboot_device, dev)
drivers/firmware/google/coreboot_table.c
29
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
47
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
67
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.c
83
struct coreboot_device *device = CB_DEV(dev);
drivers/firmware/google/coreboot_table.h
87
static inline struct coreboot_device *dev_to_coreboot_device(struct device *dev)
drivers/firmware/google/coreboot_table.h
89
return container_of(dev, struct coreboot_device, dev);
drivers/firmware/google/coreboot_table.h
94
int (*probe)(struct coreboot_device *);
drivers/firmware/google/coreboot_table.h
95
void (*remove)(struct coreboot_device *);
drivers/firmware/google/framebuffer-coreboot.c
26
static int framebuffer_probe(struct coreboot_device *dev)
drivers/firmware/google/framebuffer-coreboot.c
90
static void framebuffer_remove(struct coreboot_device *dev)
drivers/firmware/google/memconsole-coreboot.c
69
static int memconsole_probe(struct coreboot_device *dev)
drivers/firmware/google/memconsole-coreboot.c
94
static void memconsole_remove(struct coreboot_device *dev)
drivers/firmware/google/vpd.c
284
static int vpd_probe(struct coreboot_device *dev)
drivers/firmware/google/vpd.c
301
static void vpd_remove(struct coreboot_device *dev)