Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdmicec/
H A Dhdmicec.c63 static int hdmicec_match(device_t, cfdata_t, void *);
80 CFATTACH_DECL_NEW(hdmicec, sizeof(struct hdmicec_softc), hdmicec_match,
84 hdmicec_match(device_t parent, cfdata_t match, void *opaque) in hdmicec_match() function