Home
last modified time | relevance | path

Searched defs:asmc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/asmc/
H A Dasmcvar.h32 struct asmc_softc { struct
33 device_t sc_dev;
34 struct mtx sc_mtx;
35 int sc_nfan;
36 int16_t sms_rest_x;
37 int16_t sms_rest_y;
38 int16_t sms_rest_z;
39 struct sysctl_oid *sc_fan_tree[ASMC_MAXFANS+1];
40 struct sysctl_oid *sc_temp_tree;
41 struct sysctl_oid *sc_sms_tree;
[all …]