Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_subr.c569 bhnd_device_matches(device_t dev, const struct bhnd_device_match *desc) in bhnd_device_matches() function
651 if (!bhnd_device_matches(dev, &entry->core)) in bhnd_device_lookup()
709 if (bhnd_device_matches(dev, &qent->desc)) in bhnd_device_quirks()
HDbhnd.h288 bool bhnd_device_matches(device_t dev,
/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb.c1016 if (bhnd_device_matches(devlist[i], &md)) { in bhndb_find_hostb_device()