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

  /src/sys/arch/arm/ti/
ti_gpmc.c 45 static void ti_gpmc_attach(device_t, device_t, void *);
47 CFATTACH_DECL_NEW(ti_gpmc, 0, ti_gpmc_match, ti_gpmc_attach, NULL, NULL);
63 ti_gpmc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
ti_gpmc.c 45 static void ti_gpmc_attach(device_t, device_t, void *);
47 CFATTACH_DECL_NEW(ti_gpmc, 0, ti_gpmc_match, ti_gpmc_attach, NULL, NULL);
63 ti_gpmc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 226 milliseconds