Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/zaurus/dev/
H A Dztp.c110 struct ztp_softc { struct
130 CFATTACH_DECL_NEW(ztp, sizeof(struct ztp_softc), argument
161 struct ztp_softc *sc = device_private(self); in ztp_attach()
240 struct ztp_softc *sc = (struct ztp_softc *)v; in ztp_enable()
275 struct ztp_softc *sc = (struct ztp_softc *)v; in ztp_disable()
294 struct ztp_softc *sc = device_private(dv); in ztp_suspend()
315 struct ztp_softc *sc = device_private(dv); in ztp_resume()
342 static uint32_t ztp_sync_ads784x(struct ztp_softc *, int, int, uint32_t);
343 static void ztp_sync_send(struct ztp_softc *, uint32_t);
344 static int ztp_readpos(struct ztp_softc *, struct ztp_pos *);
[all …]