Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc_fdt.c78 return (tmc_attach(dev)); in tmc_fdt_attach()
H A Dcoresight_tmc_acpi.c74 return (tmc_attach(dev)); in tmc_acpi_attach()
H A Dcoresight_tmc.h135 int tmc_attach(device_t dev);
H A Dcoresight_tmc.c316 tmc_attach(device_t dev) in tmc_attach() function
339 DEVMETHOD(device_attach, tmc_attach),