Searched refs:bsr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c1489 * @param bsr The service registry to initialize.
1497 bhnd_service_registry_init(struct bhnd_service_registry *bsr) argument
1499 STAILQ_INIT(&bsr->entries);
1500 mtx_init(&bsr->lock, "bhnd_service_registry lock", NULL, MTX_DEF);
1506 * Release all resources held by @p bsr.
1508 * @param bsr A service registry instance previously successfully
1513 * with @p bsr exist.
1516 bhnd_service_registry_fini(struct bhnd_service_registry *bsr) argument
1521 mtx_lock(&bsr->lock);
1522 STAILQ_FOREACH_SAFE(entry, &bsr
1555 bhnd_service_registry_add(struct bhnd_service_registry *bsr, device_t provider, bhnd_service_t service, uint32_t flags) argument
1618 bhnd_service_registry_remove(struct bhnd_service_registry *bsr, device_t provider, bhnd_service_t service) argument
1675 bhnd_service_registry_retain(struct bhnd_service_registry *bsr, bhnd_service_t service) argument
1720 bhnd_service_registry_release(struct bhnd_service_registry *bsr, device_t provider, bhnd_service_t service) argument
1937 struct bhnd_service_registry *bsr; local
1957 struct bhnd_service_registry *bsr; local
1981 struct bhnd_service_registry *bsr; local
2042 struct bhnd_service_registry *bsr; local
[all...]
H A Dbhnd.h562 struct bhnd_service_registry *bsr);
564 struct bhnd_service_registry *bsr);
566 struct bhnd_service_registry *bsr,
571 struct bhnd_service_registry *bsr,
575 struct bhnd_service_registry *bsr,
578 struct bhnd_service_registry *bsr,
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci_pci.c256 sc->bsr = bus_alloc_resource_any(self, SYS_RES_MEMORY, &rid, RF_ACTIVE);
257 if (!sc->bsr) {
262 sc->bst = rman_get_bustag(sc->bsr);
263 sc->bsh = rman_get_bushandle(sc->bsr);
333 if (sc->bsr)
361 if (sc->bsr) {
362 bus_release_resource(self, SYS_RES_MEMORY, PCI_CBMEM, sc->bsr);
363 sc->bsr = NULL;
H A Dfwohcivar.h47 struct resource *bsr; member in struct:fwohci_softc
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1198 bsr %edi,%eax
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c1370 uint8_t bsr, uint8_t slot_id)
1382 if (bsr)
1369 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) argument

Completed in 189 milliseconds