/freebsd/sys/arm/nvidia/ |
H A D | tegra_xhci.c | 918 struct xhci_softc *xsc; in tegra_xhci_detach() local 922 xsc = &sc->xhci_softc; in tegra_xhci_detach() 930 usb_callout_drain(&xsc->sc_callout); in tegra_xhci_detach() 931 xhci_halt_controller(xsc); in tegra_xhci_detach() 934 if (xsc->sc_irq_res && xsc->sc_intr_hdl) { in tegra_xhci_detach() 935 bus_teardown_intr(dev, xsc->sc_irq_res, xsc->sc_intr_hdl); in tegra_xhci_detach() 936 xsc->sc_intr_hdl = NULL; in tegra_xhci_detach() 938 if (xsc->sc_irq_res) { in tegra_xhci_detach() 940 rman_get_rid(xsc->sc_irq_res), xsc->sc_irq_res); in tegra_xhci_detach() 941 xsc->sc_irq_res = NULL; in tegra_xhci_detach() [all …]
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_llan.c | 116 static void llan_intr(void *xsc); 117 static void llan_init(void *xsc); 122 static void llan_rx_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, 275 llan_rx_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int err) in llan_rx_load_cb() argument 277 struct llan_softc *sc = xsc; in llan_rx_load_cb() 286 llan_init(void *xsc) in llan_init() argument 288 struct llan_softc *sc = xsc; in llan_init() 375 llan_intr(void *xsc) in llan_intr() argument 377 struct llan_softc *sc = xsc; in llan_intr() 428 llan_send_packet(void *xsc, bus_dma_segment_t *segs, int nsegs, in llan_send_packet() argument [all …]
|
/freebsd/sys/dev/mmcnull/ |
H A D | mmcnull.c | 64 static void mmcnull_intr_sd(void *xsc); 65 static void mmcnull_intr_sdio(void *xsc); 177 mmcnull_intr_sd(void *xsc) { in mmcnull_intr_sd() argument 182 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sd() 237 mmcnull_intr_sdio_newintr(void *xsc) { in mmcnull_intr_sdio_newintr() argument 241 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sdio_newintr() 255 mmcnull_intr_sdio(void *xsc) { in mmcnull_intr_sdio() argument 260 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sdio()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 730 mgb_legacy_intr(void *xsc) in mgb_legacy_intr() argument 734 sc = xsc; in mgb_legacy_intr() 740 mgb_rxq_intr(void *xsc) in mgb_rxq_intr() argument 747 sc = xsc; in mgb_rxq_intr() 765 mgb_admin_intr(void *xsc) in mgb_admin_intr() argument 772 sc = xsc; in mgb_admin_intr() 959 mgb_isc_txd_encap(void *xsc , if_pkt_info_t ipi) in mgb_isc_txd_encap() argument 970 sc = xsc; in mgb_isc_txd_encap() 1003 mgb_isc_txd_flush(void *xsc, uint16_t txqid, qidx_t pidx) in mgb_isc_txd_flush() argument 1009 sc = xsc; in mgb_isc_txd_flush() [all …]
|
/freebsd/sys/powerpc/ps3/ |
H A D | if_glc.c | 64 static void glc_init(void *xsc); 72 static int glc_intr_filter(void *xsc); 73 static void glc_intr(void *xsc); 74 static void glc_tick(void *xsc); 348 glc_stop(void *xsc) in glc_stop() argument 350 struct glc_softc *sc = xsc; in glc_stop() 359 glc_init(void *xsc) in glc_init() argument 361 struct glc_softc *sc = xsc; in glc_init() 369 glc_tick(void *xsc) in glc_tick() argument 371 struct glc_softc *sc = xsc; in glc_tick() [all …]
|
/freebsd/sys/dev/hyperv/vmbus/x86/ |
H A D | vmbus_x86.c | 78 void vmbus_synic_setup1(void *xsc); 116 vmbus_synic_setup1(void *xsc) in vmbus_synic_setup1() argument 118 struct vmbus_softc *sc = xsc; in vmbus_synic_setup1()
|
/freebsd/sys/dev/ata/ |
H A D | ata-dma.c | 45 static void ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error); 48 static void ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error); 147 ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetupc_cb() argument 149 struct ata_dc_cb_args *dcba = (struct ata_dc_cb_args *)xsc; in ata_dmasetupc_cb() 245 ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetprd() argument 247 struct ata_dmasetprd_args *args = xsc; in ata_dmasetprd()
|
/freebsd/sys/dev/hyperv/utilities/ |
H A D | vmbus_heartbeat.c | 78 vmbus_heartbeat_cb(struct vmbus_channel *chan, void *xsc) in vmbus_heartbeat_cb() argument 80 struct vmbus_ic_softc *sc = xsc; in vmbus_heartbeat_cb()
|
H A D | vmbus_shutdown.c | 79 vmbus_shutdown_cb(struct vmbus_channel *chan, void *xsc) in vmbus_shutdown_cb() argument 81 struct vmbus_ic_softc *sc = xsc; in vmbus_shutdown_cb()
|
H A D | vmbus_timesync.c | 169 vmbus_timesync_cb(struct vmbus_channel *chan, void *xsc) in vmbus_timesync_cb() argument 171 struct vmbus_ic_softc *sc = xsc; in vmbus_timesync_cb()
|
/freebsd/sys/dev/sound/macio/ |
H A D | aoa.c | 317 aoa_interrupt(void *xsc) in aoa_interrupt() argument 319 struct aoa_softc *sc = xsc; in aoa_interrupt() 365 aoa_attach(void *xsc) in aoa_attach() argument 372 sc = xsc; in aoa_attach()
|
H A D | aoa.h | 44 int aoa_attach(void *xsc);
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 188 struct xhci_softc *xsc; in snsp_dwc3_dump_regs() local 209 xsc = &sc->sc; in snsp_dwc3_dump_regs() 210 device_printf(sc->dev, "xhci quirks: %#012x\n", xsc->sc_quirks); in snsp_dwc3_dump_regs() 321 struct xhci_softc *xsc; in snps_dwc3_do_quirks() local 360 xsc = &sc->sc; in snps_dwc3_do_quirks() 361 xsc->sc_quirks |= XHCI_QUIRK_DISABLE_PORT_PED; in snps_dwc3_do_quirks()
|
/freebsd/sys/dev/hyperv/vmbus/aarch64/ |
H A D | vmbus_aarch64.c | 75 void vmbus_synic_setup1(void *xsc); 96 vmbus_synic_setup1(void *xsc) in vmbus_synic_setup1() argument
|
/freebsd/sys/dev/virtio/balloon/ |
H A D | virtio_balloon.c | 320 vtballoon_vq_intr(void *xsc) in vtballoon_vq_intr() argument 324 sc = xsc; in vtballoon_vq_intr() 541 vtballoon_thread(void *xsc) in vtballoon_thread() argument 546 sc = xsc; in vtballoon_thread()
|
/freebsd/sys/powerpc/powermac/ |
H A D | pmu.c | 102 static void pmu_shutdown(void *xsc, int howto); 103 static void pmu_set_sleepled(void *xsc, int onoff); 815 pmu_shutdown(void *xsc, int howto) in pmu_shutdown() argument 817 struct pmu_softc *sc = xsc; in pmu_shutdown() 831 pmu_set_sleepled(void *xsc, int onoff) in pmu_set_sleepled() argument 833 struct pmu_softc *sc = xsc; in pmu_set_sleepled()
|
H A D | kiic.c | 122 static void kiic_intr(void *xsc); 298 kiic_intr(void *xsc) in kiic_intr() argument 300 struct kiic_softc *sc = xsc; in kiic_intr()
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus.c | 536 vmbus_scan_done_task(void *xsc, int pending __unused) in vmbus_scan_done_task() argument 538 struct vmbus_softc *sc = xsc; in vmbus_scan_done_task() 649 vmbus_msg_task(void *xsc, int pending __unused) in vmbus_msg_task() argument 651 struct vmbus_softc *sc = xsc; in vmbus_msg_task() 749 vmbus_synic_setup(void *xsc) in vmbus_synic_setup() argument 751 struct vmbus_softc *sc = xsc; in vmbus_synic_setup() 1595 vmbus_intrhook(void *xsc) in vmbus_intrhook() argument 1597 struct vmbus_softc *sc = xsc; in vmbus_intrhook()
|
/freebsd/sys/dev/le/ |
H A D | lance.c | 259 lance_init(void *xsc) in lance_init() argument 261 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_init() 430 lance_watchdog(void *xsc) in lance_watchdog() argument 432 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_watchdog()
|
/freebsd/sys/dev/bfe/ |
H A D | if_bfe.c | 1434 bfe_intr(void *xsc) in bfe_intr() argument 1436 struct bfe_softc *sc = xsc; in bfe_intr() 1670 bfe_init(void *xsc) in bfe_init() argument 1672 BFE_LOCK((struct bfe_softc *)xsc); in bfe_init() 1673 bfe_init_locked(xsc); in bfe_init() 1674 BFE_UNLOCK((struct bfe_softc *)xsc); in bfe_init() 1678 bfe_init_locked(void *xsc) in bfe_init_locked() argument 1680 struct bfe_softc *sc = (struct bfe_softc*)xsc; in bfe_init_locked() 1822 bfe_tick(void *xsc) in bfe_tick() argument 1824 struct bfe_softc *sc = xsc; in bfe_tick()
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 240 X509_STORE_CTX *xsc = X509_STORE_CTX_new(); in self_signed() local 243 if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, cert, NULL)) { in self_signed() 246 X509_STORE_CTX_set_flags(xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in self_signed() 247 ret = X509_verify_cert(xsc) > 0; in self_signed() 249 X509_STORE_CTX_free(xsc); in self_signed()
|
/freebsd/sys/dev/flash/ |
H A D | at45d.c | 123 static void at45d_delayed_attach(void *xsc); 298 at45d_delayed_attach(void *xsc) in at45d_delayed_attach() argument 309 sc = xsc; in at45d_delayed_attach()
|
/freebsd/sys/netgraph/ |
H A D | ng_eiface.c | 92 static void ng_eiface_init(void *xsc); 201 ng_eiface_init(void *xsc) in ng_eiface_init() argument 203 priv_p sc = xsc; in ng_eiface_init()
|
/freebsd/sys/dev/virtio/p9fs/ |
H A D | virtio_p9fs.c | 213 vt9p_intr_complete(void *xsc) in vt9p_intr_complete() argument 219 chan = (struct vt9p_softc *)xsc; in vt9p_intr_complete()
|
/freebsd/sys/dev/adb/ |
H A D | adb_kbd.c | 61 static void akbd_repeat(void *xsc); 474 akbd_repeat(void *xsc) { in akbd_repeat() argument 475 struct adb_kbd_softc *sc = xsc; in akbd_repeat()
|