aps_softc
void (*refresh_sensor_data)(struct aps_softc *);
int aps_read_data(struct aps_softc *);
void aps_refresh_sensor_data(struct aps_softc *);
sizeof(struct aps_softc),
struct aps_softc *sc = (void *)self;
aps_read_data(struct aps_softc *sc)
aps_refresh_sensor_data(struct aps_softc *sc)
struct aps_softc *sc = (struct aps_softc *)arg;
struct aps_softc *sc = (struct aps_softc *)self;