Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/gemini/
H A Dgemini_lpchc.c80 gemini_lpchc_intrq_init(gemini_lpchc_softc_t *sc) in gemini_lpchc_intrq_init()
86 gemini_lpchc_intrq_empty(gemini_lpchc_softc_t *sc) in gemini_lpchc_intrq_empty()
92 gemini_lpchc_intrq_insert(gemini_lpchc_softc_t *sc, int (*func)(void *), in gemini_lpchc_intrq_insert()
108 gemini_lpchc_intrq_remove(gemini_lpchc_softc_t *sc, void *cookie) in gemini_lpchc_intrq_remove()
123 gemini_lpchc_intrq_dispatch(gemini_lpchc_softc_t *sc) in gemini_lpchc_intrq_dispatch()
146 gemini_lpchc_softc_t *sc = tag; in gemini_lpchc_init()
160 gemini_lpchc_softc_t *sc = tag; in gemini_lpchc_intr_establish()
203 gemini_lpchc_softc_t *sc = tag; in gemini_lpchc_intr_disestablish()
213 gemini_lpchc_softc_t *sc = arg; in gemini_lpchc_intr()
H A Dgemini_lpchcvar.h36 } gemini_lpchc_softc_t; typedef
H A Dobio_lpchc.c51 gemini_lpchc_softc_t *sc = device_private(self); in gemini_lpchc_attach()