Searched refs:db_dev (Results 1 – 2 of 2) sorted by relevance
186 device_t db_dev; in arm_doorbell_ofw_get() local230 db_dev = OF_device_from_xref(parent); in arm_doorbell_ofw_get()231 if (db_dev == NULL) { in arm_doorbell_ofw_get()254 db->db_dev = db_dev; in arm_doorbell_ofw_get()269 sc = device_get_softc(db->db_dev); in arm_doorbell_set()297 sc = device_get_softc(db->db_dev); in arm_doorbell_get()
36 device_t db_dev; member