Home
last modified time | relevance | path

Searched refs:coreboot_softc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/coreboot/
H A Dcoreboot_cbmem.c41 cbmem_find_entry(struct coreboot_softc *sc, uint32_t id) in cbmem_find_entry()
56 struct coreboot_softc *sc; in coreboot_cbmem_ioctl()
125 coreboot_cbmem_create(struct coreboot_softc *sc) in coreboot_cbmem_create()
147 coreboot_cbmem_destroy(struct coreboot_softc *sc) in coreboot_cbmem_destroy()
H A Dcoreboot.h389 struct coreboot_softc { struct
618 struct coreboot_softc *coreboot_get_softc(void);
621 int coreboot_console_create(struct coreboot_softc *sc);
622 void coreboot_console_destroy(struct coreboot_softc *sc);
625 int coreboot_cbmem_create(struct coreboot_softc *sc);
626 void coreboot_cbmem_destroy(struct coreboot_softc *sc);
629 int coreboot_timestamps_register(struct coreboot_softc *sc,
H A Dcoreboot_console.c50 struct coreboot_softc *sc; in coreboot_console_read()
122 coreboot_console_create(struct coreboot_softc *sc) in coreboot_console_create()
188 coreboot_console_destroy(struct coreboot_softc *sc) in coreboot_console_destroy()
H A Dcoreboot_timestamps.c112 struct coreboot_softc *sc = arg1; in coreboot_timestamps_sysctl()
203 coreboot_timestamps_register(struct coreboot_softc *sc, in coreboot_timestamps_register()
H A Dcoreboot.c32 static struct coreboot_softc *coreboot_sc;
44 struct coreboot_softc *
196 coreboot_parse_mainboard(struct coreboot_softc *sc, in coreboot_parse_mainboard()
218 coreboot_parse_table(struct coreboot_softc *sc, struct cb_header *hdr) in coreboot_parse_table()
683 #define SC_OFF(field) offsetof(struct coreboot_softc, field)
902 const struct coreboot_softc *sc) in cb_sysctl_guard_check()
941 const struct cb_sysctl_leaf *leaf, struct coreboot_softc *sc) in cb_sysctl_add_leaf()
964 coreboot_register_sysctls(struct coreboot_softc *sc) in coreboot_register_sysctls()
1308 struct coreboot_softc *sc; in coreboot_attach()
1438 struct coreboot_softc *sc; in coreboot_detach()
[all …]