Home
last modified time | relevance | path

Searched refs:softc (Results 76 – 100 of 201) sorted by path

123456789

/freebsd/sys/dev/evdev/
H A Devdev.c432 evdev_set_methods(struct evdev_dev *evdev, void *softc, in evdev_set_methods() argument
437 evdev->ev_softc = softc; in evdev_set_methods()
/freebsd/sys/dev/fdc/
H A Dfdc.c1414 fd = pp->geom->softc; in fd_access()
1467 fd = bp->bio_to->geom->softc; in fd_start()
1495 fd = pp->geom->softc; in fd_ioctl()
2025 fd->fd_geom->softc = fd; in fd_attach2()
2047 fd = pp->geom->softc; in fd_providergone()
/freebsd/sys/dev/hid/
H A Dhid_if.m42 # context is the private softc pointer, which will be used to callback.
/freebsd/sys/dev/hifn/
H A Dhifn7751.c2489 cmd->softc = sc; in hifn_process()
H A Dhifn7751var.h276 struct hifn_softc *softc; member
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c189 struct storvsc_softc *softc; member
477 request->softc = sc; in hv_storvsc_channel_init()
656 request->softc = sc; in hv_storvsc_host_reset()
725 mtx_unlock(&request->softc->hs_lock); in hv_storvsc_io_request()
739 mtx_lock(&request->softc->hs_lock); in hv_storvsc_io_request()
975 reqp->softc = sc; in storvsc_init_requests()
1300 struct storvsc_softc *sc = reqp->softc; in storvsc_timeout_test()
1558 reqp->softc = sc; in storvsc_action()
2440 if (reqp->softc->hs_frozen == 1) { in storvsc_io_done()
2443 ticks, reqp->softc); in storvsc_io_done()
[all …]
/freebsd/sys/dev/isp/
H A DDriverManual.txt296 space for the HBA instance softc, it does so, and initializes the machine
/freebsd/sys/dev/md/
H A Dmd.c456 sc = pp->geom->softc; in g_md_access()
480 sc = bp->bio_to->geom->softc; in g_md_start()
1303 gp->softc = sc; in mdinit()
1497 struct md_s *sc = pp->geom->softc; in g_md_providergone()
2093 mp = gp->softc; in g_md_dumpconf()
/freebsd/sys/dev/mpr/
H A Dmpr.c1299 mpr_lock(ctx->softc); in mpr_memaddr_wait_cb()
1313 mpr_unlock(ctx->softc); in mpr_memaddr_wait_cb()
H A Dmpr_user.c1544 ctx->softc = sc; in mpr_diag_register()
H A Dmprvar.h310 struct mpr_softc *softc; member
/freebsd/sys/dev/mps/
H A Dmps.c1225 mps_lock(ctx->softc); in mps_memaddr_wait_cb()
1239 mps_unlock(ctx->softc); in mps_memaddr_wait_cb()
H A Dmps_user.c1432 ctx->softc = sc; in mps_diag_register()
H A Dmpsvar.h275 struct mps_softc *softc; member
/freebsd/sys/dev/nmdm/
H A Dnmdm.c131 nmdm_free(void *softc) in nmdm_free() argument
133 struct nmdmpart *np = (struct nmdmpart *)softc; in nmdm_free()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_spa.c412 sc = bp->bio_to->geom->softc; in nvdimm_spa_g_start()
555 gp->softc = sc; in nvdimm_spa_g_create()
603 sc = gp->softc; in nvdimm_spa_g_destroy_geom()
/freebsd/sys/dev/oce/
H A Doce_if.c2888 di.softc = sc; in oce_register_rdma()
H A Doce_user.h57 struct oce_softc *softc; member
/freebsd/sys/dev/ocs_fc/
H A Docs.h58 void *softc; /** software context for interrupt */ member
H A Docs_pci.c797 ocs->intr_ctx.softc = ocs; in ocs_intr_alloc()
874 ocs = intr->softc; in ocs_pci_intx_filter()
903 struct ocs_softc *ocs = intr->softc; in ocs_pci_intr()
/freebsd/sys/dev/ofw/
H A Dofw_disk.c177 gp->softc = sc; in g_ofwd_init()
191 sc = bp->bio_to->geom->softc; in g_ofwd_start()
202 if (pp->geom->softc == NULL) in g_ofwd_access()
/freebsd/sys/dev/phy/
H A Dphy.c126 phynode->softc = malloc(phynode_class->size, M_PHY, in phynode_create()
195 return (phynode->softc); in phynode_get_softc()
H A Dphy_internal.h50 void *softc; /* Producer softc */ member
/freebsd/sys/dev/regulator/
H A Dregulator.c112 void *softc; /* Producer softc */ member
375 regnode->softc = malloc(regnode_class->size, M_REGULATOR, in regnode_create()
555 return (regnode->softc); in regnode_get_softc()
/freebsd/sys/dev/sdio/
H A Dsdiob.c975 sc = periph->softc; in sdiobdiscover()
1049 periph->softc = sc; in sdiobregister()
1092 sdiobasync(void *softc, uint32_t code, struct cam_path *path, void *arg) in sdiobasync() argument
1098 periph = (struct cam_periph *)softc; in sdiobasync()

123456789