| /src/sys/dev/virtio/ |
| virtio_mmio.c | 184 virtio_mmio_read_queue_size(struct virtio_softc *vsc, uint16_t idx) 186 struct virtio_mmio_softc *sc = (struct virtio_mmio_softc *)vsc; 192 virtio_mmio_v1_setup_queue(struct virtio_softc *vsc, uint16_t idx, 195 struct virtio_mmio_softc *sc = (struct virtio_mmio_softc *)vsc; 207 virtio_mmio_v2_setup_queue(struct virtio_softc *vsc, uint16_t idx, 210 struct virtio_mmio_softc *sc = (struct virtio_mmio_softc *)vsc; 220 vq = &vsc->sc_vqs[idx]; 236 virtio_mmio_get_status(struct virtio_softc *vsc) 238 struct virtio_mmio_softc *sc = (struct virtio_mmio_softc *)vsc; 244 virtio_mmio_set_status(struct virtio_softc *vsc, int status 269 struct virtio_softc *vsc = &sc->sc_sc; local in function:virtio_mmio_common_attach 348 struct virtio_softc *vsc = &sc->sc_sc; local in function:virtio_mmio_common_detach 463 struct virtio_softc *vsc = &sc->sc_sc; local in function:virtio_mmio_intr [all...] |
| viocon.c | 44 #define virtio_notify(vsc, vq) virtio_enqueue_commit(vsc, vq, -1, true) 198 struct virtio_softc *vsc = device_private(parent); local in function:viocon_attach 203 if (virtio_child(vsc) != NULL) { 208 sc->sc_virtio = vsc; 217 virtio_child_attach_start(vsc, self, IPL_TTY, 226 if (virtio_child_attach_finish(vsc, sc->sc_vqs, nvqs, 236 virtio_child_attach_failed(vsc); 242 struct virtio_softc *vsc = sc->sc_virtio; local in function:viocon_port_create 260 virtio_init_vq_vqdone(vsc, &sc->sc_vqs[rxidx], rxidx 330 struct virtio_softc *vsc = vq->vq_owner; local in function:viocon_tx_drain 347 struct virtio_softc *vsc = vq->vq_owner; local in function:viocon_tx_intr 368 struct virtio_softc *vsc = vp->vp_sc->sc_virtio; local in function:viocon_rx_fill 389 struct virtio_softc *vsc = vq->vq_owner; local in function:viocon_rx_intr 403 struct virtio_softc *vsc = vq->vq_owner; local in function:viocon_rx_soft 426 struct virtio_softc *vsc; local in function:vioconstart [all...] |
| /src/sys/dev/pci/ |
| viornd.c | 87 struct virtio_softc *vsc = sc->sc_virtio; local in function:viornd_get 101 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap, 0, VIORND_BUFSIZE, 103 if (virtio_enqueue_prep(vsc, vq, &slot)) { 106 if (virtio_enqueue_reserve(vsc, vq, slot, 1)) { 109 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap, 0); 110 virtio_enqueue_commit(vsc, vq, slot, 1); 131 struct virtio_softc *vsc = device_private(parent); local in function:viornd_attach 136 if (virtio_child(vsc) != NULL) 140 sc->sc_virtio = vsc; 144 error = bus_dmamem_alloc(virtio_dmat(vsc), 223 struct virtio_softc *vsc = vq->vq_owner; local in function:viornd_vq_done [all...] |
| vioscsi.c | 117 struct virtio_softc *vsc = device_private(parent); local in function:vioscsi_attach 123 if (virtio_child(vsc) != NULL) { 131 virtio_child_attach_start(vsc, self, ipl, 136 uint32_t cmd_per_lun = virtio_read_device_config_4(vsc, 139 uint32_t seg_max = virtio_read_device_config_4(vsc, 142 uint16_t max_target = virtio_read_device_config_2(vsc, 145 uint32_t max_lun = virtio_read_device_config_4(vsc, 151 virtio_init_vq_vqdone(vsc, &sc->sc_vqs[i], i, 153 rv = virtio_alloc_vq(vsc, &sc->sc_vqs[i], MAXPHYS, 167 if (vioscsi_alloc_reqs(sc, vsc, qsize) 222 struct virtio_softc *vsc = device_private(device_parent(sc->sc_dev)); local in function:vioscsi_detach 269 struct virtio_softc *vsc = device_private(device_parent(sc->sc_dev)); local in function:vioscsi_scsipi_request 523 struct virtio_softc *vsc = vq->vq_owner; local in function:vioscsi_vq_done 555 struct virtio_softc *vsc = device_private(device_parent(sc->sc_dev)); local in function:vioscsi_req_get [all...] |
| ld_virtio.c | 315 struct virtio_softc *vsc = device_private(parent); local in function:ld_virtio_attach 319 if (virtio_child(vsc) != NULL) { 326 sc->sc_virtio = vsc; 328 virtio_child_attach_start(vsc, self, IPL_BIO, 335 features = virtio_features(vsc); 345 ld->sc_secsize = virtio_read_device_config_4(vsc, 351 sc->sc_seg_max = virtio_read_device_config_4(vsc, 366 sc->sc_size_max = virtio_read_device_config_4(vsc, 391 virtio_init_vq_vqdone(vsc, &sc->sc_vq, 0, 394 if (virtio_alloc_vq(vsc, &sc->sc_vq, sc->sc_size_max 475 struct virtio_softc *vsc = sc->sc_virtio; local in function:ld_virtio_info 600 struct virtio_softc *vsc = sc->sc_virtio; local in function:ld_virtio_start 741 struct virtio_softc *vsc = vq->vq_owner; local in function:ld_virtio_vq_done 759 struct virtio_softc *vsc = sc->sc_virtio; local in function:ld_virtio_dump 894 struct virtio_softc * const vsc = sc->sc_virtio; local in function:ld_virtio_flush 979 struct virtio_softc * const vsc = sc->sc_virtio; local in function:ld_virtio_getcache 996 struct virtio_softc * const vsc = sc->sc_virtio; local in function:ld_virtio_setcache 1038 struct virtio_softc * const vsc = sc->sc_virtio; local in function:ld_virtio_discard [all...] |
| viogpu.c | 207 struct virtio_softc *vsc = device_private(parent); local in function:viogpu_attach 210 if (virtio_child(vsc) != NULL) { 217 sc->sc_virtio = vsc; 227 virtio_child_attach_start(vsc, self, IPL_VM, 230 if (!virtio_version_1(vsc)) { 236 virtio_init_vq_vqdone(vsc, &sc->sc_vqs[VQCTRL], 0, viogpu_vq_done); 237 error = virtio_alloc_vq(vsc, &sc->sc_vqs[VQCTRL], NBPG, 1, "control"); 243 virtio_init_vq_vqdone(vsc, &sc->sc_vqs[VQCURS], 1, viogpu_vq_done); 244 error = virtio_alloc_vq(vsc, &sc->sc_vqs[VQCURS], NBPG, 1, "cursor"); 250 if (virtio_child_attach_finish(vsc, sc->sc_vqs 275 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_attach_postintr 482 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_cmd_req 532 struct virtio_softc *vsc = vq->vq_owner; local in function:viogpu_vq_done 615 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_get_display_info 644 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_create_2d 669 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_set_scanout 694 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_attach_backing 731 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_transfer_to_host_2d 753 struct virtio_softc *vsc = sc->sc_virtio; local in function:viogpu_flush_resource [all...] |
| viomb.c | 126 struct virtio_softc *vsc = device_private(parent); local in function:viomb_attach 130 if (virtio_child(vsc) != NULL) { 149 sc->sc_virtio = vsc; 151 virtio_child_attach_start(vsc, self, IPL_VM, 154 features = virtio_features(vsc); 166 virtio_init_vq_vqdone(vsc, &sc->sc_vq[VQ_INFLATE], VQ_INFLATE, 168 virtio_init_vq_vqdone(vsc, &sc->sc_vq[VQ_DEFLATE], VQ_DEFLATE, 171 if (virtio_alloc_vq(vsc, &sc->sc_vq[VQ_INFLATE], 175 if (virtio_alloc_vq(vsc, &sc->sc_vq[VQ_DEFLATE], 180 if (bus_dmamap_create(virtio_dmat(vsc), sizeof(uint32_t)*PGS_PER_REQ 274 struct virtio_softc *vsc = sc->sc_virtio; local in function:inflate 329 struct virtio_softc *vsc = vq->vq_owner; local in function:inflateq_done 343 struct virtio_softc *vsc = sc->sc_virtio; local in function:inflate_done 385 struct virtio_softc *vsc = sc->sc_virtio; local in function:deflate 446 struct virtio_softc *vsc = vq->vq_owner; local in function:deflateq_done 460 struct virtio_softc *vsc = sc->sc_virtio; local in function:deflate_done [all...] |
| if_vioif.c | 440 vioif_notify(struct virtio_softc *vsc, struct virtqueue *vq) 443 virtio_enqueue_commit(vsc, vq, -1, true); 461 struct virtio_softc *vsc = device_private(parent); local in function:vioif_attach 471 if (virtio_child(vsc) != NULL) { 478 sc->sc_virtio = vsc; 514 virtio_child_attach_start(vsc, self, IPL_NET, 516 features = virtio_features(vsc); 523 sc->sc_mac[i] = virtio_read_device_config_1(vsc, 534 virtio_write_device_config_1(vsc, 561 sc->sc_max_nvq_pairs = virtio_read_device_config_2(vsc, 705 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_init 753 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_stop 1155 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_alloc_mems 1747 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_populate_rx_mbufs_locked 1892 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_rx_handle_locked 1925 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_rx_intr 1954 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_rx_handle 1983 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_send_common_locked 2177 struct virtio_softc *vsc = netq->netq_vq->vq_owner; local in function:vioif_deferred_transmit 2191 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_tx_handle_locked 2235 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_tx_intr 2265 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_tx_handle 2321 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_ctrl_load_cmdspec 2351 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_ctrl_unload_cmdspec 2365 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_ctrl_send_command 2430 struct virtio_softc *vsc = vq->vq_owner; local in function:vioif_ctrl_intr 2565 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_set_rx_filter 2613 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_rx_filter 2710 struct virtio_softc *vsc = sc->sc_virtio; local in function:vioif_get_link_status [all...] |
| vio9p.c | 220 struct virtio_softc *vsc = sc->sc_virtio; local in function:vio9p_read 263 error = virtio_dequeue(vsc, vq, &slot, &len); 272 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap_tx, 0, VIO9P_MAX_REQLEN, 274 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap_rx, 0, VIO9P_MAX_REQLEN, 276 virtio_dequeue_commit(vsc, vq, slot); 316 struct virtio_softc *vsc = sc->sc_virtio; local in function:vio9p_write 356 error = virtio_enqueue_prep(vsc, vq, &slot); 363 error = virtio_enqueue_reserve(vsc, vq, slot, 372 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap_tx, 0, 374 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap_tx, true) 490 struct virtio_softc *vsc = device_private(parent); local in function:vio9p_attach 619 struct virtio_softc *vsc = vq->vq_owner; local in function:vio9p_request_done [all...] |
| btvmeii.c | 287 #define sc ((struct b3_2706_softc*)vsc) 290 b3_2706_map_vme(void *vsc, vme_addr_t vmeaddr, vme_size_t len, vme_am_t am, vme_datasize_t datasizes, vme_swap_t swap, bus_space_tag_t *tag, bus_space_handle_t *handle, vme_mapresc_t *resc) 369 b3_2706_unmap_vme(void *vsc, vme_mapresc_t resc) 383 b3_2706_vme_probe(void *vsc, vme_addr_t addr, vme_size_t len, vme_am_t am, vme_datasize_t datasize, int (*callback)(void *, bus_space_tag_t, bus_space_handle_t), void *cbarg) 391 res = b3_2706_map_vme(vsc, addr, len, am, datasize, 0, 434 b3_2706_unmap_vme(vsc, resc); 439 b3_2706_map_vmeint(void *vsc, int level, int vector, vme_intr_handle_t *handlep) 447 b3_2706_establish_vmeint(void *vsc, vme_intr_handle_t handle, int prior, int (*func)(void *), void *arg) 472 b3_2706_disestablish_vmeint(void *vsc, void *cookie) 490 b3_2706_vmeint(void *vsc, int level, int vector [all...] |
| /src/sys/dev/hyperv/ |
| hvheartbeat.c | 110 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvheartbeat_channel_cb 111 struct vmbus_channel *ch = vsc->sc_chan; 118 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen, 123 device_xname(vsc->sc_dev), error, rlen); 129 device_xname(vsc->sc_dev), rlen); 133 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf; 136 error = vmbusic_negotiate(vsc, hdr, &rlen, 145 device_xname(vsc->sc_dev), rlen); 154 device_printf(vsc->sc_dev [all...] |
| hvtimesync.c | 125 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:do_timesync 139 device_printf(vsc->sc_dev, 153 device_printf(vsc->sc_dev, 166 device_printf(vsc->sc_dev, 182 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvtimesync_channel_cb 183 struct vmbus_channel *ch = vsc->sc_chan; 189 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen, 194 device_xname(vsc->sc_dev), error, rlen); 200 device_xname(vsc->sc_dev), rlen) 256 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvtimesync_sysctl_setup [all...] |
| hvshutdown.c | 132 struct vmbusic_softc *vsc = &sc->sc_vmbusic; local in function:hvshutdown_channel_cb 133 struct vmbus_channel *ch = vsc->sc_chan; 141 error = vmbus_channel_recv(ch, vsc->sc_buf, vsc->sc_buflen, 146 device_xname(vsc->sc_dev), error, rlen); 152 device_xname(vsc->sc_dev), rlen); 156 hdr = (struct vmbus_icmsg_hdr *)vsc->sc_buf; 159 error = vmbusic_negotiate(vsc, hdr, &rlen, VMBUS_SHUTDOWN_FWVER, 168 device_xname(vsc->sc_dev), rlen); 174 device_printf(vsc->sc_dev, "shutdown requested\n") [all...] |
| /src/sys/arch/hpcmips/vr/ |
| vrecu.c | 107 struct pcic_vrip_softc *vsc = device_private(self); local in function:pcic_vrip_attach 108 struct pcic_softc *sc = &vsc->sc_pcic; 115 vsc->sc_intr_valid = PCIC_INTR_IRQ_VALIDMASK; 116 vsc->sc_intr_mask = 0xffff; 118 vsc->sc_intrhand[i].ih_fun = NULL; 121 IPL_NET, pcic_vrip_intr, vsc)) 137 vsc->sc_intr_mask); 185 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_establish 206 vsc = device_private(h->ph_parent); 207 sc = &vsc->sc_pcic 235 struct pcic_vrip_softc *vsc; local in function:pcic_vrip_chip_intr_disestablish 273 struct pcic_vrip_softc *vsc = arg; local in function:pcic_vrip_intr [all...] |
| ite8181_vrip.c | 91 struct ite8181_vrip_softc *vsc = device_private(self); local in function:ite8181_vrip_attach 92 struct ite8181_softc *sc = &vsc->sc_ite8181;
|
| /src/sys/arch/evbmips/mipssim/ |
| virtio_mainbus.c | 86 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach 106 vsc->sc_dev = self; 107 vsc->sc_dmat = ma->ma_dmat; 121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan 124 if (vsc->sc_child) /* child already attached? */ 128 va.sc_childdevid = vsc->sc_childdevid; 132 if (virtio_attach_failed(vsc)) 152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts 157 aprint_error_dev(vsc->sc_dev, 162 aprint_normal_dev(vsc->sc_dev, "interrupting at irq %d\n", sc->sc_irq) [all...] |
| /src/sys/dev/fdt/ |
| virtio_mmio_fdt.c | 77 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_attach 93 vsc->sc_dev = self; 94 vsc->sc_dmat = faa->faa_dmat; 117 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_rescan 120 if (vsc->sc_child) /* Child already attached? */ 124 va.sc_childdevid = vsc->sc_childdevid; 128 if (virtio_attach_failed(vsc)) 147 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mmio_fdt_alloc_interrupts 152 aprint_error_dev(vsc->sc_dev, "failed to decode interrupt\n"); 156 if (vsc->sc_flags & VIRTIO_F_INTR_MPSAFE [all...] |
| /src/sys/arch/sun2/dev/ |
| if_ie_mbmem.c | 258 struct ie_mbmem_softc *vsc = (struct ie_mbmem_softc *)sc; local in function:ie_mbmemreset 259 write_iev(vsc, status, IEMBMEM_RESET); 261 write_iev(vsc, status, 0); 267 struct ie_mbmem_softc *vsc = (struct ie_mbmem_softc *)sc; local in function:ie_mbmemattend 270 write_iev(vsc, status, read_iev(vsc, status) | IEMBMEM_ATTEN); 272 write_iev(vsc, status, read_iev(vsc, status) & ~IEMBMEM_ATTEN); 278 struct ie_mbmem_softc *vsc = (struct ie_mbmem_softc *)sc; local in function:ie_mbmemrun 280 write_iev(vsc, status, read_iev(vsc, status 287 struct ie_mbmem_softc *vsc = (struct ie_mbmem_softc *)sc; local in function:ie_mbmemintr 400 struct ie_mbmem_softc *vsc = device_private(self); local in function:ie_mbmem_attach [all...] |
| /src/sys/dev/acpi/ |
| virtio_acpi.c | 84 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_attach 94 vsc->sc_dev = self; 98 vsc->sc_dmat = aa->aa_dmat64; 101 vsc->sc_dmat = aa->aa_dmat; 154 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_rescan 157 if (vsc->sc_child) 161 va.sc_childdevid = vsc->sc_childdevid; 165 if (virtio_attach_failed(vsc)) 175 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_acpi_alloc_interrupts 177 msc->sc_ih = acpi_intr_establish(vsc->sc_dev [all...] |
| /src/sys/arch/virt68k/dev/ |
| virtio_mainbus.c | 87 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_attach 107 vsc->sc_dev = self; 108 vsc->sc_dmat = ma->ma_dmat; 121 struct virtio_softc *vsc = &msc->sc_sc; local in function:virtio_mainbus_rescan 124 if (vsc->sc_child) /* child already attached? */ 128 va.sc_childdevid = vsc->sc_childdevid; 132 if (virtio_attach_failed(vsc)) 152 struct virtio_softc * const vsc = &msc->sc_sc; local in function:virtio_mainbus_alloc_interrupts 158 aprint_error_dev(vsc->sc_dev, 163 aprint_normal_dev(vsc->sc_dev, "interrupting at %s\n" [all...] |
| /src/sys/dev/vme/ |
| if_ie_vme.c | 256 struct ie_vme_softc *vsc = (struct ie_vme_softc *)sc; local in function:ie_vmereset 258 write_iev(vsc, status, IEVME_RESET); 260 write_iev(vsc, status, 0); 266 struct ie_vme_softc *vsc = (struct ie_vme_softc *)sc; local in function:ie_vmeattend 269 write_iev(vsc, status, read_iev(vsc, status) | IEVME_ATTEN); 271 write_iev(vsc, status, read_iev(vsc, status) & ~IEVME_ATTEN); 277 struct ie_vme_softc *vsc = (struct ie_vme_softc *)sc; local in function:ie_vmerun 279 write_iev(vsc, status, read_iev(vsc, status 286 struct ie_vme_softc *vsc = (struct ie_vme_softc *)sc; local in function:ie_vmeintr 459 struct ie_vme_softc *vsc = device_private(self); local in function:ie_vme_attach [all...] |
| /src/sys/arch/mac68k/nubus/ |
| grf_nubus.c | 386 grfmv_intr_generic_write1(void *vsc) 388 struct grfbus_softc *sc = (struct grfbus_softc *)vsc; 401 grfmv_intr_generic_write4(void *vsc) 403 struct grfbus_softc *sc = (struct grfbus_softc *)vsc; 416 grfmv_intr_generic_or4(void *vsc) 418 struct grfbus_softc *sc = (struct grfbus_softc *)vsc; 431 grfmv_intr_radius(void *vsc) 433 struct grfbus_softc *sc = (struct grfbus_softc *)vsc; 450 grfmv_intr_radius24(void *vsc) 452 struct grfbus_softc *sc = (struct grfbus_softc *)vsc; [all...] |
| /src/sys/dev/virtio/arch/x86/ |
| virtio_mmio_cmdline.c | 242 struct virtio_softc *const vsc = &msc->sc_sc; local in function:virtio_mmio_cmdline_do_attach 246 vsc->sc_dmat = pvaa->pvaa_dmat; 248 vsc->sc_dev = self; 281 struct virtio_softc *const vsc = &msc->sc_sc; local in function:virtio_mmio_cmdline_rescan 284 if (vsc->sc_child) 288 va.sc_childdevid = vsc->sc_childdevid; 292 if (virtio_attach_failed(vsc)) 304 struct virtio_softc *const vsc = &msc->sc_sc; local in function:virtio_mmio_cmdline_alloc_interrupts 321 mpsafe = (0 != (vsc->sc_flags & VIRTIO_F_INTR_MPSAFE)); 323 msc->sc_ih = intr_establish_xname(irq, pic, pin, IST_LEVEL, vsc->sc_ipl [all...] |
| /src/sys/dev/pckbport/ |
| synapticsvar.h | 111 int pms_synaptics_probe_init(void *vsc); 112 void pms_synaptics_enable(void *vsc); 113 void pms_synaptics_resume(void *vsc);
|
| /src/sys/dev/usb/ |
| uslsa.c | 292 uslsa_get_status(void *vsc, int portno, u_char *lsr, u_char *msr) 299 sc = vsc; 301 DPRINTF((sc->sc_dev, "%s(%p, %d, ....)\n", __func__, vsc, portno)); 330 uslsa_set(void *vsc, int portno, int reg, int onoff) 334 sc = vsc; 336 DPRINTF((sc->sc_dev, "%s(%p, %d, %d, %d)\n", __func__, vsc, portno, 370 uslsa_param(void *vsc, int portno, struct termios *t) 379 sc = vsc; 381 DPRINTF((sc->sc_dev, "%s(%p, %d, %p)\n", __func__, vsc, portno, t)); 458 uslsa_ioctl(void *vsc, int portno, u_long cmd, void *data, int flag, proc_t *p [all...] |