Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.h76 int funnel_attach(device_t dev);
H A Dcoresight_funnel_fdt.c87 return (funnel_attach(dev)); in funnel_fdt_attach()
H A Dcoresight_funnel_acpi.c87 return (funnel_attach(dev)); in funnel_acpi_attach()
H A Dcoresight_funnel.c112 funnel_attach(device_t dev) in funnel_attach() function