Home
last modified time | relevance | path

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

/linux/drivers/firmware/google/
H A Dcoreboot_table.h76 struct coreboot_device { struct
87 static inline struct coreboot_device *dev_to_coreboot_device(struct device *dev) in dev_to_coreboot_device() argument
89 return container_of(dev, struct coreboot_device, dev); in dev_to_coreboot_device()
94 int (*probe)(struct coreboot_device *);
95 void (*remove)(struct coreboot_device *);
H A Dcbmem.c61 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()
H A Dmemconsole-coreboot.c69 static int memconsole_probe(struct coreboot_device *dev) in memconsole_probe()
94 static void memconsole_remove(struct coreboot_device *dev) in memconsole_remove()
H A Dvpd.c284 static int vpd_probe(struct coreboot_device *dev) in vpd_probe()
301 static void vpd_remove(struct coreboot_device *dev) in vpd_remove()