Lines Matching refs:core
75 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
78 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled()
84 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
89 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device()
93 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device()
143 device_t core, bus; in bhnd_bhndb_setup_intr() local
147 core = child; in bhnd_bhndb_setup_intr()
148 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr()
152 core = bus; in bhnd_bhndb_setup_intr()
155 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr()
159 error = BHNDB_ROUTE_INTERRUPTS(device_get_parent(dev), core); in bhnd_bhndb_setup_intr()