acpi_cst_softc
struct acpi_cst_softc *sc;
sc = (struct acpi_cst_softc *) arg1;
acpi_cst_set_lowest_oncpu(struct acpi_cst_softc *sc, int val)
acpi_cst_set_lowest(struct acpi_cst_softc *sc, int val)
struct acpi_cst_softc *sc;
sc = (struct acpi_cst_softc *)arg1;
struct acpi_cst_softc *sc;
sc = (struct acpi_cst_softc *)arg1;
struct acpi_cst_softc *sc;
static struct acpi_cst_softc **acpi_cst_softc;
acpi_cst_non_c3(struct acpi_cst_softc *sc)
struct acpi_cst_softc *sc;
struct acpi_cst_softc *sc = device_get_softc(acpi_cst_devices[i]);
static void acpi_cst_copy(struct acpi_cst_softc *,
const struct acpi_cst_softc *);
acpi_cst_free_resource(struct acpi_cst_softc *sc, int start)
static void acpi_cst_cx_probe(struct acpi_cst_softc *);
static void acpi_cst_cx_probe_fadt(struct acpi_cst_softc *);
static int acpi_cst_cx_probe_cst(struct acpi_cst_softc *, int);
static int acpi_cst_cx_reprobe_cst(struct acpi_cst_softc *);
static void acpi_cst_startup(struct acpi_cst_softc *);
static void acpi_cst_support_list(struct acpi_cst_softc *);
static int acpi_cst_set_lowest(struct acpi_cst_softc *, int);
static int acpi_cst_set_lowest_oncpu(struct acpi_cst_softc *, int);
static void acpi_cst_non_c3(struct acpi_cst_softc *);
static void acpi_cst_c3_bm_rld(struct acpi_cst_softc *);
static void acpi_cst_free_resource(struct acpi_cst_softc *, int);
sizeof(struct acpi_cst_softc),
if (acpi_cst_softc == NULL)
acpi_cst_softc = kmalloc(sizeof(struct acpi_cst_softc *) *
if (acpi_cst_softc[cpu_id] != NULL) {
acpi_cst_softc[cpu_id] = device_get_softc(dev);
struct acpi_cst_softc *sc;
acpi_cst_softc[sc->cst_cpuid] = sc;
acpi_cst_softc[sc->cst_cpuid] = NULL;
acpi_cst_cx_probe(struct acpi_cst_softc *sc)
acpi_cst_cx_probe_fadt(struct acpi_cst_softc *sc)
acpi_cst_copy(struct acpi_cst_softc *dst_sc,
const struct acpi_cst_softc *src_sc)
acpi_cst_cx_probe_cst(struct acpi_cst_softc *sc, int reprobe)
struct acpi_cst_softc *sc1 = acpi_cst_softc[cpu];
struct acpi_cst_softc *src_sc, *dst_sc;
acpi_cst_cx_reprobe_cst(struct acpi_cst_softc *sc)
struct acpi_cst_softc *sc;
acpi_cst_support_list(struct acpi_cst_softc *sc)
acpi_cst_c3_bm_rld(struct acpi_cst_softc *sc)
acpi_cst_startup(struct acpi_cst_softc *sc)
struct acpi_cst_softc *sc;
sc = acpi_cst_softc[mdcpu->mi.gd_cpuid];
struct acpi_cst_softc *sc = device_get_softc(dev);