Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c473 const struct bhndb_hw *next, *hw_table; in bhndb_find_hwspec() local
476 hw_table = BHNDB_BUS_GET_HARDWARE_TABLE(sc->parent_dev, sc->dev); in bhndb_find_hwspec()
477 for (next = hw_table; next->hw_reqs != NULL; next++) { in bhndb_find_hwspec()