Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/
Dbhnd_match.h271 struct bhnd_device_match { struct
Dbhnd.h364 struct bhnd_device_match desc; /**< device match descriptor */
397 const struct bhnd_device_match core; /**< core match descriptor */
513 const struct bhnd_device_match *desc);
Dbhnd_subr.c854 bhnd_device_matches(device_t dev, const struct bhnd_device_match *desc) in bhnd_device_matches()