HomeSort by: relevance | last modified time | path
    Searched defs:ssextio_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c 93 static void ssextio_attach(device_t, device_t, void *);
109 CFATTACH_DECL_NEW(ssextio, sizeof(struct ssextio_softc), ssextio_match, ssextio_attach,
139 ssextio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
s3c2440_extint.c 124 static void ssextio_attach(device_t, device_t, void *);
140 CFATTACH_DECL_NEW(ssextio, sizeof(struct ssextio_softc), ssextio_match, ssextio_attach,
170 ssextio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 14 milliseconds