Searched defs:pmu_softc (Results 1 – 1 of 1) sorted by relevance
83 struct pmu_softc { struct84 device_t sc_dev;85 void *sc_ih;86 struct todr_chip_handle sc_todr;87 struct adb_bus_accessops sc_adbops;88 struct i2c_controller sc_i2c;89 struct pmu_ops sc_pmu_ops;90 struct sysmon_pswitch sc_lidswitch;91 struct sysmon_pswitch sc_powerbutton;92 bus_space_tag_t sc_memt;[all …]